Missing CRUD operation Backend endpoints for Update and Delete are added for Shift Table
IndexPage page component
EditPage page component
Deletion of apparently-denigrated ShiftPage component
All associated tests and stories are implemented and work 100%. The branch is large because I thought the elements would depend on each other(I had an error working on IndexPage, causing me to work on the missing CRUD operations and finishing EditPage just in case its absence was causing an error).
Admin users have total read-write access.
Non-admin users have only read access.
In this branch there is:
All associated tests and stories are implemented and work 100%. The branch is large because I thought the elements would depend on each other(I had an error working on IndexPage, causing me to work on the missing CRUD operations and finishing EditPage just in case its absence was causing an error). Admin users have total read-write access. Non-admin users have only read access.