Code Monkey home page Code Monkey logo

fsu-acm / programming-contest-suite Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mmcinnestaylor/programming-contest-suite

1.0 1.0 2.0 2.73 MB

Registration and management suite to host ICPC Contests at Florida State University

Home Page: https://contest.cs.fsu.edu

License: MIT License

Shell 0.66% JavaScript 0.66% Python 47.62% CSS 0.20% HTML 50.41% Dockerfile 0.45%
bootstrap4 celery discord-py django docker python3 rabbitmq redis

programming-contest-suite's People

Contributors

danielmriley avatar dependabot[bot] avatar mmcinnestaylor avatar prestonmhorne avatar

Stargazers

 avatar

programming-contest-suite's Issues

Expandable Volunteer and Course display

The Volunteer and Course listings in the Contest Dashboard should be made Expandable/Collapsible, to make the page more easily navigable.

  • convert cards to accordions

Multi school support

Background

The PCS currently treats all contest teams as affiliates of FSU. A team's organization affiliation appears as an attribute in the DOMjudge scoreboard. Implementing support by allowing registrants to select an institution affiliation during team creation will enable future contests to cater to a wider audience.

Changes

  • Create a Schools model to represent an institution
    • Attrs:
      • name: ex. Florida State University
      • short_name: ex. FSU
      • country: Country code in ISO 3166-1 alpha-3 format
  • Update django-import-export settings to enable School data to be uploaded within Django admin
  • Add a school attribute to the Team model
    • Foreign key relationship with School model
  • Update Team creation form (src/register/forms.py) to allow user to select a school
  • Update the DOMjudge file creation Celery task (src/contestadmin/tasks.py) to use Team.school as a team's affiliation
    • name, short_name, country
    • The current implementation uses a hardcoded values of Florida State University, FSU, USA

Resend account verification code

A user is unable to resend their account verification code or request a new one if the first verification email fails to be delivered.

Display contest winners on teams page

Once contest results have been uploaded to the database, update the public teams tables to mark the 1st, 2nd, and 3rd place finishers in each division.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.