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

Add feature to require participants to complete their profile before participating #2416

Closed
wants to merge 6 commits into from

Commits on Jul 30, 2019

  1. Add feature to require participants to complete their profile before …

    …participating
    
    - Added boolean field `is_profile_required` in `Challenge` model and updated admin and `ChallengeSerializer` and `ZipChallengeSerializer`.
    - Updated API `add_participant_team_to_challenge` for checking this field and act accordingly.
    - Updated `configuration.md` with `is_profile_required` field.
    - Updated tests
    Sanji515 committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    9bda91a View commit details
    Browse the repository at this point in the history
  2. Updated tests

    Sanji515 committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    fd21e1d View commit details
    Browse the repository at this point in the history
  3. Minor change

    Sanji515 committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    b915db1 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2019

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

Commits on Aug 14, 2019

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

Commits on Oct 13, 2019

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