Skip to content

10 7 21 Meeting Minutes

CJ Fox edited this page Oct 7, 2021 · 1 revision

Date: 10/7/21

Participants:

Greg, Racquel, Devin, Mark, CJ

Summary:

Discuss application progress. Discussed future design choices. Work on Assignment 3 Part 1 - use case diagram.

Description:

  • Application has been deployed with Heroku and is behaving as expected at this point in time. Mark has finalized the stylings for the application.
  • We worked on and completed our use case diagram for Assignment 3 Part 1.
  • We discussed having a search icon expand into a search bar when we begin to create that feature.
  • We discussed that when a user is logged in, we will no longer show 'Login' and 'Sign Up' options in the navigation bar.
  • We will instead display an icon indicating that users are logged in. When the user clicks this icon they will be taken to a page where they can interact with features that require users to have an account.
  • We discussed that when a user clicks 'Login' or 'Sign Up', they will be taken to an appropriate page that contains the form for them to sign up or login.
  • We helped clarify POST and GET between HTML forms and Flask and how we can process user information.

Going Forward:

  • Continue working on application styling with decisions that were made today.
  • Continue working on the registration FR.
  • Need to continue working out the database details as we begin to require database interaction.
  • Look into database interaction with Flask and the options that are provided through Heroku.