Patch #29263
openMove issue attributes to their own section in issue page
Added by Marius BĂLTEANU over 6 years ago. Updated over 5 years ago.
0%
Description
- to implement a collapse/expand feature (#29034)
- to make the issue page more structured and more easily to read/scan
- to allow in the future more improvements, like a sticky issue bar
Before:
After:
Files
before.png (322 KB) before.png | Marius BĂLTEANU, 2018-07-23 23:08 | ||
after.png (350 KB) after.png | Marius BĂLTEANU, 2018-07-23 23:08 | ||
0001-move-issue-attributes-to-their-own-section.patch (1.97 KB) 0001-move-issue-attributes-to-their-own-section.patch | Marius BĂLTEANU, 2018-07-23 23:19 | ||
move-issue-attributes-to-their-own-section-v2.patch (1.85 KB) move-issue-attributes-to-their-own-section-v2.patch | Go MAEDA, 2019-05-12 01:26 | ||
fields-instead-of-attributes@2x.png (46.4 KB) fields-instead-of-attributes@2x.png | Go MAEDA, 2019-05-12 01:30 |
Related issues
Updated by Marius BĂLTEANU over 6 years ago
- Related to Feature #29034: Option to collapse/expand issue sections added
Updated by Marius BĂLTEANU over 6 years ago
- Related to Patch #29033: Move attachments to their own section in issue page added
Updated by Marius BĂLTEANU over 6 years ago
- Related to deleted (Patch #29033: Move attachments to their own section in issue page)
Updated by Marius BĂLTEANU over 6 years ago
- Blocked by Patch #29033: Move attachments to their own section in issue page added
Updated by Marius BĂLTEANU over 6 years ago
- File 0001-move-issue-attributes-to-their-own-section.patch 0001-move-issue-attributes-to-their-own-section.patch added
The patch must be applied after #29033.
Updated by Marius BĂLTEANU over 6 years ago
- Related to deleted (Feature #29034: Option to collapse/expand issue sections)
Updated by Marius BĂLTEANU over 6 years ago
- Blocks Feature #29034: Option to collapse/expand issue sections added
Updated by Go MAEDA over 5 years ago
What do you think about changing the section name from "Attributes" from "Fields"?
In Redmine, "Status", "Priority", "Assignee", and so on are called "Field" (e.g. "standard fields", "core fields", "custom fields", "fields permissions").
Updated by Go MAEDA over 5 years ago
- File move-issue-attributes-to-their-own-section-v2.patch move-issue-attributes-to-their-own-section-v2.patch added
- File fields-instead-of-attributes@2x.png fields-instead-of-attributes@2x.png added
- Target version set to 4.1.0
I have updated the patch to change the section name from "Attributes" from "Fields". It is consistent with the terms already used in Redmine such as "standard fields", "custom fields", and "fields permission".
Marius, is that OK with you?
Updated by Marius BĂLTEANU over 5 years ago
You're right, in the administration area all of them are fields (standard, custom), but in the issue page, the fields are displayed based on different criteria.
In a scenario with all types of custom fields, the issue page will have the following sections:
1. All standard fields excepting description + All custom fields excepting full-width custom fields
2. Description (standard field)
3. Files
4. Full width custom fields
5. Subtasks
6. Related issues
Besides 5 and 6, all of them are fields. At the same time, if we look in the edit issue mode, we will see that the label used there is "Change details" and not "Change fields" or "Change attributes". So, I don't know what to say about which label should we use.
Another concern is related to Jean-Philippe comment added to the collapsable sidebar (#21808#note-29) where he said " I'd prefer not to add this to the core. I find it awkward to toggle some part of the UI. " and the final scope of this change is to implement a toggle mechanism for issue sections (#29034).
Even if I'm the author of this ticket, with all of these in mind, I'm more in favour of getting more feedback on this (at least from Jean-Philippe) because without a toggle mechanism, this ticket is not a real improvement.
Updated by Jean-Philippe Lang over 5 years ago
- Target version deleted (
4.1.0)
I don't see the benefit of adding this section for now. It just eats up a bit more vertical space.