...
Panel | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Backend services are required This use case describes the implementation of REST services to retrieve data related to Good Records, Error Records, pass percentagePass Percentage, File Status, Error Description, Phase V3, and Phase EBMR for the File Queue. The services should will also support pagination and provide information for the Solution table. |
Actors
User
Backend Server
Database (Solution DB)
UI (Web Form)
Preconditions
Data related to Good Records, Error Records, Pass Percentage, File Status, Error Description, Phase V3, and Phase EBMR are stored in the Solution DB.
RESTful API is set up on the backend server.
UI supports interaction with the REST services for data retrieval.
Postconditions
Users can retrieve the specified data directly from the UI.
The requested data is retrieved from the database and provided to the user with pagination support.
1. Design Process flow
Process flow:
...