-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add first and last name to svs.sqlite #450
Comments
also create a hybrid attribute on the users model for journalist initials Update: a python property will be fine here since we don't need to filter on initials. also create a full name property. |
When adding the initials attribute to the user model, follow these rules discussed in freedomofpress/securedrop#4251:
|
Need to confirm this last rule with @ninavizz, @eloquence, and @ninavizz tomorrow. |
Description
We need a place to store first and last name in the client before we can display them in #411
Add first_name and last_name fields to the users table.
The text was updated successfully, but these errors were encountered: