multiverse-team-11 / inventory-app

https://inventory-app-11-1emn.onrender.com/
0 stars 2 forks source link

Add individual login/UUID #104

Open Hannah0701 opened 3 months ago

Hannah0701 commented 3 months ago

Add individual login/UUID to get all holidays and holiday makers by user. Create front end React pages or hook up existing pages to support fetch requests of these items.

requires User model requires Form Data Model requires association of User to many Form Data requests and Form Data belongs to one User. requires link to POST on form to add new look to database with associated User requires User account page to be created in React (generating a list of previous holiday form inputs by individual User id) would require Edit button to be created for front end in User inidividual login space linked to PUT router would require Delete button to be created for front end in User inidividual login space linked to DELETE router