jgoco / RecCenter-Booking

Web application for scheduling appointments
0 stars 0 forks source link

Scrum Update 3 #3

Open jgoco opened 3 years ago

jgoco commented 3 years ago

2-week update: Set up initial code base for server-end. Implemented and stylized calendar feature, login window, and main menus. Issues: Completing full project (both recreation center and patron side) will be difficult with only a two person team. 3-week plan: Start connecting backend server to calendar feature. Set up database. Implement add/edit/delete booking functions. Start working on patron view.

terry-wkw commented 3 years ago

Scrum update: Worked on the server side implementation, along with various routes and API endpoints. Researched and implemented user authentication and associated hashing of credentials.

Focus for next scrum: Set up mongoDB to store user credentials, along with linking the front end login UI to the server