We have restructured our project to improve modularity and clarity by introducing 'backend', 'frontend', and 'common' directories.
Renamed 'rocket-api' to 'backend' directory.
Moved all content from 'yew-ui' to 'frontend/yew-ui' directory.
Updated the workspace member paths in the root 'Cargo.toml' to reflect the new structure.
Adjusted import paths in Rust files for compatibility with the new structure.
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.
We have restructured our project to improve modularity and clarity by introducing 'backend', 'frontend', and 'common' directories.
No code functionality has been altered, it solely focuses on improving our codebase's structure to enhance clarity, future development, and ease of navigation.