This PR introduces support for fetching Analyst Reports data from a JSON server, replacing the previous static import of Analyst Reports data. The changes include:
Implemented JSON Server for Analyst Reports
Set up a local JSON server to provide dynamic Analyst Reports data.
Updated the Analyst Reports page to fetch Analyst Reports data from the local server (http://localhost:5000/reports)
Checklist
Please confirm the following:
[X] My code follows the guidelines of this project.
[X] I have performed a self-review of my own code.
[X] I have commented my code, particularly wherever it was hard to understand.
[X] I have made corresponding changes to the documentation.
[X] My changes generate no new warnings.
[X] I have added things that prove my fix is effective or that my feature works.
fix #493
This PR introduces support for fetching Analyst Reports data from a JSON server, replacing the previous static import of Analyst Reports data. The changes include:
http://localhost:5000/reports
)Checklist
Please confirm the following: