diff options
author | Frederick Muriuki Muriithi | 2024-06-27 16:33:35 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-06-27 16:33:59 -0500 |
commit | b8259c869786de69ceb59c030e8532344fb615da (patch) | |
tree | a1b3d04a9935d1fb9ad36a8c5fa6020c6072daa9 /issues/gn-uploader/resume-upload.gmi | |
parent | 309bcf5238e2052a86057dc5c2c6c85d005e7ac2 (diff) | |
download | gn-gemtext-b8259c869786de69ceb59c030e8532344fb615da.tar.gz |
gn-uploader: Resumable uploads - add task list.
Diffstat (limited to 'issues/gn-uploader/resume-upload.gmi')
-rw-r--r-- | issues/gn-uploader/resume-upload.gmi | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/issues/gn-uploader/resume-upload.gmi b/issues/gn-uploader/resume-upload.gmi index 5112ee7..ea564b8 100644 --- a/issues/gn-uploader/resume-upload.gmi +++ b/issues/gn-uploader/resume-upload.gmi @@ -16,6 +16,25 @@ Maybe this can wait until we have => /issues/gn-uploader/link-authentication-authorisation linked authentication/authorisation to gn-uploader. In this way, each upload can be linked to a specific user. +### TODOs + +* [x] Build UI to allow uploads +* [x] Build back-end to handle uploads +* [ ] Rework cancel to actually kill the upload +* [ ] Provide pause functionality +* [ ] Maybe trigger job on separate endpoint: cleaner and avoids +* [ ] Handle upload failures/errors +* [ ] +* [ ] +* [ ] +* [ ] + + . + . + . + +* [ ] Deploy to staging + ### Possible Resources => https://javascript.info/resume-upload |