mattermost-community / mattermost-plugin-agenda

Mattermost plugin to handle meeting agendas
Apache License 2.0
32 stars 21 forks source link

[GH-12] Added Ability to re-queue agenda Items. #87

Closed sanjaydemansol closed 2 years ago

sanjaydemansol commented 2 years ago

Fixes #12

Summary

Ticket Link

https://github.com/mattermost/mattermost-plugin-agenda/issues/12

codecov[bot] commented 2 years ago

Codecov Report

Merging #87 (3ac3da8) into master (2f22484) will decrease coverage by 3.33%. The diff coverage is 7.86%.

Impacted file tree graph

@@            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     
Impacted Files Coverage Δ
server/command.go 0.00% <0.00%> (ø)
server/utils.go 62.74% <0.00%> (-31.20%) :arrow_down:
server/meeting.go 62.06% <50.00%> (-0.98%) :arrow_down:
server/main.go 0.00% <0.00%> (ø)
server/manifest.go 100.00% <0.00%> (ø)
server/configuration.go 0.00% <0.00%> (ø)
server/plugin.go 25.74% <0.00%> (+3.16%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2f22484...3ac3da8. Read the comment docs.

dipak-demansol commented 2 years ago

@sanjaydemansol i tested, im able to re-queue the old agenda and if i try to re-queue the agenda of future date then i'm getting the message as "Re-queue future items are not supported." so its right but there is 1 issue.

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.