Quartz / quackbot

MIT License
36 stars 4 forks source link

Associations & Authorization checking #3

Closed knowtheory closed 6 years ago

knowtheory commented 6 years ago

Had to back out the migrations, but now the data store is set up (and rails compatible) in such a way that we can access all authorizations and the most recent authorization by team.

Additionally this branch contains a demonstration of how to use Sequelize to do a check to see if a team is verified or not (in slack-events-api-message-handler/index.understudy.js).

chriszarate commented 6 years ago

🎉

knowtheory commented 6 years ago

Okay! I'm going to merge this and move to another PR to do the extraction of the TeamStore as a lib.