cloudfoundry / cloudfoundry/cloud_controller_ng
Should `updated_at` for service instances be updated when the last operation changes?
Open
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 207
- Forks
- 373
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 56
Description
Example service instance:
{
"guid": "3a2f5713-c979-45cc-9524-f513f9ad1238",
"created_at": "2024-10-17T15:57:46Z",
"updated_at": "2024-10-17T15:57:46Z",
"name": "my-service-instance",
"tags": [],
"last_operation": {
"type": "update",
"state": "succeeded",
"description": "",
"updated_at": "2024-10-28T08:39:15Z",
"created_at": "2024-10-28T08:39:15Z"
}
Should the updated_at field of the service instance be updated when the last_operation changes?
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
The issue names no files, tests, or entry points. Start by reviewing how service instance responses define updated_at and last_operation, then confirm the expected relationship with maintainers; done means a documented decision and agreed behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100