-
Notifications
You must be signed in to change notification settings - Fork 38
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
Provide sample data for contributors external to CSH wishing to contribute #320
Comments
For anyone following in these footsteps, here is a line of sample data that I had laying around (I forget where from). It is from just one of the many different dump files available. This sample data appears to be from the dump file for classes, but it seems like most of the other files are likely to use a similar format for their data as well. This particular class appears to have been offered in Spring 2019 (semester code 2185) but no longer seems to be available. I was able to use the code in the tools directory, specifically this section to map each of the pipe-delimited fields into table names that are a little more descriptive. These names are copy pasted into a CSV-like header line above the sample data, but I suspect this header row is not present in the data from ITS. Here is the header row that I made:
and the sample data itself:
Hope this is useful to anyone wishing to create a longer sample course dump file using generated or real course data to aid future schedulemaker contributors |
This may be part of #56 |
#327 could be used to do this. Will research during rewrite |
even if this goes through, id probably caution against intentionally giving up CSH's private, grandfathered data feed from the registrar - i bet it'll be helpful for validating the data from the API, or potentially getting data faster/without as many rate limits or something, even if it can't be made available to any student with an RIT login |
Since ScheduleMaker data is mainly powered by daily SIS data dumps that are from RIT ITS (and presumably somewhat private), the ability to maintain CSH is somewhat limited to only CSH members who are trusted with access to this data or the databases created from them (using the tools dir of this repo presumably).
While the S3 dependency (seemingly for storage of generated schedule images based on the code) seems relatively easy to substitute with another S3 installation, and a new database can be created pretty easily, populating that database is much harder, if not impossible to set up independently of CSH.
Since Schedulemaker has had no commits in over a year and has at least one relatively major bug that hasn't been addressed in this time (#310) it seems as though it may be useful to allow the rest of the RIT open source community to run local dev versions of this code to develop their own fixes and improvements.
I propose this be done by:
The text was updated successfully, but these errors were encountered: