Skip to content

Commit

Permalink
Update README.md with proposal implementation
Browse files Browse the repository at this point in the history
Mark all completed proposal features for Seasoned milestone done. Leave 'quickly commit a batch' unchecked as it is related to #177

Signed-off-by: xinifinity <[email protected]>
  • Loading branch information
xinifinity authored Aug 4, 2023
1 parent e36f99b commit 1e2ae43
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,13 @@ into prometheus metrics or json (it implements [serde::Serialize])
### Seasoned milestone
This milestone will add support for proposals, including proposed future
branches, with a cache to make committing these branches efficiently.
- [ ] Be able to support multiple proposed revisions against latest committed
- [x] Be able to support multiple proposed revisions against latest committed
version.
- [ ] Be able to propose a batch against the existing committed revision, or
- [x] Be able to propose a batch against the existing committed revision, or
propose a batch against any existing proposed revision.
- [ ] Be able to quickly commit a batch that has been proposed. Note that this
invalidates all other proposals that are not children of the committed proposed batch.
- [x] Commit a batch that has been proposed will invalidate all other proposals
that are not children of the committed proposed batch.
- [ ] Be able to quickly commit a batch that has been proposed.
- [ ] Add metric reporting
- [ ] Refactor `Shale` to be more idiomatic

Expand Down

0 comments on commit 1e2ae43

Please sign in to comment.