Yashasv-Prajapati / Docify

5 stars 2 forks source link

Updated directory structure #100

Closed shobhitjuglan closed 3 months ago

shobhitjuglan commented 3 months ago
  1. Separated python and java files
  2. Created partition for domains like uml and testing
  3. Removed some redundant files like the earlier code coverage for java that was not being used
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.

shobhitjuglan commented 3 months ago

For java project uml output.png is in source_directory and then in .assets and for python it is in .docify_assets/images. Can they folllow similar naming structure?

Yes. @sarvo314 Can you take care of it while resolving merge conflicts in uml_py