Skip to content

This is a usecase to get details of open issues of any public repository with respect to time.

Notifications You must be signed in to change notification settings

anirudherabelly/shippableusecase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shippableusecase

  • application is live@URL: http://anirudherabelly.github.io/shippableusecase/
  • It is built using angularjs(for API call) and bootstrap(for styling).
  • Here all the time calculations are done in according with UTC format(i.e GMT) because we are considere only with the difference between times to know the status.
  • Firstly made a call to github api to get given repository details and from that extracted the total open issue count.
  • As github api gives only 30 issues per api call, used math.ceil(totalOpenIssues/30) for getting total no.of pages and made subsequent api calls to get page by page results.

Scope for Improvements

  • As per github api pull requests are also considered in issues, we can filter them seperatley. 👍

About

This is a usecase to get details of open issues of any public repository with respect to time.

http://anirudherabelly.github.io/shippableusecase/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published