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

979 syllabus upload button change #1005

Merged
merged 23 commits into from
Jul 20, 2023

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    8cf5519 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    925b224 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    a23223a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62d7518 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Function has been sucessfully integrated into js and html files. Only…

    … optimization required
    ojmakinde committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    7514515 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    835125d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    701ed53 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    01f8b60 View commit details
    Browse the repository at this point in the history
  2. Changed the ajax submission that the saveContinue button was calling …

    …to a form submit that redirects to the next tab. This will hopefully allow us to upload files.
    hoerstl committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    dcf435d View commit details
    Browse the repository at this point in the history
  3. Fixed a bug where the submit proposal button would readd the faculty,…

    … effectively doubling each fac entry on the course.
    hoerstl committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    177e080 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    80dff0d View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    9167822 View commit details
    Browse the repository at this point in the history
  2. Changed the button on the third tab that was masquerading as the save…

    … & exit button to be the actual saveExit button
    hoerstl committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    08827c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb4ee86 View commit details
    Browse the repository at this point in the history
  4. Changed the routes to use a more generic 'databaseId' key to read bot…

    …h the courseId and eventId information respectively when deleteing attachments from a thing since it needs to be attached in a single js file.
    hoerstl committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    3af8b12 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f7c2a8b View commit details
    Browse the repository at this point in the history
  6. Changed the course proposal page to use our displayFiles macro instea…

    …d of having it defined locally.
    hoerstl committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    261ea83 View commit details
    Browse the repository at this point in the history
  7. Abstracted the display files functionality into a macro and js file w…

    …hich we can include on any page where we want to display file attachments!
    hoerstl committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    58f33fc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b3341f4 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Fixed a bug where you couldn't delete course instructors with the rem…

    …ove button. Also fixed another bug where you were allowed to submit a form that didn't have valid information, namely you could have zero course instructors assigned to the course.
    hoerstl committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    00ce7aa View commit details
    Browse the repository at this point in the history
  2. Removed some console logs

    hoerstl committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    663477c View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Changed the view Exit button to redirect to the correct page. The sam…

    …e is true for the save & exit button on the edit course proposal page, both are functional.
    hoerstl committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    a14c3ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9048d9 View commit details
    Browse the repository at this point in the history