Ansteorra / KMP

Kingdom Management Platform
Other
2 stars 0 forks source link

Add Title, Pronouns, and Pronunciation to the Member Model #100

Open AnsteorraMarshalWebAdmin opened 1 month ago

jhandel commented 1 month ago

I am wondering if Title, Pronouns, and Pronunciation are common enough they should just be part of the member record?

@sueflay & @cchipman-tdy what do you guys think?

cchipman-tdy commented 1 month ago

Absolutely.

Carl Chipman Mobile: Email: @.**@.>

Teledyne Confidential; Commercially Sensitive Business Data

From: Josh @.> Sent: Thursday, July 18, 2024 10:14 AM To: Ansteorra/KMP @.> Cc: Chipman, Carl (US) @.>; Mention @.> Subject: Re: [Ansteorra/KMP] Add addl into field for pronunciation of names (Issue #100)

External Email

I am wondering if Title, Pronouns, and Pronunciation are common enough they should just be part of the member record?

@sueflayhttps://github.com/sueflay & @cchipman-tdyhttps://github.com/cchipman-tdy what do you guys think?

— Reply to this email directly, view it on GitHubhttps://github.com/Ansteorra/KMP/issues/100#issuecomment-2236829839, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BCAE2FSMBXICYRMQCBQWKADZM7LSNAVCNFSM6AAAAABK2XVHG6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMZWHAZDSOBTHE. You are receiving this because you were mentioned.Message ID: @.**@.>>

jhandel commented 1 month ago

Sounds good.. I am updating the title..

We should have Pronouns be a dropdown, but they can be put in app settings as a comma separated list so we don't have to get them right "first try".

They should also be added to the PublicProfile json in the MembersController.php

Spaarky1978 commented 1 month ago

I would suggest fir pronouns you put a field that can just be typed in. We tried drop down and did he him she her, they/them and then we got hit with a bunch of others we didn't even think about like he/them etc there were even one ls we never heard of.-FlokiOn Jul 18, 2024 8:50 AM, Josh @.***> wrote: Sounds good.. I am updating the title.. We should have Pronouns be a dropdown, but they can be put in app settings as a comma separated list so we don't have to get them right "first try".

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

jhandel commented 1 month ago

@Spaarky1978 that is why I was thinking we would put the dropdown in the App Settings (https://github.com/Ansteorra/KMP/wiki/App-Settings#memberadditionalinfo)

We can add anything we want at runtime using that feature..