Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(tags): Add tags on bills (WIP) #1313

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

feat(tags): Add tags on bills (WIP) #1313

wants to merge 2 commits into from

Commits on May 30, 2024

  1. feat(tags): Add tags on bills

    Tags can now be added in the description of a bill, using a hashtag
    symbol (`#tagname`).
    
    There is no way to "manage" the tags, for simplicity, they are part of
    the "what" field, and are parsed via a regular expression.
    
    Statistics have been updated to include tags per month.
    
    Under the hood, a new `tag` table has been added.
    almet committed May 30, 2024
    Configuration menu
    Copy the full SHA
    14cc9b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. FIXUP: some more work

    almet committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    f968c98 View commit details
    Browse the repository at this point in the history