feat(dashboard): add file upload support - #284
Conversation
|
Hey @Hitesh-XS! Thx 4 your work :) Please check why pre-commit is failing |
|
@Hitesh-XS, kindly resolve merge conflicts and comments above, and we will merge your PR |
yeah sure i will update it Rn i am in class will come to it later Thanks for quick review ;) |
No worries man Take your time :) |
|
Thx 4 fast reaction @Hitesh-XS Kindly check why CI pipeline is failing |
|
wait did some thing went wrong ? |
|
@Hitesh-XS, we migrated to |
yeah merged and updated it |
|
Yep, everything looks cool now Thx for your work @Hitesh-XS! Please star our project to help us grow :) You can also join our Discord if you want |
|
@ApusBerliozi Thx for giving a chance to rookie like me this was comparatively big contribution i made first time :) |
|
Congrats man :) Everyone start with something |
This PR adds file upload support to the Fenn dashboard, allowing users to upload datasets and other files directly through the web interface. It also adds a view of previously uploaded files with basic metadata.
Closes #249
Dashboard
Backend
POST /api/uploadsto handle file uploads.GET /api/uploadsto list uploaded files.secure_filename.Frontend
Tests
Added unit tests covering:
The following checks were run successfully: