-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Standardize Relation Icons Across Application #5660
Comments
Please is this opened? If it is can I work on this. |
Sure @ijayhub, thanks for contributing! |
@ijayhub maybe ask on our Discord: https://discord.com/invite/cx5n4Jzs57 |
okay thanks |
@ijayhub did it work? |
hi @Bonapara , "has many" and "belongs to one" both are 1:N relationship ? |
@NitinPSingh, you're right. All relations are indeed 1:N for now. "Belongs to" is N:1, but there's no icon for this, so let's use 1:N as well! |
fix #5660 - updated One to many [1:N] icon across app - created many to one icon [N:1] , and added it in app ![download (2)](https://github.com/user-attachments/assets/35ce05be-0f5f-4cd0-a1b7-7ab9062f74a0) ![download (1)](https://github.com/user-attachments/assets/57316e49-c931-4ab5-ad4b-d04b241724c3) --------- Co-authored-by: Félix Malfait <felix.malfait@gmail.com>
Current Behavior
We have an inconsistency in how we display relation icons across the app.
Fields list on an object detail page:
New relation field icon:
Customization of a new relation field:
Desired Behavior
We want to display this icon for one-to-many relations:
And this icon for many-to-many relations.
By default, we want to display the one-to-many icon everywhere.
The text was updated successfully, but these errors were encountered: