futureverse / futureverse/progressr
DESIGN: Progress session setup
Open
- Dominant language
- R
- Stars
- 299
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
A function needs to communicate the total amount of progress it will go through in its progress "session". This will require a well-established protocol to set information such as:
1. Set title
2. Set max steps
3. Set ETA
4. Set (step, label, params)
5. Done
These pieces of information can be used when rendering the progress in the UI.
Contributor guide
Assessment
This issue has not been assessed yet.