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 frequency iteration logic with accompanying unit tests #12

Merged
merged 1 commit into from
Dec 14, 2024

Conversation

chinmaypurav
Copy link
Owner

Implemented getRemainingIterations in the Frequency enum to calculate remaining occurrences based on specified frequencies. Added comprehensive unit tests to ensure correct behavior for daily, weekly, monthly, quarterly, yearly, and one-time frequencies.

Implemented `getRemainingIterations` in the `Frequency` enum to calculate remaining occurrences based on specified frequencies. Added comprehensive unit tests to ensure correct behavior for daily, weekly, monthly, quarterly, yearly, and one-time frequencies.
@chinmaypurav chinmaypurav added the enhancement New feature or request label Dec 14, 2024
@chinmaypurav chinmaypurav self-assigned this Dec 14, 2024
@chinmaypurav chinmaypurav merged commit d7ef4b5 into main Dec 14, 2024
3 checks passed
@chinmaypurav chinmaypurav deleted the feat/frequency-enum-remaining-iterations-method branch December 14, 2024 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant