Add link to survey on home page #54

Open
opened 2026-07-19 00:45:37 +00:00 by gostmeaper · 0 comments
gostmeaper commented 2026-07-19 00:45:37 +00:00 (Migrated from codeberg.org)

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.

HOME - LATER LAUNCHES

Suggested Approach

This one is a good first issue if you're new to the codebase, since it only touches one or two files.

  1. Open apps/frontend/src/app/page.tsx. This is the Home page component, the same one that renders the "Recommended Buildings" section via BuildingPanelDemo.
  2. Reference the design above to match it and create a button that links to the start of the survey. To understand how this linking works take a look at the launch page which has a similar button to the survey.
  3. Test by running the app locally and clicking the link to confirm it opens the survey in a new tab.
  4. Double check it looks fine on a smaller browser window too, since we're actively working on mobile layouts elsewhere.

Help & Resources

### 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. ![HOME - LATER LAUNCHES](/attachments/27f6c51b-e90f-46e0-9f14-5b8b3436930b) ### Suggested Approach This one is a good first issue if you're new to the codebase, since it only touches one or two files. 1. Open `apps/frontend/src/app/page.tsx`. This is the Home page component, the same one that renders the "Recommended Buildings" section via BuildingPanelDemo. 2. Reference the design above to match it and create a button that links to the start of the survey. To understand how this linking works take a look at the launch page which has a similar button to the survey. 3. Test by running the app locally and clicking the link to confirm it opens the survey in a new tab. 4. Double check it looks fine on a smaller browser window too, since we're actively working on mobile layouts elsewhere. ### Help & Resources - [README](../../ScottyLabs/housing/src/branch/main/README.md) - [Contributing Guidelines](../../ScottyLabs/housing/src/branch/main/docs/CONTRIBUTING.md)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
ScottyLabs/housing#54
No description provided.