Coding-Club-IITG / Coding-Club-IITG/CourseHub
Upload folders
- Dominant language
- JavaScript
- Stars
- 15
- Forks
- 5
- Avg merge
- 12h
- Merged PRs (30d)
- 10
Description
Currently people have to manually create folders inside folders and then upload files to them.
Make a feature which allows brs to upload a single zip folder to the website and the website will automatically create the file and folder objects and upload the files to onedrive.
However there is a major issue with this, currently a folder can only have either folders as its children or files as its children, so I have two ideas to solve this:
1. if a folder has both folders and files as its children then put the files in a seperate folder with some name (like the parent folder name itself). if a folder only has folders or files then its simple.
2. (check issue #171 ) if a folder can have both files and folders as its children, then doing this feature would be much easier ( I think)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.