From f351e6c18cabcc52d87775931c47024fe644dd0b Mon Sep 17 00:00:00 2001 From: sergey-shandar Date: Thu, 14 Mar 2024 13:01:06 -0700 Subject: [PATCH] tasks --- notes/tasks.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 notes/tasks.md diff --git a/notes/tasks.md b/notes/tasks.md new file mode 100644 index 00000000..d8d83f24 --- /dev/null +++ b/notes/tasks.md @@ -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 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.