Yashasv-Prajapati / Docify

5 stars 2 forks source link

Feature/cs3 110 UI for code coverage #102

Closed Harsh290803 closed 3 months ago

Harsh290803 commented 3 months ago

image

linear[bot] commented 3 months ago
CS3-110 UI for Code Coverage

Create a component in `client/app/code_coverage/[id]/page.tsx` that shows the image of the Code Coverage table generated, that is 1. Project ID 2. Repository URL 3. Code Coverage table in HTML format. The code coverage will be a string and there will need to parse it into HTML and then present it. The **Project ID will be provided in the URL itself, so use the \[id\]** and show the information accordingly and for the image, use **dummy HTML table string and parse it and show it**. We will find some better way to send this string to the component to render. Use shadcn components for UI