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

feature: compute_next_wednesday should consider also the time of the day #34

Open
iamgiolaga opened this issue Oct 31, 2024 · 1 comment

Comments

@iamgiolaga
Copy link
Owner

iamgiolaga commented Oct 31, 2024

What

If the match is at 20:00, and today it's Wednesday, we want that compute_next_wednesday returns next week only if now is after the match time, else, if it's before it returns the current wednesday

Additional Note

challenge: what if the time is not a valid date? How do we handle different formats? (it's free text)

@iamgiolaga iamgiolaga changed the title compute_next_wednesday should consider also the time of the day feature: compute_next_wednesday should consider also the time of the day Nov 1, 2024
@iamgiolaga
Copy link
Owner Author

update: problem would be simplified if we implement #35 first

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

No branches or pull requests

1 participant