refactor: extract view-model mappers from presentation handlers
Some checks failed
CI / Check / Test (push) Has been cancelled
Some checks failed
CI / Check / Test (push) Has been cancelled
Move mapping logic (domain→DTO/template structs) into mappers/ module. Handlers now call mapper fns instead of inline conversions.
This commit is contained in:
5
crates/presentation/src/mappers/mod.rs
Normal file
5
crates/presentation/src/mappers/mod.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
pub mod diary;
|
||||
pub mod import;
|
||||
pub mod integrations;
|
||||
pub mod movies;
|
||||
pub mod users;
|
||||
Reference in New Issue
Block a user