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

Slack slash-command for listing skills #17

Open
rthbound opened this issue Jan 3, 2018 · 1 comment
Open

Slack slash-command for listing skills #17

rthbound opened this issue Jan 3, 2018 · 1 comment

Comments

@rthbound
Copy link
Member

rthbound commented Jan 3, 2018

Create a slash command, e.g. /listskills, that will list the distinct skills associated with users. I don't think it should return all skills, rather only return those skills that have been added to users.

Something like Skill.joins(:users).distinct.order(:name)

@rmd6502
Copy link
Collaborator

rmd6502 commented Jan 3, 2018

add Skill.joins(:projects), so users looking for a project to join can know what's being looked for overall

@sdklos sdklos added this to To Do in ProgBot Apr 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
ProgBot
  
To Do
Development

No branches or pull requests

2 participants