Skip to content

feat(RM-24): Add PanelHereMention functionality and integrate into Database#1

Merged
BenHall-1 merged 1 commit intoTicketsBot-cloud:masterfrom
DanPlayz0:feat/rm-24
Mar 6, 2025
Merged

feat(RM-24): Add PanelHereMention functionality and integrate into Database#1
BenHall-1 merged 1 commit intoTicketsBot-cloud:masterfrom
DanPlayz0:feat/rm-24

Conversation

@DanPlayz0
Copy link
Copy Markdown
Contributor

This pull request introduces a new feature to handle "here" mentions in panels by adding a new PanelHereMention struct and its associated methods. The changes involve updates to the database.go file and the addition of a new file panelmentionhere.go.

Key changes:

Database schema changes:

  • Added a new field PanelHereMention to the Database struct in database.go to manage "here" mentions.
  • Updated the NewDatabase function to initialize the new PanelHereMention field.
  • Modified the CreateTables method to include the new PanelHereMention table creation.

New functionality:

  • Created a new file panelmentionhere.go that defines the PanelHereMention struct and its methods for managing "here" mentions in panels. This includes methods for creating the table schema, checking if a panel should mention "here", and setting the "here" mention status.

@DanPlayz0 DanPlayz0 changed the title Add PanelHereMention functionality and integrate into Database feat(RM-24): Add PanelHereMention functionality and integrate into Database Mar 6, 2025
Copy link
Copy Markdown
Member

@BenHall-1 BenHall-1 left a comment

Choose a reason for hiding this comment

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

Thanks for the contribution! LGTM 🎉

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.

2 participants