oss-slu / esp

MIT License
0 stars 1 forks source link

Retrieve the data from the ORCA files #36

Closed rkarmuri closed 4 months ago

rkarmuri commented 5 months ago

The frontend UI now accepts the ORCA text file and the entries to retrieve the data. Implement the functionality to retrieve the data based on the input entered on the front end. The input is sent to the Flask backend, the Flask backend takes the input, processes the data based on the input, and sends it to the angular component in a tabular form. Update the Angular user interface to display the processed data returned from the Flask backend.

Success criteria:

SiriChandanaGarimella commented 4 months ago

The processed data from the Flask backend is sent back to the Angular component as a document now. The angular user interface downloads a word document by clicking on the "Convert" button.