Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instead of listing organizations names list repository or issues wise in given organizations #9

Open
1 task done
chamodshehanka opened this issue Oct 17, 2023 · 2 comments
Labels
hacktoberfest hacktoberfest

Comments

@chamodshehanka
Copy link
Member

chamodshehanka commented Oct 17, 2023

  • Endpoint for this

In the project page(https://openhackday-2023.vercel.app/projects) Display below data in a table and users should be able to view those GitHub issues in a new browser tab

API Route

{{URL}}/api/v1/issues/hacktoberfestissues

Sample Backend response

[
    {
        "createdAt": "2023-10-17T15:42:31Z",
        "title": "Instead of listing organizations names list repository or issues wise in given organizations",
        "url": "https://github.com/gcsrilanka/openhackday-2023/issues/9",
        "repository": {
            "name": "openhackday-2023"
        }
    },
    {
        "createdAt": "2023-10-09T14:33:14Z",
        "title": "Implementing User Authentication",
        "url": "https://github.com/sef-global/scholarx-frontend/issues/55",
        "repository": {
            "name": "scholarx-frontend"
        }
    },
    {
        "createdAt": "2023-10-02T11:35:36Z",
        "title": "Migrate from ant design to tailwind css",
        "url": "https://github.com/sef-global/scholarx-frontend/issues/50",
        "repository": {
            "name": "scholarx-frontend"
        }
    }
]
@chamodshehanka chamodshehanka added the hacktoberfest hacktoberfest label Oct 17, 2023
@saura8668
Copy link

@chamodshehanka can u please elaborate the issue?

@chamodshehanka
Copy link
Member Author

@chamodshehanka can u please elaborate the issue?

I've updated the issue description, please have a look

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest hacktoberfest
Projects
None yet
Development

No branches or pull requests

2 participants