Skip to content

refactor: rename all packages to use scoped naming convention (@dashb… - #13

Open
PlayerNguyen wants to merge 1 commit into
masterfrom
refactor/rename-all-packages
Open

refactor: rename all packages to use scoped naming convention (@dashb…#13
PlayerNguyen wants to merge 1 commit into
masterfrom
refactor/rename-all-packages

Conversation

@PlayerNguyen

Copy link
Copy Markdown
Owner

…ore/*)

  • Updated package names in package.json files across apps and packages to use scoped naming.
  • Modified import statements throughout the codebase to reflect the new package names.
  • Adjusted scripts in package.json for development, build, and test commands to use the new scoped package names.
  • Updated documentation to reflect changes in package names.

Summary

Related Issue

Type

  • Feature
  • Bug fix
  • Refactor
  • Infrastructure / CI
  • Documentation
  • Other: ___

Scope

  • dashbore-api (apps/api/)
  • dashbore-ui (apps/ui/)
  • dashbore-common (packages/common/)
  • dashbore-database (packages/database/)
  • dashbore-business (packages/business/)
  • dashbore-cache (packages/cache/)
  • Root / config

Changes

Motivation

Dependencies

Testing

  • bun run test:api passes
  • bun run test:ui passes
  • Manual testing (describe below)

Checklist

  • No console.log left in production code
  • No secrets or keys committed
  • Path aliases used correctly (@/, @common/)
  • New code has tests (if applicable)
  • API changes update OpenAPI spec (if applicable)
  • UI changes work with Mantine + Tailwind v4 (if applicable)

Screenshots / Logs

…ore/*)

- Updated package names in package.json files across apps and packages to use scoped naming.
- Modified import statements throughout the codebase to reflect the new package names.
- Adjusted scripts in package.json for development, build, and test commands to use the new scoped package names.
- Updated documentation to reflect changes in package names.
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.

1 participant