Extract db, models, ui, and provider-github into dedicated packages - #89
Conversation
…r models extraction
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
There was a problem hiding this comment.
Codra Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a691753727
ℹ️ About Codra in GitHub
Your team has set up Codra to review pull requests in this repo. Reviews are triggered when you:
- Open a pull request for review
- Mark a draft as ready
- Comment "@codra-app review"
If Codra has suggestions, it will comment; otherwise it will react with 👍.
Codra can also answer questions or update the PR. Try commenting "@codra-app address that feedback".
There was a problem hiding this comment.
Codra Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 70a41f5d83
ℹ️ About Codra in GitHub
Your team has set up Codra to review pull requests in this repo. Reviews are triggered when you:
- Open a pull request for review
- Mark a draft as ready
- Comment "@codra-app review"
If Codra has suggestions, it will comment; otherwise it will react with 👍.
Codra can also answer questions or update the PR. Try commenting "@codra-app address that feedback".
Description
Continues the workspace restructuring started in #87, splitting more of
src/serverandsrc/clientout of the monolithic app into standalone packages/apps:src/server/db/*modules (accounts, jobs, settings, repo-configs, migrations, repository classes) become a standalone package with its ownpackage.json/tsconfig/vitest.config.src/server/models.src/client.constants.tsfiles added topackages/core,packages/db, andpackages/schemato replace scattered default configs.Part of #66
Closes #70 #71 #72 #73 #75
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration.
Checklist: