Search for meee - User pages and avatars - #162
Merged
Merged
Conversation
Add browsable user pages that collect projects, ideas, awards, and participation highlights across Hackweek years. Link people throughout project and navigation surfaces, and extend project search to match team member names.\n\nExpose the profile data through an authenticated users API and cover both the repository behavior and rendered timeline with tests.
Cache validated Google profile photos in private R2 during sign-in and serve them through a hardened same-origin endpoint. Reuse a shared avatar component across navigation, project discovery, project teams, member selection, profiles, and screening playlists with accessible initials fallbacks.\n\nInclude project awards in detail responses and present every honor on the project page. Add coverage for avatar refreshes, redirect and content validation, failure handling, UI rendering, playlist data, and award display.
NinjaLikesCheez
force-pushed
the
search-for-meee
branch
from
August 21, 2026 17:15
de28a71 to
f6b9cf4
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
There are 3 total unresolved issues (including 1 from previous review).
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit f6b9cf4. Configure here.
Keep claimed projects and awards on the claimant's profile instead of the original idea opener, and avoid repeating year validation while paging profile projects. Include idea creators in people search so ideas remain discoverable by name.\n\nBackfill missing cached avatars on first request for existing users while preserving the hardened Google fetch and R2 serving path. Add regression coverage for claimed ideas, idea-creator search, and avatar cache backfills.
Check that a response body exists before returning an avatar downloaded during cache backfill, preserving the typed streaming contract without a non-null assertion.
Merge current filters, counts, personal quicklinks, dependency updates, and avatar behavior into the user-profile branch. Keep profile-linked cached avatars, compose member-name search with every project filter, and apply the expanded search predicate to result counts.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This change adds an 'initial' user profile page (including avatars!). It also allows you to search on the projects page for a user and it'll show everything associated with that user.
Edit, I'd have liked this to be prettier, but I've run out of time :D Next year!
CleanShot.2026-08-21.at.19.12.14.mp4