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

dest: move schedule and rotation to nfydest.Registry #3998

Merged
merged 6 commits into from
Jul 16, 2024

Conversation

mastercactapus
Copy link
Member

Description:
Moves Rotation and Schedule destinations to the nfydest.Registry

- Moved rotation-related code to dedicated package
- Consolidated rotation-specific constants and validations
- Updated imports and references accordingly
Switches to using the predefined constant for the icon URL, enhancing maintainability and consistency throughout the codebase.
- Moved schedule destination handling to the schedule package
- Replaced hardcoded schedule constants with schedule package constants
- Removed redundant schedule code from GraphQL package
- Streamlined schedule validation and display functionality
- Fixes potential bug by using the correct field key (`rotation.FieldRotationID`) for mapping rotation IDs.
@mastercactapus mastercactapus merged commit f97ef66 into master Jul 16, 2024
7 checks passed
@mastercactapus mastercactapus deleted the dest-registry-3 branch July 16, 2024 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants