DASSL / Gradebook

Open-source product to provide a practical means for instructors to record student attendance and assessment
Other
8 stars 4 forks source link

Add sample data #39

Closed smurthys closed 7 years ago

smurthys commented 7 years ago

The commits in this PR add sample OpenClose CSV files and roster CSV files to facilitate testing:

All files are added to the directory /tests/data and each kind of data is added to its own sub-directory thereof. A README describing each kind of data is included in the directory /tests/data.

I appreciate a quick turnaround on the review of this PR so I can make all necessary changes and merge the files tonight. (This will be pretty much my last activity before going on vacation.)

smurthys commented 7 years ago

Thanks @afig. I hadn't thought of putting the files in an archive.

I tend to agree the files are better stored individually. Archiving will definitely compress the files a lot, but I would sacrifice storage to avoid the issues with using an archive.

I will wait until tomorrow early morning to merge the changes, in case any of the reviewers see issues.