-
Notifications
You must be signed in to change notification settings - Fork 2
Delivery System
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 scheduled for them specifically.
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 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 and confirm receiving them.
-
Personal List was added in place of the normal list when the 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.
-
Confirm deliveries button was added to the patient's delivery list.
- This allows the patient to confirm receiving supplies deliveries, such as food and medications, in order to save them in the patient's medical records.
-
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 straightforward to use. While also making sure that the time and date all share the same format.