-
Notifications
You must be signed in to change notification settings - Fork 21
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
[GH-12] Added Ability to re-queue agenda Items. #87
Conversation
Codecov Report
@@ Coverage Diff @@
## master #87 +/- ##
==========================================
- Coverage 26.03% 22.69% -3.34%
==========================================
Files 7 7
Lines 315 423 +108
==========================================
+ Hits 82 96 +14
- Misses 216 309 +93
- Partials 17 18 +1
Continue to review full report at Codecov.
|
prefix = matchGroups[1] | ||
hashtagDateFormat = strings.TrimSpace(matchGroups[2]) | ||
} else { | ||
return responsef("Error 203") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just curious what Error 203 means. Maybe we could make it more easier to understand.
@sanjaydemansol issue :- today date is 15/9/21 wed, there was a agenda created at sep-9-21 and from the agenda setting i selected Friday to create next agenda and i Re-queue the sep-9-21 agenda so the next date should assign as sep-17-21 Friday but the wrong date assigned as sep-24-21 Friday. if the old agenda date is sep-3-21 Friday or sep-10-21 Friday and my feature meeting day is Friday and i re-queue that date agenda then next date is assigned sep 24-21 but it should assign sep-17-21. |
Fixes #12
Summary
Testing notes
Result:
It will be requeued to upcoming meeting date.
Ticket Link
#12