thisisdajaaa / codev-feedback-system

Codev's internal feedback system created using React.js, Typescript, TailwindCSS, Next.js, Storybook, MongoDB, Redux, Express.js
https://codev-feedback-system.vercel.app
2 stars 0 forks source link

Enhancement - Add an "ALL SURVEYS" option in the search bar dropdown #157

Open marycastino opened 1 year ago

marycastino commented 1 year ago

Description The options displayed at the present are "ACTIVE SURVEY", "DRAFT SURVEY", and "FINISHED SURVEY". Using these options, the user can alter the list of surveys based on the selected option. However, they do not have any option to view all surveys once they already switched to other filters. I suggest we add "ALL SURVEYS" option to allow users to return to the all surveys page (same as the initial display). Image

Acceptance Criteria

  1. "ALL SURVEYS" is added as an option in the dropdown
  2. All options are still working
  3. All surveys are displayed after choosing the "ALL SURVEYS" option