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.
We've added DiscordID to the knight table. Neither it nor inttrans (Interview Transcript) are available or editable in the application. [...]
Describe the solution you'd like
Both of these fields need to be added to the edit.profile.blade, show.profile.blade and new.profile.blade files.
Both of them should be visible and editable by anyone that can use new.profile.blade. For the show.profile.blade and edit.profile.blade files, they should match the same security visibility and edit access as the Knight Number field.
Describe alternatives you've considered
Potentially make both of these fields part of a new profile.blade file only accessible via the Admin pages.
Additional context
The DiscordID especially is critical as a user cannot change this value without changing their entire Discord account. Discord Name on the other hand can be manipulated by the user at will.
The text was updated successfully, but these errors were encountered:
As per @LeoVerto this is going to require an examination of the code base to refresh working knowledge of application architecture. Once ready, @Gryph667 is projecting about 5 hours to adjust the files, test them on local environments, and prepare pull requests.
Is your feature request related to a problem? Please describe.
We've added DiscordID to the knight table. Neither it nor inttrans (Interview Transcript) are available or editable in the application. [...]
Describe the solution you'd like
Both of these fields need to be added to the edit.profile.blade, show.profile.blade and new.profile.blade files.
Both of them should be visible and editable by anyone that can use new.profile.blade. For the show.profile.blade and edit.profile.blade files, they should match the same security visibility and edit access as the Knight Number field.
Describe alternatives you've considered
Potentially make both of these fields part of a new profile.blade file only accessible via the Admin pages.
Additional context
The DiscordID especially is critical as a user cannot change this value without changing their entire Discord account. Discord Name on the other hand can be manipulated by the user at will.
The text was updated successfully, but these errors were encountered: