Yashasv-Prajapati / Docify

5 stars 2 forks source link

feat(ui): add page to show/download generated uml diagram #88

Closed Karanraj06 closed 3 months ago

Karanraj06 commented 3 months ago

image

linear[bot] commented 3 months ago
CS3-109 UI for showing UML diagram

Create a component in `client/app/uml/[id]/page.tsx` that shows the image of the UML diagram generated with 1. Project ID 2. Repository URL 3. Option to download the image The Project ID will be provided in the URL itself, so use the \[id\] and show the information accordingly and for the image, use any dummy image. We may use some temporary image store for of image in future for showing the image. Use shadcn components for UI

Karanraj06 commented 3 months ago

TODO: