odin-bot-v2
odin-bot-v2 copied to clipboard
Feature: Add dev token for points
Complete the following REQUIRED checkboxes:
-
[x] I have thoroughly read and understand The Odin Project Contributing Guide
-
[x] The title of this issue follows the
command name: brief description of requestformat, e.g./help: add optional @user parameter
The following checkbox is OPTIONAL:
- [ ] I would like to be assigned this issue to work on it
1. Description of the Feature Request: When I'm developing locally, I'm unable to test any functionality related to points, because the points API requires a token. There should be a dev version/some other way to test functionality related to points.
I can think of essential two ways to do this:
- We create a separate API on
theodinprojectfor testing stuff with points, and provide a freely accessible token to access it - We create an API and storage for points locally, and switch between options based on whether or not we're in production or not
2. Acceptance Criteria:
- [ ] Points functionality can be tested locally
- [ ] There are up to date instruction on how to achieve the above
3. Additional Information: