Open usernam3 opened 6 years ago
Issue depends on #9
ReleaseTimelinePage
fetchReleases
ReleasePage
fetchRelease
ReleasesIndexPage
Working on this.
Great, I thought that this issue may be related to #9 (Which I started to work on in feature/tag-resource-ui-components brach ). Tell me please if I might be helpful.
feature/tag-resource-ui-components
Issue depends on #9
ReleaseTimelinePage
should not dispatchfetchReleases
action if releases were fetched less than 60 seconds ago https://github.com/releaseses/releases/blob/master/apps/web/assets/javascripts/containers/ReleaseTimelinePage.js#L13-L15ReleasePage
should not dispatchfetchRelease
action if release was fetched less than 60 seconds ago https://github.com/releaseses/releases/blob/5dfdaa1372689fe1f8ff1cf9ac27ba3339668d1d/apps/web/assets/javascripts/containers/ReleasePage.js#L15-L17ReleasesIndexPage
should not dispatchfetchReleases
action if releases were fetched less than 60 seconds ago https://github.com/releaseses/releases/blob/5dfdaa1372689fe1f8ff1cf9ac27ba3339668d1d/apps/admin/assets/javascripts/containers/ReleasesIndexPage.js#L13-L15