Conversation
- Change project_members.user_id and all auth-user columns from UUID to TEXT (Better Auth uses 32-char random strings, not UUIDs) - Remove _uuid.UUID() casts in member endpoints - Rewrite record_demo.py: fast sign-in, light mode, sections → comments → deps → changelog → stats → settings flow - Regenerate demo.gif (24s, 1.6MB) - TODO.md: move 5 completed items to Done, fix typos
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
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
to_regclass, default secret warnings, error message sanitizationKey files
api/auth.py,frontend/src/app/(auth)/db/07_multi_user.sql,api/app.pymember endpointsfrontend/src/app/,frontend/src/components/api/ws.py,api/app.pyws handlerapi/app.pychat endpoints,frontend/src/components/chat-panel.tsxtests/test_auth.py(ws-token, members, RBAC)Test plan
pytest tests/ -x -v— 171 tests passcd frontend && npx tsc --noEmit— typecheck cleandocker compose build python-api && docker compose up -d— builds and starts/api/projects/*/membersreturns 200