oss-slu / esp

MIT License
0 stars 1 forks source link

fixes issue #33 Webpage for Gaussian Data #39

Closed mkalal6 closed 5 months ago

mkalal6 commented 5 months ago

I've reached out to Peter, who works as Dr. McCulla's assistant, to discuss the specifics they desire for the front end and the data they need extracted from the Gaussian files. Once I receive their feedback, I'll tailor the new webpage accordingly. At present, I've set up a dedicated folder for the Gaussian webpage's dashboard and created an initial HTML file, ready for further development. Next, my plan is to design a Gaussian webpage akin to our existing ORCA page, then iterate based on the client's requirements.

mkalal6 commented 5 months ago
Gaussian Webpage

The frontend now incorporates a Gaussian dashboard on the new webpage, as requested by the client to resemble the ORCA webpage. Notably, the frontend now accepts log files instead of text files. However, due to the backend's inability to process log files, this feature is currently non-functional. Nonetheless, the frontend has been adjusted to accommodate this change. To ensure smoother transitions between webpages that may be addressed in future tasks, the app.component files have reverted to their original code. This issue has been successfully resolved.

SiriChandanaGarimella commented 5 months ago

@mkalal6 - I committed the changes to use generic CSS and HTML templates for ORCA and Gaussian pages. Also, fixed the routing issue. Now, on hitting the URL http://localhost:4200, the ORCA dashboard (http://localhost:4200/orca) will load, and on hitting the URL http://localhost:4200/gaussian, the Gaussian dashboard will load. Could you please review and test the changes?