CSAllenISD / 2023-ISP-ModelScheduler

Other
9 stars 3 forks source link

What does front end need from backend #113

Closed Muq2 closed 1 year ago

Muq2 commented 1 year ago

List what frontend needs backend to get done below.

ryanhallock commented 1 year ago

The front end currently stores classes/selected schedules with JSON inside the browser's local storage, which is fine for an MVP. We could create a separate branch to include the login process and integrate it when the MVP is completed.

For routes, it seems we already have all the routes required, we only need to abstract them to an API endpoint like GET: api/v1/courses and return the classes.

Muq2 commented 1 year ago

ok i’ll work on that on my local branch

Muq2 commented 1 year ago

login process cannot be pushed yet, mail api is not ready and i do not want to display api keys.

ryanhallock commented 1 year ago

A .env file should be created on your local machine and a template .env file should be pushed without any secret keys. We also should put our hashing salt inside our .env file with other secret varaibles.

GetJumpedOn95 commented 1 year ago

Ok I see