Closed miha-plesko closed 7 years ago
This commit introduces ui.js that serves two web pages:
/
?taskId=123
/upload
Both upload and download interact with master node only. Master endpoint can be set as environment variable.
Well at the moment the UI looks awful, so we might consider adding some CSS and images in near future!
The homepage /:
The upload page /upload:
This commit introduces ui.js that serves two web pages:
/
where one can view processing result (taskId=0 by default, but can be customized with querystring?taskId=123
)/upload
where one can upload PNG imageBoth upload and download interact with master node only. Master endpoint can be set as environment variable.
Well at the moment the UI looks awful, so we might consider adding some CSS and images in near future!
The homepage
/
:The upload page
/upload
: