Skip to content

Commit

Permalink
tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-shandar committed Mar 14, 2024
1 parent 640c691 commit f351e6c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions notes/tasks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Tesks

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

## Epic Stories

### Add and extract directories

Adding and extracting directories as a single JSON file. For example

```json
{
"a": "data:...",
"b": "data:...",
}
```

See:
- https://datatracker.ietf.org/doc/html/rfc2397,
Note: If <mediatype> is omitted, it defaults to text/plain;charset=US-ASCII.
- https://en.wikipedia.org/wiki/Data_URI_scheme,
- https://developer.mozilla.org/en-US/docs/web/http/basics_of_http/data_urls.

0 comments on commit f351e6c

Please sign in to comment.