cisagov / manage.get.gov

A Django-based domain name registrar used by the .gov domain to communicate with an EPP registry
https://get.gov
Other
53 stars 14 forks source link

Add filter by status on the domains table for org model #2333

Open abroddrick opened 1 week ago

abroddrick commented 1 week ago

Issue description

Domain managers for the org model may have a lot of domains and thus may benefit from a domain status filter. This filter should list out the domain statuses and provide check boxes for a user to select more than one domain status (as more than one may be of interest). This filter doesn't need to persist on the user, or if they were to start a new domain request etc.

When implementing this, keep in mind we may want this filter for non org members in the future as well.

Acceptance criteria

Additional context

slack thread where more context regarding the status drop down and nuances were discussed

Links to other issues

blocked by #2330 blocked by #2329