ai-scheduling-platform / test_data /schedule_requests.json
arcshukla's picture
test data: 200 students, 5 courses, 9 mentors, 13 batches, 3 rooms
f5be721
Raw
History Blame Contribute Delete
2.03 kB
[
{
"batch_id": "batch-ss-b1",
"start_date": "2026-04-19",
"days": [
"Sun"
],
"num_sessions": 4
},
{
"batch_id": "batch-dsa-wd-b1",
"start_date": "2026-04-14",
"days": [
"Tue",
"Wed",
"Thu",
"Fri"
],
"num_sessions": 30
},
{
"batch_id": "batch-dsa-wd-b2",
"start_date": "2026-04-14",
"days": [
"Tue",
"Wed",
"Thu",
"Fri"
],
"num_sessions": 30
},
{
"batch_id": "batch-dsa-we-b1",
"start_date": "2026-04-18",
"days": [
"Sat",
"Sun"
],
"num_sessions": 30
},
{
"batch_id": "batch-dsa-we-b2",
"start_date": "2026-04-18",
"days": [
"Sat",
"Sun"
],
"num_sessions": 30
},
{
"batch_id": "batch-da-wd-b1",
"start_date": "2026-04-14",
"days": [
"Mon",
"Tue",
"Wed",
"Thu",
"Fri"
],
"num_sessions": 15
},
{
"batch_id": "batch-da-we-b1",
"start_date": "2026-04-18",
"days": [
"Sat",
"Sun"
],
"num_sessions": 15
},
{
"batch_id": "batch-sd-wd-b1",
"start_date": "2026-04-14",
"days": [
"Mon",
"Tue",
"Wed",
"Thu",
"Fri"
],
"num_sessions": 10
},
{
"batch_id": "batch-sd-wd-b2",
"start_date": "2026-04-14",
"days": [
"Mon",
"Tue",
"Wed",
"Thu",
"Fri"
],
"num_sessions": 10
},
{
"batch_id": "batch-sd-we-b1",
"start_date": "2026-04-18",
"days": [
"Sat",
"Sun"
],
"num_sessions": 10
},
{
"batch_id": "batch-sd-we-b2",
"start_date": "2026-04-18",
"days": [
"Sat",
"Sun"
],
"num_sessions": 10
},
{
"batch_id": "batch-aiml-we-b1",
"start_date": "2026-04-18",
"days": [
"Sat",
"Sun"
],
"num_sessions": 12
},
{
"batch_id": "batch-aiml-we-b2",
"start_date": "2026-04-18",
"days": [
"Sat",
"Sun"
],
"num_sessions": 12
}
]