Open Issues Need Help
View All on GitHubAI Summary: Publish the `ddd-kit` package (presumably a part of the provided Next.js monorepo) to the npm registry using a version management tool compatible with Turborepo, ensuring a smooth and automated publishing process within the monorepo structure.
Full-stack Next.js monorepo boilerplate featuring TypeScript, Drizzle ORM, PostgreSQL, and modern development tools. Built with clean architecture principles and ready for production use.
AI Summary: Write unit tests for the DDD-Kit within the provided Next.js monorepo boilerplate. This likely involves testing domain entities, repositories, and potentially other components of the DDD implementation.
Full-stack Next.js monorepo boilerplate featuring TypeScript, Drizzle ORM, PostgreSQL, and modern development tools. Built with clean architecture principles and ready for production use.
AI Summary: Integrate Vitest, a unit testing framework, into the existing Next.js monorepo application to enable Test-Driven Development (TDD) and Behavior-Driven Development (BDD) within the application layer. This involves configuring Vitest within the project's Turborepo/PNPM workspace, potentially requiring adjustments to existing build and testing scripts, and writing unit and integration tests for application components.
Full-stack Next.js monorepo boilerplate featuring TypeScript, Drizzle ORM, PostgreSQL, and modern development tools. Built with clean architecture principles and ready for production use.