Skip to content

Add timestamp to group/project items on organization dashboard

What does this MR do and why?

Related to #423494 (closed)

The grouptenant scale team is starting to build out an Organization MVC. For more information about what an "Organization" will be see https://docs.gitlab.com/ee/architecture/blueprints/organization/

In !151285 (merged) we updated the dropdown items to Recently updated and Recently created. This MR adds timestamps to the project and group items that change depending on which dropdown item is selected.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screen_Recording_2024-04-28_at_4.52.14_PM

How to set up and validate locally

  • Enable ui_for_organizations feature flag
    • echo "Feature.enable(:ui_for_organizations)" | gdk rails c
  • Navigate to /-/organizations/default
  • Use the Display dropdown to change the list. The timestamp should change.
Edited by Peter Hegman

Merge request reports