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

Add bio field to the Profile struct #51

Closed
6 tasks done
beeman opened this issue Oct 23, 2024 · 1 comment
Closed
6 tasks done

Add bio field to the Profile struct #51

beeman opened this issue Oct 23, 2024 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@beeman
Copy link
Contributor

beeman commented Oct 23, 2024

  • The Profile struct needs an optional bio field (null by default).
  • Length of this field should be min 1 and max 256 chars.
  • The authorities of the profile should be able to update it using the profile_update instruction
  • The behavior should be tested as part of anchor test
  • The field should be used in the web ui, like in the PubkeyProtocolUiProfileCard and PubkeyProtocolUiProfileListItem and PubkeyProtocolUiProfileUpdateForm components (possibly in more places)
  • The provisionSampleDataProfiles data in the cli needs to add it.

Related #50

@beeman
Copy link
Contributor Author

beeman commented Nov 3, 2024

Closed by #64

@beeman beeman closed this as completed Nov 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant