Real-Dev-Squad / website-status

Shows a roadmap of the ongoing projects being done
https://status.realdevsquad.com/
MIT License
21 stars 145 forks source link

Fix for the issue: GitHub issue link is to be displayed on the task details page. #815

Closed kapillondhe closed 9 months ago

kapillondhe commented 9 months ago

Issue: #774

Description:

Changes in src/components/issues/Card.tsx will send html_url of GitHub issue for task creation. Backend changes will store this html_url in the task database.

Changes in src/components/taskDetails will display the "Open git issue" button in task details page.

Anything you would like to inform the reviewer about:

Both frontend and backend changes are required. PR created for website-backend #1383.

Dev Tested:

Images/video of the change:

image

Follow-up Issues (if any)

No.

vercel[bot] commented 9 months ago

@kapillondhe is attempting to deploy a commit to the RDS-Team Team on Vercel.

A member of the Team first needs to authorize it.

sahsisunny commented 9 months ago

image

UI does not look good to me

kapillondhe commented 9 months ago

please resolve merge conflict first

Resolved the merge conflict. Thanks.

kapillondhe commented 9 months ago

UI does not look good to me

I appreciate your feedback. To help me improve the UI, could you please provide more details about what aspects of the UI you find unsatisfactory?

kapillondhe commented 9 months ago

image

UI does not look good to me

Added the "Open new tab" icon beside git icon. Hope this looks good. Please let me know if there is any specific requirement.

image

kapillondhe commented 9 months ago

Also write the test please

Tests added. Thanks.

kapillondhe commented 9 months ago

PR #827 raised.