feat: order home recommendations from survey answers #86

Open
ManrajS wants to merge 2 commits from feat/home-page-recommendations into main
ManrajS commented 2026-08-08 00:21:29 +00:00 (Migrated from codeberg.org)

home page recommendations were 5 hardcoded ids in BuildingPanelDemo. now it loads the saved
survey answers and ranks buildings with the scoring from #15, falls back to alphabetical if
there's no survey or youre logged out.

also noticed the filters in building options were resetting whenever you navigated away so i
did a quick fix for that too.

closes #55

home page recommendations were 5 hardcoded ids in BuildingPanelDemo. now it loads the saved survey answers and ranks buildings with the scoring from #15, falls back to alphabetical if there's no survey or youre logged out. also noticed the filters in building options were resetting whenever you navigated away so i did a quick fix for that too. closes #55
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feat/home-page-recommendations:feat/home-page-recommendations
git switch feat/home-page-recommendations

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff feat/home-page-recommendations
git switch feat/home-page-recommendations
git rebase main
git switch main
git merge --ff-only feat/home-page-recommendations
git switch feat/home-page-recommendations
git rebase main
git switch main
git merge --no-ff feat/home-page-recommendations
git switch main
git merge --squash feat/home-page-recommendations
git switch main
git merge --ff-only feat/home-page-recommendations
git switch main
git merge feat/home-page-recommendations
git push origin main
Sign in to join this conversation.
No description provided.