Objective
To implement the Read and Update options of the CRUD model.
Assignment
Creating the R (Read) and U (Update) options of this are linked. When designing a system the user must (1) be able to select data/information to update, (2) be able to perform updates, and (3) submit the updates.
A number of different strategies exist for this. One option is providing an “edit” button or icon on existing text if the user has the update role. Another option is a simple query screen that results in a list of data to edit and then the user can select to edit their choice from this list. In all cases the ability to read data and provide the ability to update the data is part of any well designed system.
In this assignment you will demonstrate both the R and U options of the CRUD system and submit a live link to the system. If an authentication is needed then you will need to provide the information in your submission.