-
Notifications
You must be signed in to change notification settings - Fork 94
UI and data refinement improvements #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ldsgroups225
wants to merge
25
commits into
backpine:main
Choose a base branch
from
ldsgroups225:feature/ui-and-data-refinement
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
UI and data refinement improvements #13
ldsgroups225
wants to merge
25
commits into
backpine:main
from
ldsgroups225:feature/ui-and-data-refinement
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Switch database provider to Cloudflare D1 in `packages/data-ops`. - Update `drizzle.config.ts` and `auth.ts` for D1 compatibility. - Configure `user-application` to use D1 binding and `cloudflare:workers` env import. - Update `tsconfig.json` in apps to include `node` types and generated worker types. feat: configure Cloudflare D1 and update Workers setup - Switch database provider to Cloudflare D1 in `packages/data-ops`. - Update `drizzle.config.ts` and `auth.ts` for D1 compatibility. - Configure `user-application` to use D1 binding and `cloudflare:workers` env import. - Update `tsconfig.json` in apps to include `node` types and generated worker types. - Add better-auth and Google OAuth variables to wrangler.jsonc. - Fix Vite config aliases in user-application. - Generate initial auth schema and migrations. - Update data-service configuration.
- Add VS Code tasks + extension recommendation for bd - Track .beads/issues.jsonl for agent workflows - Add repo Copilot instructions
Ignore .beads/interactions.jsonl and .beads/README.md; keep issues.jsonl tracked
Add epic cloudflare-workers-saas-kit-9yb and linked subtasks
…and packaging - Introduced `init_skill.py` to create new skills from templates, including structured SKILL.md and resource directories. - Added `package_skill.py` to package skill folders into distributable .skill files with validation. - Implemented `quick_validate.py` for basic skill validation, checking SKILL.md and frontmatter. - Created output patterns and workflow patterns documentation to guide skill development. - Added xlsx skill with comprehensive guidelines for spreadsheet creation, editing, and analysis, including formula recalculation script.
- Updated central dependency catalogs in pnpm-workspace.yaml. - Configured ESLint with new config files for all apps and packages. - Added 'typecheck' and 'lint' scripts across the monorepo. - Fixed numerous lint errors including unescaped entities, unnecessary optional chaining, and shadowed variables. - Fixed type issues in data-service (empty interface). - Added "type": "module" to package.jsons to satisfy ESLint. - Reverted vitest to v3 to maintain compatibility with Cloudflare workers pool.
…slint-disable comments.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Refines UI components and improves data handling for better consistency and usability.
Changes
Testing