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

Groups implemented #25

Merged
merged 10 commits into from
Mar 4, 2024
Merged

Groups implemented #25

merged 10 commits into from
Mar 4, 2024

Commits on Mar 2, 2024

  1. added fields

    ReinhardDP committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    659a509 View commit details
    Browse the repository at this point in the history
  2. removed circilar imports

    ReinhardDP committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    a58eb9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45a59f3 View commit details
    Browse the repository at this point in the history
  4. fixed submissions

    ReinhardDP committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    4d2f182 View commit details
    Browse the repository at this point in the history
  5. wrong fix so it works

    ReinhardDP committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    01ff00c View commit details
    Browse the repository at this point in the history
  6. - Each model now has explicit objects property

    -> the objects property makes it easy to get:
    - all values in table
    - filter values
    - count values
    ...
    
    - final_score field has been moved from group to project
    
    - Conditions model has been made to save requested conditions for a project, including 2 models for forbidden/allowed extension
    
    - Migrations have been reset to handle new models and constraints
    RunoBoy committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    b483122 View commit details
    Browse the repository at this point in the history
  7. fix lint

    RunoBoy committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    4c5a6ce View commit details
    Browse the repository at this point in the history
  8. fix lint even more

    RunoBoy committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    1eb9a77 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5fab977 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    97a4f9e View commit details
    Browse the repository at this point in the history