BREAKING CHANGE: remove gender, telephone, username, position, placeholder, birthdate … - #1126
Conversation
…and department columns from users table
|
How about removing preferred name as well? |
…re into SWAP-4778-View_Only_Profile
Co-authored-by: Jekabs Karklins <58165815+jekabs-karklins@users.noreply.github.com>
I will raise it again with our user officer, the last time she identified this as a field she wants. Can STFC comment here on this? |
|
|
1 similar comment
|
|
4055aff to
18f2f45
Compare
…and department columns from users table
Co-authored-by: Jekabs Karklins <58165815+jekabs-karklins@users.noreply.github.com>
18f2f45 to
bcac694
Compare
|
|
…oject/user-office-core into SWAP-4778-View_Only_Profile
|
|
simonfernandes
left a comment
There was a problem hiding this comment.
@bolmsten We have moved over to the new particapant selector modal now, so we are all good on removing the EMAIL_INVITE_LEGACY feature 🙂
…oject/user-office-core into SWAP-4778-View_Only_Profile
…re into SWAP-4778-View_Only_Profile
|
Hi @bolmsten, I've had a look at the tests. I can see in this PR that the only failing file is proposals.cy.ts, and locally in STFC config there is only one failing test within it. It was failing because it was still looking for the old PI selector instead of the new one. I've updated it and it's passing locally now |
…re into SWAP-4778-View_Only_Profile
…oject/user-office-core into SWAP-4778-View_Only_Profile
…oject/user-office-core into SWAP-4778-View_Only_Profile
Description
This PR removes redundant user attributes such as gender, telephone, username, position, placeholder, and birthdate in the backend and frontend of the application.
Motivation and Context
The removal of these attributes simplifies the user model and reduces the amount of unnecessary data stored in the database. This change is necessary as these attributes do not contribute to the core functionality of the application.
Changes
How Has This Been Tested?
Fixes Jira Issue
https://jira.esss.lu.se/browse/SWAP-4778
Depends On
Tests included/Docs Updated?