Skip to content

Releases: rouson/classroom-randomizer

Add open-source, 3-clause BSD license

15 Nov 08:20
Compare
Choose a tag to compare

This release has the same functionality and structure as release 1.0.1.

Reorganize file structure

15 Nov 08:08
Compare
Choose a tag to compare

In addition to adopting a more typical directory structure, this version eliminates an initial, inconsequential 404 File not found error message. The functionality remains the same as version 1.0:

  1. Reads classroom information and course roster data from JavaScript Object Notation (JSON) files.
  2. Displays the information in a browser.
  3. Randomly shuffles the student order whenever the page is reloaded.

The new directory structure is as follows:

  • README.md
  • data
    • courses.json
    • excluded-pairs.json
    • rooms.json
  • index.html
  • src
    • jquery-3.3.1.js
    • main.js
    • simple-cors-http-server.py

First working version!

15 Nov 06:44
Compare
Choose a tag to compare

This version

  1. Reads classroom information and course roster data from JavaScript Object Notation (JSON) files.
  2. Displays the information in a browser.
  3. Randomly shuffles the student order whenever the page is reloaded.