From f90cc7691cb1d9259a808d36c2d644a29b433145 Mon Sep 17 00:00:00 2001 From: Matt Hills Date: Tue, 15 Apr 2025 23:07:17 -0400 Subject: [PATCH] task tracking --- README.md | 3 +++ TASK.md | 12 +++--------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index f3b4d11..b6bbb52 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,13 @@ A lightweight Flask-based file upload and download server with a modern UI. Perfect for temporary file sharing and mobile app log uploads. +The Android mobile app for this server can be found at: https://github.com/mattintech/simplefileupload-android + ## Features - Clean, modern UI for file downloads - Secure API authentication for uploads - Mobile-friendly upload endpoint +- Specifically designed for the simplefileupload-android app - Secure 6-digit alphanumeric code system - Automatic file cleanup - Configurable download limits and expiry times diff --git a/TASK.md b/TASK.md index 03247e9..4beaaf7 100644 --- a/TASK.md +++ b/TASK.md @@ -54,23 +54,17 @@ - [ ] Add audit logging ### Features -- [ ] Multi-file upload support -- [ ] Progress bar for uploads -- [ ] Email notifications -- [ ] QR code generation -- [ ] Preview for images/PDFs +- [x] Multi-file upload support ### Infrastructure - [ ] Add unit tests -- [ ] Set up CI/CD pipeline -- [ ] Implement persistent storage +- [x] Set up CI/CD pipeline +- [x] Implement persistent storage - [ ] Add monitoring/metrics - [ ] Create backup system - [ ] Add health check endpoints ### UI/UX - [ ] Dark mode support -- [ ] Drag-and-drop uploads -- [ ] Improved mobile UI - [ ] Accessibility improvements - [ ] Internationalization