Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add events groups #158

Merged

Conversation

GuillaumeDecMeetsMore
Copy link
Collaborator

@GuillaumeDecMeetsMore GuillaumeDecMeetsMore commented Dec 4, 2024

Changed

  • Add migration for adding the table for the events_groups concept + the field on calendar_events linking them together

@GuillaumeDecMeetsMore GuillaumeDecMeetsMore self-assigned this Dec 4, 2024
Comment on lines +4 to +13
/**
* Group of calendar events
*/
export type EventGroup = {
id: ID
calendarId: ID
parentId: string | null
externalId: string | null
eventIds: Array<ID>
}
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

JSDocs added in #162

@GuillaumeDecMeetsMore GuillaumeDecMeetsMore marked this pull request as ready for review December 10, 2024 06:23
@GuillaumeDecMeetsMore GuillaumeDecMeetsMore merged commit 387e48d into master Dec 10, 2024
2 checks passed
@GuillaumeDecMeetsMore GuillaumeDecMeetsMore deleted the guillaume/feat/add-events-groups-concept branch December 10, 2024 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants