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

Created toolkit uploader #26

Merged
merged 5 commits into from
Apr 25, 2024
Merged

Created toolkit uploader #26

merged 5 commits into from
Apr 25, 2024

Commits on Apr 23, 2024

  1. Created toolkit uploader

    Created an uploader for the toolkit which uploads parsed JSON content to the Mongo database. Both replace and merge options are implemented.
    mohammadmehrab committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    567572c View commit details
    Browse the repository at this point in the history
  2. Updated uploader and database methods

    Changed connectDB() to use non-deprecated methods, and fixed many issues in uploader (currently still broken)
    mohammadmehrab committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    efb0f9c View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

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

Commits on Apr 25, 2024

  1. Create generic upload function, clean up uploader.go

    Created a generic function for uploading JSON files to Mongo, and added some comments for clarification. Currently the function requires that the file name is the same as the collection that the file contents are being uploaded to. Only courses, professors, and sections are supported.
    mohammadmehrab committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    89d4556 View commit details
    Browse the repository at this point in the history
  2. Delete data.7z

    jpahm authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    e73ca81 View commit details
    Browse the repository at this point in the history