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 #23

Closed
iomodo opened this issue May 28, 2020 · 2 comments · Fixed by #24
Closed

Add slash command autocomplete functionality #23

iomodo opened this issue May 28, 2020 · 2 comments · Fixed by #24
Assignees
Labels
Difficulty/1:Easy Easy ticket Good First Issue Suitable for first-time contributors Help Wanted Community help wanted Tech/Go Type/Enhancement New feature or improvement of existing feature

Comments

@iomodo
Copy link

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 Type/Enhancement New feature or improvement of existing feature Up For Grabs Ready for help from the community. Removed when someone volunteers labels May 28, 2020
@GrigalashviliT
Copy link
Contributor

Hi, I want to work on this

@iomodo
Copy link
Author

iomodo commented May 29, 2020

Go for it @GrigalashviliT !

@iomodo iomodo removed the Up For Grabs Ready for help from the community. Removed when someone volunteers label May 29, 2020
@hanzei hanzei closed this as completed in #24 Jun 8, 2020
hanzei pushed a commit that referenced this issue Jun 8, 2020
Co-authored-by: Tornike Grigalashvili <tornike.grigalashvili@twino.ge>
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 Type/Enhancement New feature or improvement of existing feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants