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

#61 Create new GitHub Projects Section #63

Merged
merged 2 commits into from
Sep 14, 2024
Merged

Conversation

conorheffron
Copy link
Owner

@conorheffron conorheffron commented Sep 14, 2024

  • GET projects by GIT username endpoints (via request parameter or by path variable in URI)
  • Add new section to home page for Github projects
  • Update project configurations & refactoring of package/project structure
  • Unit tests for all new code

New GET end-point:

Format:

  • http://host:port/get-repo-detail/<github_username>/ or http://host:port/get-repo-detail?username=<github_username>

Examples for my account:

- [x] GET projects by GIT username endpoints (via request parameter or by path variable in URI)
- [x] Add new section to home page for Github projects
- Update project configurations & refactoring of package/project structure
- Unit tests for all new code
@conorheffron conorheffron added enhancement New feature or request release tests unit | integration tests ui-frontend labels Sep 14, 2024
@conorheffron conorheffron self-assigned this Sep 14, 2024
@conorheffron conorheffron merged commit b7a3ab8 into main Sep 14, 2024
6 checks passed
@conorheffron conorheffron deleted the get-proj-by-username branch September 15, 2024 00:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request release tests unit | integration tests ui-frontend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update repository hyperlink text in Github Projects section Dynamically populate project details
1 participant