Add link to survey on home page #54
Labels
No labels
backend
beginner friendly
bug
chore
documentation
enhancement
frontend
priority/high
priority/low
priority/medium
size/L
size/M
size/S
size/XL
size/XS
stage/backlog
stage/done
stage/in progress
stage/ready
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ScottyLabs/housing#54
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Overall Objective
Add a link on the Home page (apps/frontend/src/app/page.tsx) that takes users to our feedback survey. Right now there's no way for users to give us feedback from inside the app, and this is the easiest place to put it. See the design below of how it should look and where it should go.
Suggested Approach
This one is a good first issue if you're new to the codebase, since it only touches one or two files.
apps/frontend/src/app/page.tsx. This is the Home page component, the same one that renders the "Recommended Buildings" section via BuildingPanelDemo.Help & Resources