badgerloop-software / sc1-driver-io

Solar Car 1 Driver IO Program - Firmware, Networking, and Dashboard
5 stars 1 forks source link

Restructured the Codebase #68

Closed farhanws closed 2 weeks ago

farhanws commented 2 weeks ago

Restructured the repository so that it makes more sense and has consistent naming conventions.

backendprocesses moved to a new directory called backend along with ethernet_sim/, telemetrylib/, file_sync/, and datafetcher.

Dashboard.qml, DashboardUI.ui.qml, RestartWindow.qml, main.qml & qml.qrc can be moved to the UI/ directory.

The top-level images.qrc removed

To make it less cluttered, the existing UI/*.qml files moved into a new subdirectory, UI/items/

For the sake of consistency, stuck with camel case *.cpp/h files. Also, stuck with a common naming scheme/format for directories