SimonPaske / My-First-Agile-Project

0 stars 0 forks source link

User Story anonymous feedback #3

Closed SimonPaske closed 1 year ago

SimonPaske commented 1 year ago

In order to provide anonymous feedback as a user, I can choose to hide my identity

SimonPaske commented 1 year ago

Acceptance Criteria:

a. The option should be provided as a checkbox b. The checkbox should be "checked" by default c. The option should appear next to the submit button d. After submitting the default submission confirmation should be adjusted to include the user name.

Tasks:

[x] Update the view: the poll design (HTML and CSS) to include the checkbox and to show the name of the submitter [] Create a new field in the model to track the username [] Update the controller function [] Update unit test scripts [] Test the functionality

SimonPaske commented 1 year ago

done