Challenge Overview
Welcome to the M-Theory Dashboard- API Replacement Javascript Challenge
In this challenge we'd like to take some existing client side javascript that calls out to and endpoint for data and replace it a new data source. The data itself is going to be the same but we want to move it to a REST based endpoint serverd up by HTSQL.
To help, we've set up a Heroku endpoint for this but you can set up you own instances based upon this repo. The 2 tables required can be accessed from our HTSQL endpoint here:
- "Instant" data: all usage records in one table for the last month
- "History" data: all records older than a month
The goal of this challenge is: 1. to completely replace the data sources (see here ) with the ones above 2. improve the performace of the app in this replacement exercise.
The current application is running behind a private network so the best we can expose of the current app is the source code and the following screen shots:
Are you up for this "gut" and replace job? Show us what you've got.
Final Submission Guidelines
SETUP
- Request access to the Gitlab repo group here by posting on the forums or emaillazybaer .
- Once added to the team, fork the repository and work off this branch.
SUBMISSION:
- Upload documentation for how to run your submission
- Upload all your source code as a zip
- Add lazybaer as members of your forked repository
- Provide a video overview of your submission
- winner will be requried to submit a merge request on gitlab against the branch specified