liusida / StoneSoup

StoneSoup is an open-source, flexible platform for AI workflows and experimentation. It focuses on plugin-centric development and extensibility, enabling users to easily test various methods and parameters in their AI projects.
MIT License
5 stars 1 forks source link

confusing folder structure, need refactorization #7

Open liusida opened 1 month ago

liusida commented 1 month ago

For client, I am thinking:

│   main.py
│
├───assets
│       favicon.ico
│       index.html
│
├───lib
└───src
    │   index.js
    │
    ├───editor
    │   │   Config.js
    │   │   Editor.js
    │   │
    │   └───addons
    │           color_running_node.js
    │           import_export.js
    │           message_box.js
    │           render_info.js
    │
    ├───fix
    │       fix_for_daniel.js
    │
    └───node_system
            node_base_class.js
            serverside_nodes.js