-
Notifications
You must be signed in to change notification settings - Fork 15
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
1341 category improvements #1388
base: main
Are you sure you want to change the base?
Conversation
0c074cf
to
bdf27f8
Compare
…and community page
f7eb8b2
to
4284285
Compare
refactor: show modal after loading to avoid form resizing
4284285
to
004f6c1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the initial implementation "Name" was dedicated as full name, whereas "Short name" was the shortened form. It was not intended as a description, this would be a dedicated property. Thus, I strongly suggest to add a dedicated description field if this is required as this does not work with the use case we have already in production.
This looks good. And I agree with @cmeessen that we might be misusing the full name field as basically description field. But unfortunately, we need it this way. We can continue using full name field as description, if search functionality is implemented - it would be easier to search. |
@cmeessen and @bakhshir Thanks for you feedback! The label change (Short name to Label and Name to Description) is change in the labels shown to user in the organisation and communities section only. The working of "global" custom categories is not changed in order to avoid any impact on the Helmholtz categories implementation. The structure of the categories table remains unchanged. I assumed that Helmholtz use global categories only. We seem to have slightly different use cases where different labels are more clear to users. In both cases we only need 2 inputs. Maybe we can use labeling that includes both labels?
Let me know what you think. Other suggestions/ideas are welcome. If you would like to discuss this PR in more details in person you are welcome to join our standup. |
I have made following changes on the category labels (see image 1 and 2 in the PR description)
Let me know what you think about this approach |
|
Custom categories improvements
Closes #1341
Closes #1362
Closes #1365
Changes proposed in this pull request:
How to test:
make start
to build and generate test dataGlobal custom categories (unchanged)
Input labels for categories on organisation and communities page
Removed capitalization from category chip
Select & search category (example)
Custom categories on software page
PR Checklist:
docker-compose.yml