feat: issue 101 - show who owns a story - #293
Open
andybencomo95 wants to merge 1 commit into
Open
Conversation
- Add Assignees and CompactAssignees components with GitHub avatar URLs and initial-letter fallback - Render assignees on story row (IssueRow) and story detail header - Add 'mine' filter on Stories board matching current user's GitHub login New file: - apps/web/components/issues/assignees.tsx
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.
Summary
Implements issue #101: Show who owns a story — render the assignees Facility already mirrors.
Changes
apps/web/components/issues/assignees.tsxwith:AssigneeAvatar: GitHub avatar URL with initial-letter fallback when image fails to loadAssignees: Full display with avatar + @login for first assignee, +N with avatar stack tooltip on hover for additional assigneesCompactAssignees: Dense row version (avatar + @login + +N)apps/web/components/issues/issue-row.tsx): RendersCompactAssigneesalongside labels and timestampapps/web/app/(app)/projects/[projectId]/stories/[number]/page.tsx): Renders fullAssigneescomponent alongside labelsapps/web/app/(app)/projects/[projectId]/stories/page.tsx): Adds "mine" filter chip next to stage chips, filtering by current user's GitHub loginVerification
pnpm build --filter=@facility/web✓pnpm test --filter=@facility/web✓ (13 test files, 69 tests)pnpm biome check✓pnpm test✓ (16 suites, 389+ tests)