dianamiraflor / 4806-project

0 stars 1 forks source link

Weekly scrum – March 4 #1

Closed dianamiraflor closed 1 year ago

dianamiraflor commented 1 year ago

Weekly updates for the week of March 4

dianamiraflor commented 1 year ago

What have I done:

What will I do until the 8th:

What is holding me back:

er-diagram drawio

brnjamino commented 1 year ago

What I have done:

MomenMushtaha commented 1 year ago

What I did:

Created all the needed thymeleaf forms.

  1. survey-initialize -> Initializes the survey.

  2. survey-create -> Adds questions to the survey created from survey.

  3. survey-fill -> Contains a form to fill out a survey by a user.

  4. survey-view -> A read-only view of the survey, allowing users to view the questions and options available without the option to submit the answers!

  5. survey-result -> shows the survey results for the user.

  6. survey-close ->Views the results of the populated survey by the user. The results are displayed in a table, with each row containing the question text and the user's response.

What I will do:

What is holding me back: