Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 1933cb6

Browse files
authored
Added Feature Checkboxes.
1 parent 335534a commit 1933cb6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ _Work In Progress_
66

77
Base of this code base is this [repo](https://github.com/snoyberg/file-server-demo)
88

9+
## Features
10+
- [ ] browse does not exist anymore.
11+
- [ ] upload path is POST /upload?id=id,id1,id2&token=token
12+
- [ ] request to upload triggers request to backend
13+
- [ ] upload does support multiple files
14+
- [ ] download path is GET /download?id=id,id1,id2&token=token
15+
- [ ] request to download triggers request to backend
16+
- [ ] download supports multiple files (zipped as one)
17+
- [ ] service is either mapped with a usefull prefix /userdata/ or a fake subdomain files.....de/upload...
18+
**(Roadmap feature)**
19+
- [ ] there is another path /preview/id?token=token
20+
921
Text below is from the original code base.
1022

1123
---

0 commit comments

Comments
 (0)