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 Submissions #718

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open

Add Submissions #718

wants to merge 26 commits into from

Commits on Mar 18, 2024

  1. finished changes

    owlester12 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    bbb55b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Remove Wharton applications from user profile (and update branch) (#641)

    * Update main.ts
    
    * Update frontend dependencies (#616)
    
    Upgrade from Node 14 to Node 20 and bump frontend dependency versions to current.
    
    ---------
    
    Co-authored-by: Julian Weng <[email protected]>
    
    * Update README.md
    
    * Update README backend instructions and intro blurb
    
    * Fix admin page access on frontend. (#626)
    
    Add frontend check for existing pre-loaded permissions on /admin.
    
    * Removed deprecated QuestionResponse model and duplicate line (#625)
    
    * Remove deprecated QuestionResponse model
    
    * remove duplicate line: 'rank field in Club'
    
    * made migrations after deleting QuestionResponse
    
    * Streamline django storages config (#618)
    
    * Add staticfiles
    
    * Fix AWS bucket routing for boto
    
    * Try setting credentials through env vars
    
    * Try renaming env vars?
    
    * Set AWS region
    
    * add back staticfiles
    
    * Remove region and signature version
    
    * Move credentials to new API
    
    * Use env variables and remove staticfiles
    
    * Add back staticfiles
    
    * Make code look pretty
    
    ---------
    
    Co-authored-by: Rohan Moniz <[email protected]>
    
    * Add hour to displayed application deadline (#628)
    
    * Add hour for application due dates
    
    * Make linter happy
    
    * Specify Eastern time zone
    
    * Display username if name is empty (#637)
    
    * finished changes
    
    * Remove Wharton applications from user profile
    
    * Fix weird artifacts from merge
    
    ---------
    
    Co-authored-by: Joy Liu <[email protected]>
    Co-authored-by: Julian Weng <[email protected]>
    Co-authored-by: Rohan Moniz <[email protected]>
    Co-authored-by: Thomas Ngulube <[email protected]>
    Co-authored-by: Owen Lester <[email protected]>
    6 people authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    f0ad4cb View commit details
    Browse the repository at this point in the history
  2. Bump debounce timeout to 400ms (#640)

    * Bump debounce timeout to 400ms
    
    * Make linter happy
    aviupadhyayula committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    b11ee47 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. merge master

    owlester12 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    8525b8c View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. small changes

    owlester12 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    5863870 View commit details
    Browse the repository at this point in the history
  2. added type

    owlester12 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    626cf15 View commit details
    Browse the repository at this point in the history
  3. merging

    owlester12 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    9365a35 View commit details
    Browse the repository at this point in the history
  4. merging

    owlester12 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    00110d9 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. merge

    owlester12 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    5efd906 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. merge

    owlester12 committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    4affb1f View commit details
    Browse the repository at this point in the history
  2. deleted file

    owlester12 committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    2f0c577 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. merge

    owlester12 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    54e1543 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. fix submissions page

    owlester12 committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    c485400 View commit details
    Browse the repository at this point in the history
  2. applications

    owlester12 committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    424905c View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. changes

    owlester12 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    fd75fb8 View commit details
    Browse the repository at this point in the history
  2. a

    owlester12 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    db92122 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. remove ruff

    owlester12 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    8821e7e View commit details
    Browse the repository at this point in the history
  2. just submissions

    owlester12 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    f072705 View commit details
    Browse the repository at this point in the history
  3. add applications page

    owlester12 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    45071d6 View commit details
    Browse the repository at this point in the history
  4. fix formatting

    owlester12 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    d9c01eb View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. fixing nits

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

Commits on Sep 8, 2024

  1. fixed Nits

    owlester12 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    0cf8f46 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. merge master

    owlester12 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    3b71f93 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. update types

    owlester12 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    39f74f8 View commit details
    Browse the repository at this point in the history
  2. merge

    owlester12 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    ab07513 View commit details
    Browse the repository at this point in the history
  3. change type

    owlester12 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    4daa2d4 View commit details
    Browse the repository at this point in the history