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: CCT list calculations endpoint #499

Merged
merged 3 commits into from
Nov 18, 2024
Merged

feat: CCT list calculations endpoint #499

merged 3 commits into from
Nov 18, 2024

Commits on Nov 14, 2024

  1. feat: CCT list calculations endpoint

    Add a `GET: /api/cct/calculations` endpoint to retrieve all calculations
    associated with the current user.
    
    TIS21-6544
    TIS21-6623
    Judge40 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    11d9a29 View commit details
    Browse the repository at this point in the history
  2. feat: CCT calculation create and modify timestamps

    Add created and lastModified timestamps to CCT calculations.
    Update CctCalculation summary sorting to use last modified instead of
    name, with the most recent modification first.
    
    TIS21-6544
    TIS21-6623
    Judge40 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    65c82b2 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. docs: add missing parameters to javadoc

    TIS21-6544
    TIS21-6623
    Judge40 committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    6f6e2ae View commit details
    Browse the repository at this point in the history