- Add DomainsModule with full CRUD, search, and activity logging - Add IdeasModule with quick capture endpoint - Add LayoutsModule for user dashboard layouts - Add WidgetsModule for widget definitions (read-only) - Update ActivityService with domain/idea logging methods - Register all new modules in AppModule
4 lines
165 B
TypeScript
4 lines
165 B
TypeScript
export { CreateDomainDto } from "./create-domain.dto";
|
|
export { UpdateDomainDto } from "./update-domain.dto";
|
|
export { QueryDomainsDto } from "./query-domains.dto";
|