When the user filters their request, display more fields :
- Forge contact information email
- Submitter identity
- Comments
When the user filters their request, display more fields :
Status | Assigned | Task | ||
---|---|---|---|---|
Migrated | gitlab-migration | T2197 Ingestion / coverage | ||
Migrated | gitlab-migration | T2199 "Save Forge Now" | ||
Migrated | gitlab-migration | T1538 Add "forge" now | ||
Migrated | gitlab-migration | T4047 User interface to submit and follow Add forge now requests | ||
Migrated | gitlab-migration | T4070 add forge now submission form | ||
Migrated | gitlab-migration | T3989 [Add forge now] Create "browse add requests" tab | ||
Migrated | gitlab-migration | T4011 [Add forge now] Filter user requests | ||
Migrated | gitlab-migration | T4091 [Add forge now] Display extra information when users list their requests |
I don't really know how we can display comments for a request though.
I gather that can become pretty long for one request.
Maybe a modal view of the particular request could be done.
Make the row clickable, once clicked, that opens a modal view into
the request details (including comments).
Thoughts?
Maybe a modal view of the particular request could be done.
Make the row clickable, once clicked, that opens a modal view into
the request details (including comments).
I would use a popover here, the same behavior is used in the Save Code Now datatables to display more details about a request (when clicking on the info icon).
I would use a popover here, the same behavior is used in the Save Code Now datatables to display more details about a request (when clicking on the info icon).
or that, sure ;)