Skip to content

Commit

Permalink
Update tasks.md (#176)
Browse files Browse the repository at this point in the history
* Update tasks.md

* Update tasks.md
  • Loading branch information
sergey-shandar authored May 22, 2024
1 parent 979cda9 commit 3864a75
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions notes/tasks.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Tasks

- [ ] Fix `New 0 MB.` when adding directories.
- [ ] Fix progress when extracting directories.
- [ ] Fix `file already exists` when two `blockset` processes are working on the same repository.
- [ ] Fix `check` and add unit tests.

- [x] Fix `New 0 MB.` when adding directories.
- [x] Fix progress when extracting directories.

## Epic Stories

Expand Down Expand Up @@ -29,13 +32,13 @@ See:

### New Library Structure

- `IO-trait` a trait with a minimal set of I/O operations.
- `IO-trait` is a trait with a minimal set of I/O operations.
- `common` a library with common functions, including I/O extensions. Depends on
- `IO-trait` to extend the `IO` trait.
- `IO-impl` an implementation of `IO` for the local file system. Depends on
- `IO-impl` is an implementation of `IO` for the local file system. Depends on
- `IO-trait`.
- `common`.
- `IO-test` a mock implementation of `IO` for testing. Depends on
- `IO-test` is a mock implementation of `IO` for testing. Depends on
- `IO-trait`.
- `common`.

Expand Down

0 comments on commit 3864a75

Please sign in to comment.