You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Goal:
Allow users to include some brief profile text. On their profile preferences page, show their profile and allow for editing it (a freeform text area). Include the description in user hover-cards.
Alternatively, allow admins to define certain fields that they want from their users, and show multiple input fields for the user.
Notes:
Should be implemented as a separate module
braid.stars is a good reference for how to do modules
braid.core.api already has a number of hooks that may be useful, but a few new ones may need to be added
The text was updated successfully, but these errors were encountered:
I'm imagining a hook in braid.core.api that's something like register-user-profile-item!. Perhaps this would be a good opportunity to separate all the functionality in braid.core.client.ui.views.pages.me into a module? That way if we wanted to add a new field, like pronouns (#195) it would just be a matter of adding a new module
Sounds good on both points. You can look to the other modules to see how they work. The hook could also be exposed by the new module rather than core, but I'll leave it you to decide.
A task for new Braid contributors.
Goal:
Allow users to include some brief profile text. On their profile preferences page, show their profile and allow for editing it (a freeform text area). Include the description in user hover-cards.
Alternatively, allow admins to define certain fields that they want from their users, and show multiple input fields for the user.
Notes:
The text was updated successfully, but these errors were encountered: