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

API Implementation - Fetch pinned projects from GitHub #17

Closed
4 tasks done
fikretellek opened this issue Jul 18, 2024 · 2 comments · Fixed by #40
Closed
4 tasks done

API Implementation - Fetch pinned projects from GitHub #17

fikretellek opened this issue Jul 18, 2024 · 2 comments · Fixed by #40
Assignees
Labels
BackEnd New feature or request

Comments

@fikretellek
Copy link
Collaborator

fikretellek commented Jul 18, 2024

Story

  • As a function

  • I Want to fetch Github API for pinned projects data

  • So That I can store that data in database

Acceptance Criteria

  1. Given a GitHub correct username as a parameter
    • When the function gets executed
    • Then it should store pinned projects data in database and return true
  2. Given a GitHub username as a parameter
    • When the function can not get the data
    • Then the function should return error with relevant message
  3. Given a GitHub username as a parameter
    • When the function can not store data to database
    • Then the function should return error with relevant message

Implementation Notes

  1. this should be a function that will be used for signup fetch endpoint.
  2. it should be exported and created under functions folder
  3. please include comments tho explain steps
    4.for the future reference, should it be called everyday to update data or triggered when pinned projects change

Checklist:

  • I have defined the user story
  • I have defined some acceptance criteria
  • I have included any implementation notes
  • I have included all relevant links (no relevant links)
@fikretellek fikretellek added the BackEnd New feature or request label Jul 18, 2024
@fikretellek fikretellek self-assigned this Jul 18, 2024
@fikretellek fikretellek moved this to 📋 Backlog (User Stories) in CYF final project_Readme-Hireme Jul 18, 2024
@Sabella-8 Sabella-8 moved this from 📋 Backlog (User Stories) to 🔖 To Do (Tasks or Spikes) in CYF final project_Readme-Hireme Jul 20, 2024
@fikretellek fikretellek moved this from 🔖 To Do (Tasks or Spikes) to 🏗 In progress in CYF final project_Readme-Hireme Jul 24, 2024
@fikretellek fikretellek moved this from 🏗 In progress to 👀 In review in CYF final project_Readme-Hireme Jul 26, 2024
@ozgulsal
Copy link
Collaborator

#26 - add the another user story

@fikretellek
Copy link
Collaborator Author

#46

@github-project-automation github-project-automation bot moved this from 👀 In review to ✅ Done in CYF final project_Readme-Hireme Jul 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BackEnd New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants