diff options
author | Frederick Muriuki Muriithi | 2024-07-03 10:34:30 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-07-03 10:34:30 -0500 |
commit | 7b47b0445a93ecc8df9c448c1190ba9d9722c292 (patch) | |
tree | b327a0c57e657889d93214635a935941d977e71a /issues | |
parent | d5ce9c650aae967e80e67ee6bb66f2a06c266de0 (diff) | |
download | gn-gemtext-7b47b0445a93ecc8df9c448c1190ba9d9722c292.tar.gz |
gn-uploader: Resumable uploads: Close as fixed.
Diffstat (limited to 'issues')
-rw-r--r-- | issues/gn-uploader/resume-upload.gmi | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/issues/gn-uploader/resume-upload.gmi b/issues/gn-uploader/resume-upload.gmi index 6631759..0f9ba30 100644 --- a/issues/gn-uploader/resume-upload.gmi +++ b/issues/gn-uploader/resume-upload.gmi @@ -2,7 +2,7 @@ ## Tags -* status: open +* status: closed, completed, fixed * priority: medium * assigned: fredm, flisso * type: feature request, feature-request @@ -22,16 +22,6 @@ In this way, each upload can be linked to a specific user. * [x] Build back-end to handle uploads * [x] Handle upload failures/errors * [x] Deploy to staging - . - . - . -* [ ] Rework cancel to actually kill the upload -* [ ] Provide pause functionality -* [ ] Maybe trigger job on separate endpoint: If I can figure it out, it gives a cleaner way to run the job with the "complete" handler rather than the "fileSuccess" handler. -* [ ] -* [ ] -* [ ] -* [ ] ### Updates @@ -46,3 +36,6 @@ In this way, each upload can be linked to a specific user. => https://github.com/23/resumable.js/ => https://www.dropzone.dev/ => https://stackoverflow.com/questions/69339582/what-hash-python-3-hashlib-yields-a-portable-hash-of-file-contents + + +This is mostly fixed. Any arising bugs can be tracked is separate issues. |