cloudfoundry / cloudfoundry/stratos
Reset app event pagination automatically
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 267
- Forks
- 137
- Avg merge
- 5h 14m
- Merged PRs (30d)
- 77
Description
From @richard-cox on January 29, 2018 14:46
Editing application variables creates app events. We should clear the app event pagination section when app variables successfully change. There could be other places were we should do this as well (start/stop app?)
Alternatively we could reset it every time we come to the page? Or dispatch the update event and show cached info first?
Copied from original issue: SUSE/stratos#194
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the application event pagination handling and the flow that successfully updates application variables. Determine whether pagination should reset after variable changes, app start/stop, or when returning to the page; done means the event list no longer uses stale pagination after those updates, with the relevant behavior covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- angular, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100