opensearch-project / opensearch-project/flow-framework
[FEATURE] Enhance provisioning progress field
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 62
- Forks
- 66
- Avg merge
- 3d 20h
- Merged PRs (30d)
- 20
Description
Is your feature request related to a problem?
Currently the provisioning_progress field projects the status of the provisioning just based on absolute terms (https://github.com/opensearch-project/flow-framework/blob/main/src/main/java/org/opensearch/flowframework/model/ProvisioningProgress.java#L15)
What solution would you like?
In the future we can possibly give more details here like start and end time for each step and other info.
What alternatives have you considered?
We can also not expand on this field and just provide more information with each resource created, this way we don't have potentially repetitive information for each step. However some steps might not create a resource in which they wont be tracked in other wise.
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 with src/main/java/org/opensearch/flowframework/model/ProvisioningProgress.java and review how the provisioning_progress field currently represents status. Define the additional progress information to expose, such as per-step start and end times, and determine whether it belongs in this field or in each created resource; done means the chosen representation covers steps that create no resource.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100