0.0.32 • Published 5 months ago

attestation-to-examiner-distribution v0.0.32

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Demo

Live Demo: https://fireboltcasters.github.io/AttestationToExaminerDistribution/

Web Usage

  • Visit the demo page
  • Upload a json file of the attestation
  • Click on the "Optimize" button

Load JSON Format

  • Define examiners / tutors
    • Each examiner / tutor has a list of days he is available
      • Each day has a list of time slots he is available
  • Define groups / students
    • Each group / student can have a selected time slot
      • A selected time slot has
        • the examiner / tutor
        • the day
        • the time slot
    • Each group / student has a list of days he is available
      • Each day has a list of time slots he is available
{
    "tutors": {
        "Tutor 1": {
            "Monday": {
                "10:00": true,
                "11:00": true,
                ...
            },
            "Tuesday": {
                "10:00": true,
                "11:00": true,
                ...
            }
        },
        "Tutor 2": {
            ...
        }
    },
    "groups": {
        "Group 1": {
            "selectedSlot": {
                "tutor": "Tutor 1",
                "day": "Monday",
                "time": "10:00",
            },
            "possibleSlots": {
                "Monday": {
                    "10:00": true,
                    "11:00": true,
                    "12:00": true,
                    "13:00": true,
                },
                ...
            }
        },
        "Group 2": {
            ...
        },
        "Group 3": {
            ...
        },
        ...
    }
}

Installtion

npm install attestation-to-examiner-distribution

Usage

//TODO

import {...} from "attestation-to-examiner-distribution";

Contributors

The FireboltCasters

0.0.32

5 months ago

0.0.31

7 months ago

0.0.30

1 year ago

0.0.29

1 year ago

0.0.20

1 year ago

0.0.21

1 year ago

0.0.22

1 year ago

0.0.23

1 year ago

0.0.24

1 year ago

0.0.25

1 year ago

0.0.19

1 year ago

0.0.26

1 year ago

0.0.27

1 year ago

0.0.28

1 year ago

0.0.18

1 year ago

0.0.17

1 year ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago