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

Test for post usage when combining usage items #53

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Sep 30, 2024

  1. test for post usage when combining usage items

    to address this issue:
    alan-turing-institute/rctab-functions#42
    
    tests are empty for now
    
     On branch tests_for_post_usage
     Changes to be committed:
    	modified:   tests/test_routes/test_usage.py
    dlpbc committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    d3ebe2b View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. added start and end date to AllUsage

    rctab_models also updated to reflect the update class definition.
    poetry dependency also updated to use a relative path to
    rctab-models (which a local copy with the updated class definition)
    dlpbc committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    89ab300 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    600f456 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    324d128 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    297576a View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. monthly usage: delete existing rows within dates

    logic and tests to delete existing rows within date range in
    post monthly usage
    dlpbc committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    ba29785 View commit details
    Browse the repository at this point in the history