Add archived groups to 'Inactive' tab in group overview
Problem
The content of the Inactive tab on the group overview page should also display archived groups. Currently only archived projects are listed in the Inactive tab.
Proposal
Add/Modify tabs to the following pages to account for active and inactive groups:
-
Group overview > Inactive
-
Archived groups should be listed in the Inactivetab -
Archived groups should be marked with an Archivedlabel -
Unfolding an archived group should reveal the subgroups and projects, which should also be marked with an Archivedlabel
Implementation guide
- If this is ready before &13790 (closed) is done
- Change
Inactivetab to useGroupsServicein app/assets/javascripts/groups/components/overview_tabs.vue#L82 and set correct params added in #467265 (closed)
- Change
- If this is ready after &13790 (closed) is done
- Change the API used in
app/assets/javascripts/groups/overview/graphql/resolvers - Change
querykey inapp/assets/javascripts/groups/overview/constants
- Change the API used in
Edited by Peter Hegman
