As a user,
I want to see the list of positions.
returns list of Positions.
returns new Position entity.
returns updated Position.
returns number of deleted entities.
AC-1 | Page is availabe at /positions |
---|---|
AC-1.1 | Any authorized user can see this page |
AC-2 | There is a list of positions in a form of table |
AC-2.1 | Display position name |
AC-2.2 | Can search by name |
AC-2.3 | Can sort by name |
AC-3 | Admin can create new position |
AC-4 | Admin can update position |
AC-5 | Admin can delete position |