User Story

As a user,

I want to see the list of positions.

API Calls

positions

returns list of Positions.

createPosition(position)

returns new Position entity.

updatePosition(position)

returns updated Position.

deletePosition(position)

returns number of deleted entities.

User Interface

Positions Page

Acceptance Criteria

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