Skip to content

Conversation

@mildronize
Copy link
Contributor

No description provided.

…ations, add shared library, and remove unused entities
…Prettier setup, define user repository interface, and implement user use case
…user repository implementation, and configure ESLint, Prettier, and Vitest
…Prettier, and Vitest setup, including shared library implementation and tests
… exports, new UserController implementation, and TypeScript configuration adjustments
…ne exports, update repository imports, and implement dependency injection
…ve unused test scripts, and delete shared module files
mildronize added a commit that referenced this pull request May 18, 2025
* misc: update import paths and enhance tsconfig for consistent module resolution

* misc: change alias from # to ~

* feat: migrate to t3 stack

* feat: change VERCEL_URL to BASE_URL
* feat: migrate to clean architecture (#1)

* Feature/migrate to t3 stacks (#2)

* misc: update import paths and enhance tsconfig for consistent module resolution

* misc: change alias from # to ~

* feat: migrate to t3 stack

* feat: change VERCEL_URL to BASE_URL

* fix: import

* Feature: add Data Layer for Users Domain (#3)

* feat: update README and docker-compose for MongoDB setup

* feat: refactor User entity and repository, add mongoose integration

* refactor: remove unused shared and add functions, clean up tests

* feat: implement in-memory and mongoose user repositories, update dependency bindings

* feat: switch IUserRepository binding to MongooseUserRepository and export mongoose module

* refactor: di to outside

* feat: add MongooseClient for MongoDB connection management and update exports

* chore: upgrade deps

* chore: update dependencies and devDependencies in package.json files

* refactor: BaseController

* feat: enhance DI container with MongoDB configuration and add AppConfig interface

* feat: add dotenv configuration for MongoDB connection and update docker-compose for ARM architecture

* feat: implement DIContainer for dependency injection and update index export

* feat: enhance dependency injection with shared module and implement logging interfaces

* feat: refactor UserController and SharedControllerDeps for improved dependency management; enhance error handling in runCommand

* refactor: type

* feat: add 'check-types:watch' script to various package.json files and update CLI for type checking

* feat: enhance User entity and Mongoose model with createdAt and updatedAt fields; implement getById method in UserController

* feat: implement UserController and UserDto; refactor user repository interfaces and use cases for improved structure and functionality

* feat: refactor user-related entities and repositories for improved type handling; update UserController and CLI logging

* feat: introduce SystemMetadata interface and refactor User and UserDto types for improved structure; remove unused types

* feat: refactor IUserRepository and UserUseCase to use UserUseCaseInput and UserUseCaseOutput types; remove UserDto and update UserController accordingly

* feat: refactor IUserRepository and UserUseCase to use UserUseCaseArgs; implement additional methods for CRUD operations and pagination

* feat: implement user listing and pagination in UserController; remove InMemoryUserRepository and update related exports

* refactor: core package with prefix number layer

* refactor: remove unused shared components and simplify UserController dependencies

* refactor: replace DIContainer with AppContextBuilder for improved dependency management and initialization

* refactor: remove unused MongoUri and MongoOptions definitions from ServiceRegistry

* refactor: clean up code formatting and improve consistency across various files

* resolve conflict

* fix: remove unused UI property from turbo.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants