Skip to content
Draft
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions src/backend/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,17 @@ def init_database():
},
"max_participants": 16,
"participants": ["william@mergington.edu", "jacob@mergington.edu"]
},

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot Please change this description to be inspired by Japanese Manga.
It needs more personality to attract students.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated the description to be more engaging and inspired by Japanese Manga themes (heroes, villains, ninja battles, mecha). Also moved the schedule to 5PM Tuesday and increased capacity to 25 students per the new classroom assignment. Changes in commit 2531438.

"Manga Maniacs": {
"description": "Explore the fantastic stories of the most interesting characters from Japanese Manga (graphic novels).",
"schedule": "Tuesdays, 7:00 PM - 8:00 PM",
"schedule_details": {
"days": ["Tuesday"],
"start_time": "19:00",
"end_time": "20:00"
},
"max_participants": 15,
"participants": []
}
}

Expand Down