slac207 / cs207project

MIT License
0 stars 4 forks source link

P11 UI - Backend #79

Closed jsm09 closed 7 years ago

jsm09 commented 7 years ago

Write a single-page UI which takes either a time-series id or an uploaded time series file (the latter can be supported using AJAX file upload (google it) to our REST endpoint, or my creating a new flask endpoint which takes HTML POST file uploads (google it too) on the server and calls the appropriate python code directly, bypassing the REST API).