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

Agenda item number should get updated if the items of the agenda are deleted #47

Closed
marianunez opened this issue Jun 25, 2020 · 0 comments · Fixed by #90
Closed

Agenda item number should get updated if the items of the agenda are deleted #47

marianunez opened this issue Jun 25, 2020 · 0 comments · Fixed by #90
Assignees
Labels
Difficulty/2:Medium Medium ticket Hacktoberfest Help Wanted Community help wanted Tech/Go Type/Enhancement New feature or improvement of existing feature
Milestone

Comments

@marianunez
Copy link
Contributor

The agenda items' numbering gets off by one when the first item is deleted.
The numbering is also off when the items are manually edited but might be difficult to tackle as Maria Nuñez has mentioned here

QA Test Steps

  1. Ensure that the agenda plugin is installed and enabled.
  2. Go to a channel header and edit the agenda settings to update the hashtag if needed (e.g.: test-Jan02).
  3. Use command /agenda queue to queue at least 3 items as following:
    /agenda queue item 1
    /agenda queue item 2
    /agenda queue item 3
  4. Click on the agenda hashtag to open up the agenda list on the RHS.
  5. On the RHS, click the post menu for item 1 (or the first item that was queued) and delete the agenda item.
  6. Ensure that now there are only 2 items for that agenda hashtag: item 2 and item 3 on the RHS.
  7. Add a new agenda item: /agenda queue new item.
  8. Click on the hashtag to refresh the RHS.

Observed: The RHS has 3 agenda items numbered 2), 3) and 3)

Expected: The RHS has 3 agenda items numbered 1), 2) and 3)

Jira: https://mattermost.atlassian.net/browse/MM-26536

@hanzei hanzei added the Type/Bug Something isn't working label Jun 26, 2020
@jfrerich jfrerich added this to the v0.1.0 milestone Jul 15, 2020
@hanzei hanzei modified the milestones: v0.1.0, v0.2.0 Aug 13, 2020
@hanzei hanzei added Help Wanted Community help wanted Up For Grabs Ready for help from the community. Removed when someone volunteers Difficulty/3:Hard Hard ticket Difficulty/2:Medium Medium ticket Tech/Go and removed Difficulty/3:Hard Hard ticket labels Sep 22, 2020
@hanzei hanzei removed this from the v0.3.0 milestone Oct 12, 2020
@hanzei hanzei added Type/Enhancement New feature or improvement of existing feature and removed Type/Bug Something isn't working labels Oct 12, 2020
@hanzei hanzei added this to To do in Plugin Sprint Planning via automation May 27, 2021
@deepakdemiwal deepakdemiwal moved this from To do to In Progress in Plugin Sprint Planning Jun 16, 2021
@deepakdemiwal deepakdemiwal moved this from In Progress to Dev QA in Plugin Sprint Planning Jul 4, 2021
@deepakdemiwal deepakdemiwal moved this from Dev QA to Submitted in Plugin Sprint Planning Jul 12, 2021
@mickmister mickmister removed the Up For Grabs Ready for help from the community. Removed when someone volunteers label Jul 13, 2021
@deepakdemiwal deepakdemiwal moved this from Submitted to Dev QA in Plugin Sprint Planning Jul 19, 2021
sanjaydemansol pushed a commit to demansoltech/mattermost-plugin-agenda that referenced this issue Jul 23, 2021
maisnamrajusingh added a commit to demansoltech/mattermost-plugin-agenda that referenced this issue Jul 29, 2021
@deepakdemiwal deepakdemiwal moved this from Dev QA to Submitted in Plugin Sprint Planning Aug 2, 2021
@hanzei hanzei linked a pull request Aug 2, 2021 that will close this issue
sanjaydemansol pushed a commit to demansoltech/mattermost-plugin-agenda that referenced this issue Aug 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment