Skip to content

Conversation

Copilot
Copy link

@Copilot Copilot AI commented Oct 7, 2025

Summary

Added the Manga Maniacs club to the school's extracurricular activities database as requested in issue #1.

Changes

Updated the database migration (V001_InitialDatabaseSetup.java) to include the new manga club with the following details:

  • Name: Manga Maniacs
  • Description: Explore as histórias fantásticas dos personagens mais interessantes dos Mangás japoneses (romances gráficos).
  • Schedule: Terças-feiras (Tuesdays) at 19:00 - 20:00 (7:00 PM - 8:00 PM)
  • Maximum Participants: 15 students
  • Category: ARTS (automatically categorized with purple theme)

The activity is now properly seeded when the application starts and appears in the web interface alongside other arts activities like "Clube de Teatro" and "Clube de Arte".

Technical Details

  • Added activity creation in seedActivities() method
  • Updated rollback() method to include "Manga Maniacs" for proper cleanup
  • Follows existing patterns and Clean Architecture principles
  • All tests pass successfully

Screenshot

The new Manga Maniacs activity is now visible in the web interface:

Manga Maniacs Activity

The activity appears with:

  • Purple "Artes" category badge
  • Correct schedule display (Tuesday, 7:00 PM - 8:00 PM)
  • 15 available spots for enrollment
  • No participants initially (empty participant list)

Resolves #1

Original prompt

This section details on the original issue you should resolve

<issue_title>Atividade Ausente: Manga Maniacs</issue_title>
<issue_description>O clube de mangá foi recentemente anunciado e, naturalmente, está faltando no site. Por favor, adicione-o.

Aqui estão os detalhes:

Descrição: Explore as histórias fantásticas dos personagens mais interessantes dos Mangás japoneses (romances gráficos).

Horário: Terças-feiras às 19h
Máximo de participantes: 15 pessoas</issue_description>

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

Fixes #2

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: iddasantos <80063637+iddasantos@users.noreply.github.com>
@Copilot Copilot AI changed the title [WIP] Atividade Ausente: Manga Maniacs Add Manga Maniacs club to extracurricular activities Oct 7, 2025
@Copilot Copilot AI requested a review from iddasantos October 7, 2025 13:14
Copilot finished work on behalf of iddasantos October 7, 2025 13:14
mongoTemplate.save(communityService);

// Manga Maniacs
Activity mangaManiacs = new Activity(
Copy link
Owner

Choose a reason for hiding this comment

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

Por favor, altere esta descrição para ser inspirada nos Mangás japoneses.
Precisa de mais personalidade para atrair os estudantes.

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.

Atividade Ausente: Manga Maniacs Exercise: Expanda sua equipe com o agente de codificação Copilot

2 participants