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
Is your feature request related to a problem? Please describe.
Occasionally Knights will change their Discord name or Reddit name. I would like to make historical records of any old usernames that I am updating, so that information isn't lost.
Describe the solution you'd like
Another text field called "Notes", in addition to the "About Me" and "Real life" test fields on a user. This text field would ideally be visible only to Commanders or higher. However, that privacy feature is not necessary for minimum viable product.
Describe alternatives you've considered
Currently I add old usernames to the "About Me" or "Real life" text fields. However, this is an awkward workaround, especially when the Knight put time into the original data population form and has personal text there already. See: Balsa.
Additional context
Nah
The text was updated successfully, but these errors were encountered:
Potentially overkill solution for Squire: We could handle Accounts as objects independent of Users and link them with 0/1:N relations in the database.
That way we'd have the existing table of users, a new table of accounts and we'd be able to assign N accounts to a user with a drop-down list of "primary reddit / alt reddit / primary discord / alt discord / etc." and maybe a notes field per account to cover special cases or additional information (eg. "acc renamed 20XX").
Schema Development: Adding field dbo.knight.onotes with attributes varchar(2000).
Minimum deliverable is plain text, with the eventual goal of adding html formatting possible, and saving the notes as a blob.
UX Requirements: Rather than displaying the Notes in the main profile show blade, concept I'm going with is a link that opens a pop up dialog box that displays and allows editing of the field.
Further down the road, we can add a new table with just note records done as many to one relationships so we can see who wrote which notes.
Is your feature request related to a problem? Please describe.
Occasionally Knights will change their Discord name or Reddit name. I would like to make historical records of any old usernames that I am updating, so that information isn't lost.
Describe the solution you'd like
Another text field called "Notes", in addition to the "About Me" and "Real life" test fields on a user. This text field would ideally be visible only to Commanders or higher. However, that privacy feature is not necessary for minimum viable product.
Describe alternatives you've considered
Currently I add old usernames to the "About Me" or "Real life" text fields. However, this is an awkward workaround, especially when the Knight put time into the original data population form and has personal text there already. See: Balsa.
Additional context
Nah
The text was updated successfully, but these errors were encountered: