Page MenuHomeSoftware Heritage

[Add forge now] Display extra information when users list their requests
Closed, MigratedEdits Locked

Description

When the user filters their request, display more fields :

  • Forge contact information email
  • Submitter identity
  • Comments

Event Timeline

ardumont renamed this task from [Add forge now] Display more fields when users list their request to [Add forge now] Display more fields when users list their requests.Mar 25 2022, 4:53 PM
ardumont triaged this task as Normal priority.
ardumont created this task.
ardumont renamed this task from [Add forge now] Display more fields when users list their requests to [Add forge now] Display extra information when users list their requests.Mar 25 2022, 4:56 PM

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).

@anlambert ^

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 ;)