CCGSRobotics / RoboHUD

The RoboHUD GUI stack developed by CCGS Robotics
https://robohud.readthedocs.io
MIT License
10 stars 4 forks source link

Restructure filetree #69

Closed Finchiedev closed 4 years ago

Finchiedev commented 4 years ago

The client file tree has been restructured for improved readability. The directory structure is now as follows (src/ replaces App/):

src
├── conf
│   ├── Robots
│   ├── sentences.json
│   └── Servos
│       ├── ax18a.csv
│       ├── mx28.csv
│       └── xl320.csv
├── create
│   ├── controller
│   │   ├── controller.html
│   │   └── controller.js
│   ├── robot
│   │   ├── robot.html
│   │   └── robot.js
│   └── servo
│       ├── servo.html
│       └── servo.js
├── lib
│   ├── charts.js
│   ├── controller.js
│   └── driving.js
└── utils
    ├── client
    │   ├── client.html
    │   └── client.js
    ├── loading
    │   ├── loading.html
    │   └── loading.js
    └── wizard
        ├── wizard.css
        ├── wizard.html
        └── wizard.js