Move entity CRUD modules (roasters, roasts, bags, brews, gear, cafes, cups), pure API modules (tokens, backup, scan), macros, and webauthn to routes/api/. Remove page handlers from api/webauthn.rs. Update import paths (super::support:: to crate::, scan's TastingNotesInput reference to super::roasts::). Widen pub(super) to pub(in crate::application::routes) on page loaders and data structs for cross-subdirectory access. |
||
|---|---|---|
| .. | ||
| backup.rs | ||
| bags.rs | ||
| brews.rs | ||
| cafes.rs | ||
| cups.rs | ||
| gear.rs | ||
| macros.rs | ||
| roasters.rs | ||
| roasts.rs | ||
| scan.rs | ||
| tokens.rs | ||
| webauthn.rs | ||