An Integrated CONTROL-CORE experience
- Mentors
- NAN LI, Mark Arnold, Tony Pan
- Organization
- Department of Biomedical Informatics, Emory University
- Technologies
- python, javascript, react.js
- Topics
- web
At present, all the Concore methods such as build, debug, run etc. are executed from
CLI by user and Concore-editor does not serve the functionality of performing these
methods directly from frontend. Therefore, to achieve the following this project aims to integrate Concore-editor with Concore so that on studies developed in Concore-editor, the specific Concore functions can be performed straight away.
This project implements the above using the approach of making custom API calls from Concore-Editor to Concore Backend with custom arguments which are essential for Concore Backend to function. Making necessary checks to execute API calls in order is another aspect of the approach taken.