friedow / bpd

MIT License
3 stars 0 forks source link

Auto-refresh information #14

Open MaximilianV opened 7 years ago

MaximilianV commented 7 years ago

To be useful the dashboard should update automatically. This might come in handy for a faster and resource-friendly experience: https://developer.github.com/v3/#conditional-requests

MaximilianV commented 7 years ago

As we are a frontend driven dashboard, the request are sent by the user. The browser actually uses the e-tag automatically and avoid unnecessary calls.

MaximilianV commented 7 years ago

There still seem to be some issues. If a branch is updated, we should definitly reset all information (travis, sonarqube and so on, to make sure, we only display valid data concerning the latest branch version)