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

Add slash command autocomplete functionality #175

Closed
iomodo opened this issue May 28, 2020 · 1 comment · Fixed by #182
Closed

Add slash command autocomplete functionality #175

iomodo opened this issue May 28, 2020 · 1 comment · Fixed by #182
Assignees
Labels
Difficulty/1:Easy Easy ticket Good First Issue Suitable for first-time contributors Help Wanted Community help wanted Tech/Go
Milestone

Comments

@iomodo
Copy link
Contributor

iomodo commented May 28, 2020

From 5.24 MM server has a slash command autocomplete functionality feature. An API can be found here
To implement the feature add AutocompleteData struct to the Command when registering a slash command.

Similar PRs:
For Todo plugin mattermost-community/mattermost-plugin-todo#69
For Agenda plugin mattermost-community/mattermost-plugin-agenda#40

@iomodo iomodo added Difficulty/1:Easy Easy ticket Good First Issue Suitable for first-time contributors Help Wanted Community help wanted Tech/Go Up For Grabs Ready for help from the community. Removed when someone volunteers labels May 28, 2020
@ericjaystevens
Copy link
Contributor

I would like to work on this.

@iomodo iomodo removed the Up For Grabs Ready for help from the community. Removed when someone volunteers label May 28, 2020
@hanzei hanzei mentioned this issue Jun 10, 2020
@hanzei hanzei added this to the v1.2.0 milestone Jun 11, 2020
mickmister pushed a commit that referenced this issue Jul 23, 2020
Co-authored-by: Ben Schumacher <ben.schumacher@mattermost.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Difficulty/1:Easy Easy ticket Good First Issue Suitable for first-time contributors Help Wanted Community help wanted Tech/Go
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants