guardian / typerighter

Even if you’re the right typer, couldn’t hurt to use Typerighter!
Apache License 2.0
276 stars 12 forks source link

Add published status to rules table #334

Closed jonathonherbert closed 1 year ago

jonathonherbert commented 1 year ago

What does this change?

Adds a 'status' column to the rule table, showing the publication status of a rule. (It'll also, eventually, show archived status.)

The UUID column is removed to make room for it, which satisfies the user story I want to not have to worry about secondary rule information (ie. ID). You can still search by UUID.

Screenshot 2023-06-07 at 08 59 40

@Fweddi if this has a painful overlap with your 'archived' feature, let's chat, it might be simpler for me to rebase this on top of your work!

How to test