Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

USER STORY: Show more information on full Profile List #117

Closed
5 tasks done
blahosyl opened this issue Aug 11, 2024 · 0 comments
Closed
5 tasks done

USER STORY: Show more information on full Profile List #117

blahosyl opened this issue Aug 11, 2024 · 0 comments
Assignees
Labels
e: ux profiles Epic: UX for Profiles p: should have Priority: High value but not crucial

Comments

@blahosyl
Copy link
Owner

blahosyl commented Aug 11, 2024

As a Logged-in User,

I want to see more information on the full Profile List than on the sidebar Profile List,

so that can see more profile information at a glance

Acceptance Criteria

  1. role and pronoun fields appear for each user on full-page Profile List (unless they are empty)
  2. These fields do not appear on the Profile List in the sidebar.

Tasks

  • in App.js, pass full prop to full-page ProfileList
  • in ProfileList, destructure the prop: const { full } = props;
  • in ProfileList, pass full prop to Profile
  • in Profile, destructure the prop: const { full } = props;
  • conditionally render role and pronouns on full-page Profile List
@blahosyl blahosyl self-assigned this Aug 11, 2024
@blahosyl blahosyl moved this to Todo in Task Manager Aug 11, 2024
@blahosyl blahosyl added p: should have Priority: High value but not crucial e: ux profiles Epic: UX for Profiles labels Aug 11, 2024
@blahosyl blahosyl moved this from Todo to In Progress in Task Manager Aug 11, 2024
blahosyl added a commit that referenced this issue Aug 11, 2024
@blahosyl blahosyl moved this from In Progress to Done in Task Manager Aug 11, 2024
@blahosyl blahosyl closed this as completed by moving to Done in Task Manager Aug 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
e: ux profiles Epic: UX for Profiles p: should have Priority: High value but not crucial
Projects
Status: Done/Won't do
Development

No branches or pull requests

1 participant