Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a table to store all scheduled deliveries. The table should store the ID of the item being donated, the location where the donation will take place as a string, the location+time of the donation and the ID's of the two parties involved in the donation. Create corresponding functions to store the information in the database #83

Closed
TimovdMerwe-18 opened this issue Jul 14, 2022 · 2 comments
Assignees

Comments

@TimovdMerwe-18
Copy link
Collaborator

The flow of how an assisting party will reach this stage:

-->Party in need finds an assisting party with an item that they would like to have
-->Party in need navigates to the profile page of the assisting party and sends them a message asking for an item
-->Assisting party reads to the message and decides to donate item to that person
-->Assisting party navigates to the profile page of the party in need and clicks a button that will allow them to schedule the delivery
-->A form is presented to the assisting party where they can schedule the delivery
-->A notification is sent to the party in need that a delivery has been scheduled with them
-->If the party in need would like to change the date/ location of the delivery, they will have to message the assisting party and ask them to update the information of the delivery.
-->Both the parties in need and assisting parties should be able to view all of their schedule deliveries as a list by navigating to their profile and going to a "Scheduled deliveries" section

@TimovdMerwe-18
Copy link
Collaborator Author

Also please create a function that will return all of an organisations scheduled deliveries given their ID

@David-Roodt
Copy link
Collaborator

Also please create a function that will return all of an organisations scheduled deliveries given their ID

Noted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants