adewes / gitboard

An intuitve Kanban board for your Github issues, built with React.js. https://adewes.github.io/gitboard
GNU Affero General Public License v3.0
186 stars 21 forks source link

Add "Reload" Button #14

Closed adewes closed 8 years ago

adewes commented 8 years ago

We should add a Reload button on the top of the sprint board so that the user can reload all issues (e.g. if he changes things on Github).

In the future, we should automatically reload all issues. This is possible since the Github API allows for use of the ETag field and will not count repeated requests that yield a 300 response towards the rate limit.