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

Feature: Points Endpoint For Odinbot #1397

Merged
merged 1 commit into from Oct 10, 2020
Merged

Conversation

KevinMulhern
Copy link
Member

Because:

  • The free heroku dyno we were using for this was running out of computing time for a few days at the end of each month, rendering the points system inoperable.
  • We plan on integrating the points from the bot into a gamification system.

This commit:

  • Adds a points table.
  • Adds index and create points endpoints.
  • Authenticates the create endpoint with http token auth.

@KevinMulhern KevinMulhern force-pushed the feature/points-endpoint branch 3 times, most recently from 3d87e98 to ebcd2aa Compare October 10, 2020 10:30
Because:
* The free heroku dyno we were using for this was running out of computing time for a few days at the end of each month, rendering the points system inoperable.
* We plan on integrating the points from the bot into a gamification system.

This commit:
* Adds a points table.
* Adds index and create points endpoints.
* Authenticates the create endpoint with http token auth.
@KevinMulhern KevinMulhern merged commit 3396f7f into master Oct 10, 2020
@delete-merged-branch delete-merged-branch bot deleted the feature/points-endpoint branch October 10, 2020 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant