better project structure
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
//! Shared data layer: the sea-orm entities generated by `loco generate`.
|
||||
//!
|
||||
//! These structs cross-reference each other (relations) and are regenerated as
|
||||
//! a unit, so they live here centrally. The hand-written model methods,
|
||||
//! services and view-shaping that use them live in the feature slices
|
||||
//! (`shop::models`, `checkout::models`, `account::models`, …).
|
||||
pub mod _entities;
|
||||
pub mod audit_logs;
|
||||
pub mod users;
|
||||
pub mod categories;
|
||||
pub mod products;
|
||||
pub mod product_images;
|
||||
pub mod product_tags;
|
||||
pub mod product_product_tags;
|
||||
pub mod orders;
|
||||
pub mod order_items;
|
||||
pub mod shipping_methods;
|
||||
|
||||
Reference in New Issue
Block a user