dianamiraflor / 4806-project

0 stars 1 forks source link

Survey answer #29

Closed brnjamino closed 1 year ago

brnjamino commented 1 year ago

Filling out surveys and view results

dianamiraflor commented 1 year ago

PR is an updated version of forms-implementation + reworked the model to have one Question class + Response class. Need to do fix creating surveys for next sprint

dianamiraflor commented 1 year ago

Also, integration tests need to be created but having issues here.

MockMVC can't be used with the way the app is currently configured with CommandLineRunner

dianamiraflor commented 1 year ago

Should "View Results" button be on the same page as viewing a survey? Cause that "Available Surveys" page is dedicated to the users (who are not Surveyors) but if it's to display the responses for that survey (as a Surveyor), then it's cool

brnjamino commented 1 year ago

The intention is to have the two buttons replace one another once login is properly persisted, ie. when the surveyor views the survey they have the option to view results, while any other user has the option to fill it out

dianamiraflor commented 1 year ago

Okay sick, I'll take note of that 👍