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

Procedure for publishing and withdrawing Fixes #36

Open
agstephens opened this issue Apr 22, 2020 · 0 comments
Open

Procedure for publishing and withdrawing Fixes #36

agstephens opened this issue Apr 22, 2020 · 0 comments
Assignees

Comments

@agstephens
Copy link
Contributor

  • dachar version: *
  • Python version: *
  • Operating System: Linux

Description

I think the procedure for accepting and publishing fixes is:

  1. Search Analysis Results Store for proposed fixes.
  2. For each proposal, create some test to assert that the fix is suitable.
  • if "yes":
    publish to Fix Store
    update Results record to reflect status history
  • if "no":
    update Results record to reflect the fix was rejected.

Sometimes, we will identify that a fix is wrong/unsuitable:

  1. Call the Fix Store and withdraw the fix.
  2. Where to store this change result??? It doesn't necessarily fit within an Analysis Result.
  • do we need a Fix History Store?
  • we need to store the reason why the fix was withdrawn.
@agstephens agstephens self-assigned this Apr 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant