Closed AtharvaMulay25 closed 6 months ago
In dashboard, after the user clicks on Generate UML on a particular project, send an API call to the API handler for Generate UML that is present in **/client/app/api** folder with the appropriate body, and use zod-schema for schema validation. Handle loading of docker container until the API call gets completed, use the .finally() method in fetch or axios to implement this.
This PR does the foll:
Further tasks: