mattermost-plugin-agenda
mattermost-plugin-agenda copied to clipboard
Mattermost plugin to handle meeting agendas
closes #113 - Have resolved any of the unused params flagged by revive (by ignoring with _) - Have added a nolint rule for the unused getConfiguration function. Didn't feel...
The CI linter checks are broken. The CI job fails with: ``` golangci-lint run ./... Error: server/plugin.go:39:28: unused-parameter: parameter 'c' seems to be unused, consider removing or renaming it as...
#### Summary Updated plugin with respect to phase 1 upgrades - Updated go version from `1.18` to `1.21` - Updated `build` folder to sync with starter template - Updated package...
Sometimes I want to queue an item for discussion when talking in a thread. It would be convenient to create a meeting item without having to leave the current context....
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...
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...
While adding something to the queue, I would also like to add substeps to the queue item (at the time of adding to the queue or at a later moment...
We have a lot of meetings which have a fixed day but are monthly. Eg first Wednesday each month. It would be nice if the plugin would support this schedule.
#### Summary in the Dark theme The User is not able to see the "Date Format" in the "Channel Agenda Settings" #### Steps to reproduce 1) in the mattermost change...
Use-cases: - `/agenda setting schedule gcal` brings up a calendar view of recurring meetings to select one (if not connected, prompts to connect) - `/agenda queue` uses the next instance...