This repository was archived by the owner on Jul 28, 2026. It is now read-only.
feat: add bio field to user profile — Closes #2 - #570
Open
sachin-zzz wants to merge 1 commit into
Open
Conversation
The bio field already existed in the database, model, edit form, and profile display. Fixed the taggable migration collation to work with PostgreSQL and SQLite (test environment), and enabled SQLite in-memory DB for tests. All 433 tests passing. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #570 +/- ##
============================================
- Coverage 91.68% 88.11% -3.58%
- Complexity 375 384 +9
============================================
Files 99 102 +3
Lines 1841 1860 +19
============================================
- Hits 1688 1639 -49
- Misses 153 221 +68 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Owner
|
Hi @sachin-zzz Thanks a lot for the fix, it LGTM 🚀 I see an error on the 🙇🏼 |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The bio field already existed in the database, model, edit form, and profile display. Fixed the taggable migration collation to work with PostgreSQL and SQLite (test environment), and enabled SQLite in-memory DB for tests.
All 433 tests passing.
What issue type does this pull request address? (choose at least one)
What is this pull request for? Which issues does it resolve? (use
resolves #<issue_number>if possible)Does this pull request has user-facing changes? (e.g. config changes, new/modified commands, new/modified flags)
Does this pull request add new dependencies?
What else do we need to know?
How have you tested it? (choose at least one)