Skip to content

Feature Request: Add tags to domains #143

@PartialShawn

Description

@PartialShawn

It would be very handy to be able to group domains by a tag system. By using a tags database table, tags can be referenced:

Here are two design outlines, if you think either would be useful.

Simply creating a tags table with an id and name. And a linking table domains_tags with domain_id and tag_id. This allows for a domain to be tagged in multiple ways at once. Eg., by customer, by status, or by report-frequency. Such as example.com having tags travel_agency, watch_closely, daily_reports. Or even daily_reports_b if they want the daily reports broken up separately in to different groups separate from client name.

Alternatively, a tags table and a tag_id in the domains table would allow a single tag.

Finally, a filter for domains without a tag in the domains view, if not also reports and summary, would be a great QOL feature.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions