Feature #2068
closedEditable identity profile
100%
Description
Add new content (or modal) to be able edit identity profile:
- profile picture (prepared, optional - is on identity detail now)
- selected language (property prepared)
- expanded side menu (property prepared)
- default page size for tables (new property)
- show system info:
- entity identifiers (new property)
- transaction identifiers (new property)
- audit informations on entity details (new property and FE component on all details)
Related issues
Updated by Radek Tomiška almost 5 years ago
- Related to Feature #2070: FE: add link to audit by entity identifier from tables added
Updated by Radek Tomiška almost 5 years ago
- Status changed from In Progress to Needs feedback
- Assignee changed from Radek Tomiška to Vít Švanda
- % Done changed from 0 to 90
It's implemented as description says except one point, I've join all system information under once configuration property in user profile.
Doc:
https://wiki.czechidm.com/devel/documentation/identities/adm/user_setting
Commit:
https://github.com/bcvsolutions/CzechIdMng/commit/5cad56765ea820e959a4e654afb436f9f5abd504
Could you provide me a feedback, please?
Updated by Vít Švanda over 4 years ago
- Status changed from Needs feedback to Resolved
- Assignee changed from Vít Švanda to Radek Tomiška
- % Done changed from 90 to 100
I did review and test. Nice UX feature, thanks for that. I'm surprise you are using new "non-standard" approach for update a user's profile, where are datas saved without confirmation, but this is perhaps good place for this usecase.
I found one problem with rights (menu for show profil detail was show for use without profile read permission). I fixed this.
Commit: https://github.com/bcvsolutions/CzechIdMng/commit/b40dd2e136a2fddef958848928af081b482280cc
Updated by Radek Tomiška over 4 years ago
Thx for feedback and add forgotten permission!
I had to do saved without confirmation because added profile image - this image is uploaded standalone, so it was a little confusing without it.
Updated by Radek Tomiška over 4 years ago
I fixed UC, when new profile has to be created before image is uploaded:
Commit:
https://github.com/bcvsolutions/CzechIdMng/commit/53ed222706676ff38828a7776d5cee5ece842796
Updated by Radek Tomiška over 4 years ago
- Status changed from Resolved to Closed
Updated by Radek Tomiška over 4 years ago
- Related to Defect #2423: User setting - Default page size - cannot be cleared added