cisagov / manage.get.gov

A Django-based domain name registrar that interfaces with an EPP registry
https://get.gov
Other
60 stars 18 forks source link

Add Domain Groups to the Domains Table page in the Portfolio view #2395

Open abroddrick opened 4 months ago

abroddrick commented 4 months ago

Issue description

Domain groups are meant to act like a label on a domain. These will be set by admin users to "group" domains together to help with their own internal organization. For instance, some users may group domains that have a particular manager or who expire within the same month. Just like in github where we can filter by a label, the goal is to let users filter by any set of domain groups (labels).

Acceptance criteria

Additional context

A filter button will be handled in another ticket. You do not need to worry about this here.

Reminder: each domain can have multiple domain groups. These should stack on top of each other, rather than be comma-separated.

Links to other issues

⛔ Blocked by

✋ Blocks

🔄 Relates to

gabydisarli commented 3 months ago

Chatted with @zandercymatics and have updated AC and details of this ticket

abroddrick commented 3 months ago

temporarily adding to sprint 50