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
I Want to fetch Github API for pinned projects data
So That I can store that data in database
Acceptance Criteria
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
Given a GitHub username as a parameter
When the function can not get the data
Then the function should return error with relevant message
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
this should be a function that will be used for signup fetch endpoint.
it should be exported and created under functions folder
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)
The text was updated successfully, but these errors were encountered:
Story
As a function
I Want to fetch Github API for
pinned projects
dataSo That I can store that data in database
Acceptance Criteria
pinned projects
data in database and returntrue
Implementation Notes
4.for the future reference, should it be called everyday to update data or triggered when pinned projects change
Checklist:
The text was updated successfully, but these errors were encountered: