Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the User-Facing FAQ Page Implementation to include categories #1261

Closed
3 tasks done
entrotech opened this issue Nov 3, 2022 · 2 comments · Fixed by #1307
Closed
3 tasks done

Update the User-Facing FAQ Page Implementation to include categories #1261

entrotech opened this issue Nov 3, 2022 · 2 comments · Fixed by #1307
Labels
enhancement Release Note: Shows as visual or user experience Enhancement level: medium milestone: missing p-feature: FAQ screen /faq priority: SHOULD HAVE role: database Database Development Task role: front-end Front End Developer

Comments

@entrotech
Copy link
Member

entrotech commented Nov 3, 2022

Overview

Update the User-Facing FAQ Page Design to include categories

Action Items

  • Decide on, and implement the required database changes. Normally, I would create a separate table FaqCategory and add a foreign key from the Faq table to the FaqCategory table, However, with the way the administration screen for FAQs is intended to work, it might be easier to represent categories as rows in the Faq table with a type of "Header" (vs "Question" for the normal Faqs). Should discuss the options with @entrotech before implementing.
  • Modify the screen functionality to incorporate the categories as headers
  • Try to match the wireframes provided by Renee under the Resources section.

Resources/Instructions

Mockup-User Facing FAQ w/categories
https://www.figma.com/file/nD9QK56Mzq7xNSaSUoeGx0/TDM-Calculator?node-id=7089%3A24872

@entrotech entrotech added enhancement Release Note: Shows as visual or user experience Enhancement role: front-end Front End Developer role: database Database Development Task level: medium p-feature: FAQ screen /faq priority: SHOULD HAVE labels Nov 3, 2022
@Reneedesigns
Copy link
Member

Reneedesigns commented Nov 3, 2022

Screenshots: Selected screens per 11/2 team meeting
Categories within banner with questions collapsed and some answers expanded

Figma link to screens
https://www.figma.com/file/nD9QK56Mzq7xNSaSUoeGx0/TDM-Calculator?node-id=7089%3A24872

User Facing FAQ w categories

User Facing FAQ w categories, question expand

@entrotech @jahpe777 @Biuwa @SYRIA

@jahpe777 jahpe777 self-assigned this Nov 4, 2022
@entrotech entrotech changed the title Update the User-Facing FAQ Page Design to include categories Update the User-Facing FAQ Page Implementation to include categories Nov 5, 2022
@jahpe777
Copy link
Member

Updated the User-Facing FAQ Page Implementation to include categories #1261

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Release Note: Shows as visual or user experience Enhancement level: medium milestone: missing p-feature: FAQ screen /faq priority: SHOULD HAVE role: database Database Development Task role: front-end Front End Developer
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

4 participants