-
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
If multiple meeting are configured, /agenda queue
should pick nearest one
#78
Comments
/agenda queue
should pick n/agenda queue
should pick nearest one
@hanzei I'm looking into this. At first I thought it was because of DST but it's not because the days as far apart. |
@hanzei I tested this on multiple teams and it worked as expected. It moved to the next date in the settings. It easily gets confused though when you have multiple teams when you switch between multiple teams and move between their settings. |
@maisnamrajusingh Isn't |
@mickmister Sorry I meant switch between channels. For example user clicks on one channel sets the agenda and moves to another one that also has an agenda setting. I experienced this issue while testing as I was running the queue command on one channel whereas I had set the settings on another. |
@mickmister were you able to replicate this ? I think the issue is invalid. |
@maisnamraju What are your test steps? Please format in this way:
Expected: Agenda item is queued for (whatever day happens to be closest) Observed: Agenda item is indeed queued for the expected day You may need to test on different days of the week to see the behavior |
@maisnamraju Also, based on the issue description, it looks like @sanjaydemansol is the one that originally reported the issue in Mattermost. Maybe he has more context to provide for you |
@sanjaydemansol can you test once again and see if the issue is replicated ? |
@maisnamraju ,I also had issues replicating same. |
@sanjaydemansol do you mean you couldn't replicate it ? If thats the case we can close this. |
@mickmister looks like we can close this. |
@DHaussermann Are you aware of the intended functionality when you don't supply the optional flag for the specific day you want to queue the item for? It seems there was undesired functionality of the plugin not queuing to the closest day, but now there is difficulty reproducing this issue. cc @sanjaydemansol @maisnamrajusingh |
@dipak-demansol any thoughts about this one? |
@Hanze Your talking about this issue? (Pls see the video)
in this video when i created the Meeting for next week, it should be created for Monday but it created at Saturday. |
@DHaussermann @hanzei @dipak-demansol @sanjaydemansol I'm a bit confused about the status of this. I think we need to figure the current behavior of the plugin and document it so we can have a source of truth. Maybe we should have some unit tests to assert the current behavior. |
@sanjaydemansol - can you/your team add unit tests to Michael's comment? Thanks. |
Note that implementing unit tests will require mocking |
@catalintomai sure, we will write. |
@mickmister @hanzei I am taking over this one. |
Hi, I need to know if this is expected behavior , If we set multiple Meeting days and then we add item to queue by
/agenda queue Mytask
. It Adds task to Saturday instead of Thursday.(even if its Monday on time of executing this command)Issue created from a Mattermost message by
@sanjay_demansol
.The text was updated successfully, but these errors were encountered: