Monorepo for Tangled tangled.org

Add pronouns to lexicon #697

closed opened by citizen428.net targeting master from citizen428.net/core: issue-224-part1

This PR is trying to get the ball rolling on https://tangled.org/@tangled.org/core/issues/224.

As a first step, I'm just adding the pronouns field to the lexicon. I modeled it after the location field for now. Please let me know if you'd prefer different values for maxGraphemes/maxLength.

Labels

None yet.

assignee

None yet.

Participants 2
AT URI
at://did:plc:ciix2acno6llejri5qnykvy3/sh.tangled.repo.pull/3m3s5xkh76222
+6
Diff #0
+6
lexicons/actor/profile.json
··· 55 55 "maxGraphemes": 40, 56 56 "maxLength": 400 57 57 }, 58 + "pronouns": { 59 + "type": "string", 60 + "description": "Free-form preferred pronouns text.", 61 + "maxGraphemes": 40, 62 + "maxLength": 400 63 + }, 58 64 "pinnedRepositories": { 59 65 "type": "array", 60 66 "description": "Any ATURI, it is up to appviews to validate these fields.",

History

1 round 1 comment
sign up or login to add to the discussion
citizen428.net submitted #0
1 commit
expand
lexicon: add pronouns field to actor profile
expand 1 comment

thanks for the contribution! there is another PR: https://tangled.org/@tangled.org/core/pulls/688 that has more progress on this front. the work on pronouns fields will be moving on that PR instead.

i really do appreciate you taking the time to open this up however!

closed without merging