cloudfoundry / cloudfoundry/stratos
Deleted entities are not cleared from any entity where they are inlined
Open
Nobody has claimed this yet.
bug
discussion
P2
- Dominant language
- TypeScript
- Stars
- 267
- Forks
- 137
- Avg merge
- 5h 14m
- Merged PRs (30d)
- 77
Description
- deleted entities are marked as such and are removed from pagination sections
- deleted entities however remain in any entity where they are inlined. For example an org entity has a collection of spaces. Deleted spaces remain in this list.
- Possible solution - ensure missing or entities marked as deleted are not returned after the normalize process runs
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 tracing the normalize process described in the issue and how normalized entities are used in pagination sections and inline collections such as an organisation's spaces. Reproduce the case where a deleted space remains inline, then verify that missing or deleted entities are absent from inline collections after normalization.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100