-
-
Notifications
You must be signed in to change notification settings - Fork 750
Make resources a slash command. #2889
Copy link
Copy link
Closed as not planned
Labels
a: APIRelated to or causes API changesRelated to or causes API changesa: informationRelated to information commands: (doc, help, information, reddit, site, tags)Related to information commands: (doc, help, information, reddit, site, tags)good first issueGood for newcomersGood for newcomersp: 3 - lowLow PriorityLow Priorityt: enhancementChanges or improvements to existing featuresChanges or improvements to existing features
Metadata
Metadata
Assignees
Labels
a: APIRelated to or causes API changesRelated to or causes API changesa: informationRelated to information commands: (doc, help, information, reddit, site, tags)Related to information commands: (doc, help, information, reddit, site, tags)good first issueGood for newcomersGood for newcomersp: 3 - lowLow PriorityLow Priorityt: enhancementChanges or improvements to existing featuresChanges or improvements to existing features
Type
Fields
Give feedbackNo fields configured for issues without a type.
Currently, the
resourcescommand allows to fetch certain resources with a specific topic.The catch is: You need to know the different topics that we have.
This can be made easier by switching to a
Slash commandthat allowsauto completionwhenever we input text.Requirements
We'll need to expose an api that allows to fetch the resources and cache them, as they're not that prone to change.
If indeed we introduce a new resource to
site, we can have areloadsubcommand to reload the resources from theapi(which we'll restrict to particular roles/users)