Skip to content

Sprint 4 Report

RemiENG edited this page Apr 6, 2019 · 5 revisions

Overview

This report includes the meeting minutes and some key design decisions taken by the team.

April 1, 2019

  1. In attendance:

    • Remi Carriere
    • Naxin Fang
    • Boyang Ma
    • Angel Ortiz Regules
    • Marie Vu
  2. Minutes:

    • Cloud Storage needs to be added for document submission
    • Add varying welcome message to login page
    • Fix error messages at login page
  3. Key decisions:

    • Implementing the cloud storage business method as a restful endpoint will keep our code style consistent
  4. Potential date of next meeting:

    • Wednesday, April 3, 2019
    • Thursday, April 4, 2019

April 3, 2019

  1. In attendance:

    • Remi Carriere
    • Naxin Fang
    • Boyang Ma
    • Angel Ortiz Regules
    • Marie Vu
  2. 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
  3. 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
  4. Potential date of next meeting:

    • Friday, April 5, 2019

April 5, 2019

  1. In attendance:

    • Remi Carriere
    • Naxin Fang
    • Boyang Ma
    • Angel Ortiz Regules
    • Marie Vu
  2. 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
  3. Potential date of next meeting:

    • Wednesday, April 8, 2019