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

Django FSM migration to Viewflow #4296

Merged
merged 5 commits into from
Sep 26, 2024
Merged

Commits on Sep 19, 2024

  1. Django FSM migration to Viewflow

    - Added new `django-viewflow` and `django-filter` dependencies to `requirements.txt`.
    - New file `viewflow.py` under `/audit/models/` which contains the FSM logic for transitioning an SAC.
    - Moved `STATUS` enumeration outside of the `SingleAuditChecklist` class. This required import/reference changes across many files and tests.
    - Removed references of old deprecated library `django-fsm`.
    - New migration to handle the changing the SAC's `submission_name` field to remove dependency on the deprecated `django-fsm`.
    rnovak338 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    97e41c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    e2e2fec View commit details
    Browse the repository at this point in the history
  2. Git conflicts with #4292

    rnovak338 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    0597681 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2dbb688 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7416932 View commit details
    Browse the repository at this point in the history