-
Notifications
You must be signed in to change notification settings - Fork 1
Sprint 4 Report
RemiENG edited this page Apr 6, 2019
·
5 revisions
This report includes the meeting minutes and some key design decisions taken by the team.
-
In attendance:
- Remi Carriere
- Naxin Fang
- Boyang Ma
- Angel Ortiz Regules
- Marie Vu
-
Minutes:
- Cloud Storage needs to be added for document submission
- Add varying welcome message to login page
- Fix error messages at login page
-
Key decisions:
- Implementing the cloud storage business method as a restful endpoint will keep our code style consistent
-
Potential date of next meeting:
- Wednesday, April 3, 2019
- Thursday, April 4, 2019
-
In attendance:
- Remi Carriere
- Naxin Fang
- Boyang Ma
- Angel Ortiz Regules
- Marie Vu
-
Minutes:
- Cloud Storage Restful endpoint is implemented using Firebase, but URL is too long to store on Heroku database (Passes with simulated long URL on H2 DB)
- Varying welcome message added
- Error messages at login page corrected
-
Key decisions:
- By manually setting the UUID of the uploaded document, we can build a shorter URL that will fit in the DB
- URL parameters for the existing RESTful endpoints will have to be moved to the body rather than query parameters, since the download URL itself has a query parameter
-
Potential date of next meeting:
- Friday, April 5, 2019
-
In attendance:
- Remi Carriere
- Naxin Fang
- Boyang Ma
- Angel Ortiz Regules
- Marie Vu
-
Minutes:
- Cloud Storage for document upload and download is complete
- Move Instructions document to task information tab
- Add comments to non trivial code for the Frontend
-
Potential date of next meeting:
- Wednesday, April 8, 2019