Yashasv-Prajapati / Docify

5 stars 2 forks source link

Improve directory structure, Changed Docker #111

Closed sarvo314 closed 3 months ago

sarvo314 commented 3 months ago

Aligned Image Generation According to Java

linear[bot] commented 3 months ago
CS3-112 Improve directory structure

1. Refactor the folders and put them into appropriately named folders. 2. Put similar logic files in one folder. For example, we can either use Technical partitioning, like maintaing two separate folders for Java and Python and keeping their respective logic in there, or maybe domain partitioning, like keeping everything related to UML in one folder, CodeCoverage in one folder, etc. **Choose the one that you find most appropriate.** 3. Remove redundant packages and files. For example, we don't need all the files in the /client/public folder, a lot of them can be removed.