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

API Improvements #119

Open
3 of 4 tasks
cooperq opened this issue Mar 19, 2021 · 1 comment
Open
3 of 4 tasks

API Improvements #119

cooperq opened this issue Mar 19, 2021 · 1 comment
Assignees
Labels
bug Something isn't working enhancement New feature or request
Milestone

Comments

@cooperq
Copy link
Collaborator

cooperq commented Mar 19, 2021

  • add project name to api table so IDs don't overwrite each other
  • add dashboard for viewing API data
  • api server crashes after 5 calls because we don't close the db connection
  • improve api documentation
@cooperq cooperq added bug Something isn't working enhancement New feature or request labels Mar 19, 2021
@cooperq cooperq added this to the Beta Version milestone Mar 19, 2021
@cooperq cooperq self-assigned this Mar 19, 2021
@cooperq cooperq reopened this Mar 31, 2021
@cooperq
Copy link
Collaborator Author

cooperq commented Apr 2, 2021

Dashboard support added in 433e771

Production database schema has changed, users wishing to keep old production databases will have to run the following SQL:
ALTER TABLE tower_data ADD COLUMN api_key VARCHAR(32), ADD COLUMN ext_id INT, ADD COLUMN uploaded DATETIME;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant