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

Custom case #284

Merged
merged 6 commits into from
Sep 6, 2024
Merged

Custom case #284

merged 6 commits into from
Sep 6, 2024

Commits on Sep 4, 2024

  1. feat: Add optional assigned_to field to CaseCreate model

    The code changes in this commit modify the `CaseCreate` model in the `db_operations.py` file. It adds an optional `assigned_to` field to the model, allowing cases to be assigned to a specific user. This provides flexibility in managing and tracking case assignments.
    taylorwalton committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    08e437c View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. update dependencies

    Linko91 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    5db0c39 View commit details
    Browse the repository at this point in the history
  2. update case api/types

    Linko91 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    ac6875c View commit details
    Browse the repository at this point in the history
  3. refactor

    Linko91 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    06fdddb View commit details
    Browse the repository at this point in the history
  4. add CaseCreationForm

    Linko91 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    4d160d2 View commit details
    Browse the repository at this point in the history
  5. precommit fixes

    taylorwalton committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    4a0a523 View commit details
    Browse the repository at this point in the history