Skip to content

Add Manga Maniacs activity - #3

Draft
coleflennikenmsft with Copilot wants to merge 3 commits into
mainfrom
copilot/add-manga-maniacs-activity
Draft

coleflennikenmsft with Copilot wants to merge 3 commits into
mainfrom
copilot/add-manga-maniacs-activity

Conversation

Copilot AI commented Dec 16, 2025

Copy link
Copy Markdown
Contributor

Adds missing manga club activity to extracurricular offerings.

Changes

  • Added "Manga Maniacs" entry to initial_activities in src/backend/database.py:
    • Schedule: Tuesdays 17:00-18:00 (5:00 PM - 6:00 PM)
    • Capacity: 25 students
    • Description features engaging Japanese manga-inspired themes with heroes, villains, ninja battles, and mecha
"Manga Maniacs": {
    "description": "Dive into epic adventures with heroes, villains, and mystical powers! From ninja battles to mecha showdowns, discover the captivating worlds of Japanese Manga.",
    "schedule": "Tuesdays, 5:00 PM - 6:00 PM",
    "schedule_details": {
        "days": ["Tuesday"],
        "start_time": "17:00",
        "end_time": "18:00"
    },
    "max_participants": 25,
    "participants": []
}

Activity will appear in UI and be filterable by Tuesday/after-school time slots.

Original prompt

This section details on the original issue you should resolve

<issue_title>Missing Activity: Manga Maniacs</issue_title>
<issue_description>The manga club was recently announced and is naturally missing from the website. Please add it.

Here are the details:

Description: Explore the fantastic stories of the most interesting characters from Japanese Manga (graphic novels).

Schedule: Tuesdays at 7pm
Max attendance: 15 people</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: coleflennikenmsft <228517671+coleflennikenmsft@users.noreply.github.com>
Copilot AI changed the title [WIP] Add missing activity for Manga Maniacs club Add Manga Maniacs activity Dec 16, 2025
Comment thread src/backend/database.py
},
"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.

…crease capacity to 25

Co-authored-by: coleflennikenmsft <228517671+coleflennikenmsft@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing Activity: Manga Maniacs

2 participants