0.0.36 • Published 8 months ago
attestation-to-examiner-distribution v0.0.36
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
- Each examiner / tutor has a list of days 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
- A selected time slot has
- Each group / student has a list of days he is available
- Each day has a list of time slots he is available
- Each group / student can have a selected time slot
{
"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.34
8 months ago
0.0.35
8 months ago
0.0.36
8 months ago
0.0.33
8 months ago
0.0.32
2 years ago
0.0.31
2 years ago
0.0.30
2 years ago
0.0.29
2 years ago
0.0.20
2 years ago
0.0.21
2 years ago
0.0.22
2 years ago
0.0.23
2 years ago
0.0.24
2 years ago
0.0.25
2 years ago
0.0.19
2 years ago
0.0.26
2 years ago
0.0.27
2 years ago
0.0.28
2 years ago
0.0.18
3 years ago
0.0.17
3 years ago
0.0.16
3 years ago
0.0.15
3 years ago
0.0.14
3 years ago
0.0.13
3 years ago
0.0.12
3 years ago
0.0.11
3 years ago
0.0.10
3 years ago
0.0.9
3 years ago
0.0.8
3 years ago
0.0.7
3 years ago
0.0.6
3 years ago
0.0.5
3 years ago
0.0.4
3 years ago
0.0.3
3 years ago
0.0.2
3 years ago