LukeBrandon / fluke

5 stars 0 forks source link

Project Restructuring: Introduction of 'backend', 'frontend', 'common' Directories #9

Closed FlynnOConnell closed 1 year ago

FlynnOConnell commented 1 year ago

We have restructured our project to improve modularity and clarity by introducing 'backend', 'frontend', and 'common' directories.

  1. Renamed 'rocket-api' to 'backend' directory.
  2. Moved all content from 'yew-ui' to 'frontend/yew-ui' directory.
  3. Updated the workspace member paths in the root 'Cargo.toml' to reflect the new structure.
  4. Adjusted import paths in Rust files for compatibility with the new structure.
  5. Added boilerplate in 'common' directory for potential data type implementations.

No code functionality has been altered, it solely focuses on improving our codebase's structure to enhance clarity, future development, and ease of navigation.