Skip to content

Meeting Minutes #9 ( 04 11 2021)

Anusha-Reddy-Lattupally edited this page Nov 10, 2021 · 1 revision

Discussion regrading the additional core feature for sprint 4:

choosing the additional feature from the list by the team and discussion about how well it suits to the application if implemented.

  1. Editing question and answer
  2. Adding tags for questions
  3. Search bar
  4. Saving questions.

From the given list team fixed with the search bar implementation.

Discussion about re-assigning the tasks for the coming weeks as for the proper re-distribution of work to the team mates.

  • View the questions asked in the Questions page (Lina + Ahmed) -> The questions can be grabbed from the DB and be displayed in any order
  • Add the voting feature to the question displayed in “View Question page” (Elyes) -> Update the vote count value for the question displayed in the DB on button click
  • Add an answer input box to the View Question page (Anusha) -> This part might be a bit annoying if we consider that the answer input box can only be displayed if the person who asked is not the one viewing it. Not entirely sure if it needs to be taken into consideration so we can just keep the answer input box there regardless
  • Create the DB for the answers. It should contain the following and be linked to the question asked (Lina)
    • id
    • username
    • vote_count
  • Display the answers in order of most to least voted on.
  • Third core feature (Juhi, Anita, Kevin).

Other minor changes required:

  • Remove the react logo
  • Display a message if the user submits a question with no title or no content
  • ^ same for answer
  • (maybe) redirect to View Question directly when a question is submitted with the question that they submitted
  • Clean up the code and add comments for future ref