-
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
Re-queue an item for next meeting #12
Comments
Hi @hanzei , how is it supposed to function? do we assume re-queue is being clicked on item with past date? don't we need to look for all the possible upcoming meeting dates(∞)? |
There are two cases to distinguish. Re-queue is clicked for an item scheduled for
Does this make things more clear? |
Hi @hanzei could you please direct me to docs for it?(how do I execute command from web part of the plugin?) |
My suggestion would that you implement an (REST) API in this plugin can all it directly via HTTP from the client. Inspiration can be taken from mattermost/mattermost-plugin-github#239. I'm aware that the behavior is different from |
Re-queue an item for next meeting mattermost-community#12
All of issues mattermost-community#66, mattermost-community#12 and mattermost-community#47 in come commit
#89 can be used as a starting point |
The post dot menu should show an option to (re-)queue an item to the next meeting that should update the post hashtag to the next meeting date, or if no hashtag is present add the hashtag to queue this item. This would be helpful in cases an item was not covered in the given meeting and is moved to the upcoming one.
This should show an ephemeral message for feedback that the item was queued successfully.
If you're interested please comment here and come join our "Contributors" community channel on our daily build server, where you can discuss questions with community members and the Mattermost core team. For technical advice or questions, please join our "Developers" community channel.
New contributors please see our Developer's Guide.
JIRA: https://mattermost.atlassian.net/browse/MM-22739
The text was updated successfully, but these errors were encountered: