mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-01-26 02:38:40 +00:00
fix todos/move to todo list
This commit is contained in:
parent
3643cbe8fc
commit
0c0a0bbf15
|
|
@ -15,7 +15,6 @@ declare(strict_types=1);
|
|||
namespace Modules\HumanResourceManagement\Controller;
|
||||
|
||||
use phpOMS\Module\ModuleAbstract;
|
||||
use phpOMS\Module\WebInterface;
|
||||
|
||||
/**
|
||||
* Human Resources controller class.
|
||||
|
|
|
|||
|
|
@ -64,9 +64,6 @@ class Employee implements \JsonSerializable, ArrayableInterface
|
|||
/**
|
||||
* Employee education history.
|
||||
*
|
||||
* @todo Orange-Management/Modules#187
|
||||
* Implement the education history for an employee. This can be done similarly to the company history.
|
||||
*
|
||||
* @var array
|
||||
* @since 1.0.0
|
||||
*/
|
||||
|
|
@ -75,9 +72,6 @@ class Employee implements \JsonSerializable, ArrayableInterface
|
|||
/**
|
||||
* Employee external work history.
|
||||
*
|
||||
* @todo Orange-Management/Modules#188
|
||||
* Implement the work history (at other companies) for an employee. This can be done similarly to the company history.
|
||||
*
|
||||
* @var array
|
||||
* @since 1.0.0
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user