Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ApplyCmd: Build, return, and store execution report #149

Open
azriel91 opened this issue Jun 27, 2023 · 0 comments
Open

ApplyCmd: Build, return, and store execution report #149

azriel91 opened this issue Jun 27, 2023 · 0 comments

Comments

@azriel91
Copy link
Owner

azriel91 commented Jun 27, 2023

Enables communication of what happened for a given execution.

Also enables historical lookup.

May include:

  • Beginning params specs, params, state.
  • Goal params specs, params, state.
  • Timestamps, duration.
  • Errors -- all must be serializable. Likely include Clone, PartialEq, Eq bounds so we treat all errors as values.

Consider the ability to merge multiple reports into one report -- a user may invoke, cancel, fix, and invoke commands repeatedly; yet one report that captures that grouping of invocations is more digestable than many small reports.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant