You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be a new route named /faq which displays all faqs in the database, sorted by recency. Each question should display the question text and (possibly) a truncated version of the answer contents. Each question should also display topics as tags. When clicked, navigate to /faq/$faqId and display the full text of the answer alongside all tags.
The text was updated successfully, but these errors were encountered:
Followup to #238.
There should be a new route named
/faq
which displays allfaqs
in the database, sorted by recency. Each question should display the question text and (possibly) a truncated version of the answer contents. Each question should also displaytopics
as tags. When clicked, navigate to/faq/$faqId
and display the full text of the answer alongside all tags.The text was updated successfully, but these errors were encountered: