Skip to content

lgss/skillzpicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skillz picker

The aim of this application is to be able to quickly identify which team members have skills in certain areas.

Database where all the data will be held web service that inserts data into DB web service that takes the data back out slackbot that connects with above web services

Example of phrases it will respond to

"I have an issue working with Wordpress" "whos the best" (Will Wise of course) "I have skills in (something)" "What are my skills?" "I don't know about (something)" perhaps bring up all skills with a remove button

data structure

Person
-ID
-Name
-SlackID
Skills
-ID
-Name
PersonSkill
-SkillsID
-PersonID

Tests

  1. Run npm test to run tests
  2. Any /tests/*.spec.jsfile will be run
  3. Tests use Mocha as a test runner
  4. Tests use Chai as an assertion library

About

Developer Project: The aim of this application is to be able to quickly identify which team members have skills in certain areas.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors