-
Notifications
You must be signed in to change notification settings - Fork 2
Delivery System
AlbertSimpson00 edited this page May 30, 2021
·
7 revisions
Functional Requirements:
- The User should be able to look at a list of deliveries.
- The staff should be able to schedule new deliveries.
- Patients should be able to look at a list of deliveries sheduled for them specificly.
NonFunctional Requirements:
- When scheduling deliveries the input should be suitable and easy to use.
Since this system is for delivering we added a delivery system to keep track and add new deliveries in the same app that the staff use to deliver with the car. The staff are able to add new deliveries and view a list of completed and ongoing deliveries. While the patients are able to view incoming deliveries and confirm them when they have arrived. The features are in the application in milestone 5 of the Feature Specification.
- Delivery List page was added to the App.
- This allows the patients to view the deliveries scheduled.
- Personal List was added in place of the normal list when user is logged in as a patient.
- This takes the name of the currently logged in patient and only displays the Deliveries scheduled for them.
- Input page was added for scheduling deliveries that can be added by staff.
- This allows the staff to add new deliveries to the list.
- Input changes for scheduling deliveries.
- The date and time are now input using dialogs making it easier and more straight forward to use. While also making sure that the time and date all share the same format.