Skip to content

Meeting notes 7 30 2021

KristinJJ edited this page Jul 30, 2021 · 11 revisions

What We Did

  • UI for Movie Selection
  • Lambda Function for posting Event data to DynamoDB

Discussion

  • Host ID for Build an Event page
  • AWS CloudFront to host in the cloud (not locally)
  • AWS Serverless Application Model to host in Docker locally to circumvent CORS issues
  • UI enhancements
    • Make the movieCards the same size/dimensions, and have the movie posters inside the cards scale
    • Searching through movies?
  • Slow loading of movie posters
    • Scale back number of movies shown to 24(?) to circumvent slow loading of posters (for now)
    • Lazy loading

Next Steps

  • Fix/get around CORS
  • Host ID for Build an Event page
    • (Now) String
    • (Later) Based on who is Logged in
  • Scale back number of movies shown to 24(?) to circumvent slow loading of posters (for now)
    • Update Lambda function with two parameters (start item, quantity)
  • Get Event data into an Event
  • Figure out how to invite people to rank movies in an Event
  • Showing the results of the multi-person ranking (ranked-choice?)
  • Demo (10-15 minutes)