-
Notifications
You must be signed in to change notification settings - Fork 8
Communication Week4
1- Create login/logout page for the users
2- Create giver's/needer's signup update page
3- Create a good form on the landing page
4- Create Update button on-click fetch data to the form and update it through the form, update database accordingly.
5- Create Delete button on-click delete the cards and update database accordingly.
6- Create Edit button on-click edit the cards and update database accordingly.
7- Create Detail button on-click detail to see the cards summary.
1- Continuing working and updating the figma file.
1- Create routes to get/put goods for a single giver
2- Update database by creating seeds like users, goods and categories.
3- Create routes to get/post/put/delete a good giver
4- Create routes to get/post/update/delete categories
5- Create login page/authentication for the users
6- Check if the backend does data validation.