Skip to content

Meeting notes 7 16 2021

KristinJJ edited this page Jul 16, 2021 · 4 revisions

What we did

  • Added button to submit UserID
  • Added basic movie ranking based on indexes
  • Added button to submit movie rankings

Discussion/things done during the meeting

  • Fixed .gitignore with assistance from Mentor Richard (git now ignores environment file)
  • Event component
  • Jest
  • NoSQL AWS Workbench
  • Move UI testing to backburner for now
  • Confirmed next meeting day/time

Next Steps

  • Save API call data (once a day?) so that there doesn't need to be new API call every time it recompiles
    • JSON file stored in Test folder?
      • Either load existing JSON file, or create JSON file if it doesn't exist.
  • Create Event component
    • Create button to navigate to Event component
  • Create DynamboDB database
    • Set up testing for DynamoDB
      • Jest?