You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem Statement:
Currently, the project cards in our application lack direct links for users to:
Visit the live website where the project is hosted.
View the source code repository for the project.
This makes it inconvenient for users to explore project details effectively.
Proposed Solution:
Add two buttons to each project card:
"Check live site" Button: Redirects users to the live hosted project and now it redirect link is not working to hosted project.
"Check Code" Button: Redirects users to the respective GitHub repository of the project.
How I Will Solve This Issue
Fetch Hosted Project Links and Repository URLs:
I will retrieve the hosted project URLs and GitHub repository URLs for all projects directly from your GitHub.
Create an Object Array
I will create a structured object array where each object contains the following properties: websiteUrl: Link to the live hosted project. codeUrl: Link to the GitHub repository
Acceptance Criteria:
Each project card should display two buttons labeled "Check live site" and "Check Code".
Clicking the "Check live site" button should open the hosted project in a new tab.
Clicking the "Check Code" button should open the GitHub repository in a new tab.
Ensure buttons are (khalidkhankakar) styled consistently with the project card design.
Implementation Details:
Add URL fields (websiteUrl and codeUrl) to the project data model if not already present.
Modify the project card component to display these buttons dynamically based on the provided URLs.
Implement styling using existing CSS/utility classes for visual consistency.
Test the feature for responsiveness and accessibility.
Why This Feature Matters:
Enhances user experience by providing quick access to live projects and their source code.
Encourages interaction with hosted projects and increases code visibility for developers.
Assignee: @adrianhajdin@sujatagunale , I would like to work on this feature. Please assign this issue to me so I can begin implementing it.
The text was updated successfully, but these errors were encountered:
Problem Statement:
Currently, the project cards in our application lack direct links for users to:
This makes it inconvenient for users to explore project details effectively.
Proposed Solution:
Add two buttons to each project card:
How I Will Solve This Issue
Fetch Hosted Project Links and Repository URLs:
I will create a structured object array where each object contains the following properties:
websiteUrl: Link to the live hosted project.
codeUrl: Link to the GitHub repository
Acceptance Criteria:
Each project card should display two buttons labeled "Check live site" and "Check Code".
Ensure buttons are (khalidkhankakar) styled consistently with the project card design.
Implementation Details:
Add URL fields (websiteUrl and codeUrl) to the project data model if not already present.
Modify the project card component to display these buttons dynamically based on the provided URLs.
Implement styling using existing CSS/utility classes for visual consistency.
Test the feature for responsiveness and accessibility.
Why This Feature Matters:
Enhances user experience by providing quick access to live projects and their source code.
Encourages interaction with hosted projects and increases code visibility for developers.
Assignee:
@adrianhajdin @sujatagunale , I would like to work on this feature. Please assign this issue to me so I can begin implementing it.
The text was updated successfully, but these errors were encountered: