This commit is contained in:
@@ -1541,3 +1541,11 @@ Document the sql schema, include an ERD
|
||||
|
||||
### Assistant outcome
|
||||
Added `DATABASE.md` documenting the current SQLite schema at migration version 17, including tables, columns, constraints, indexes, migration history, and a Mermaid ERD. Linked it from the README and verified the focused database tests with `PYTHONPATH=. pytest backend/tests/test_database.py -q` (1 passed).
|
||||
|
||||
### User
|
||||
In the toolbar add a search functionality, which filters the log entries on keywords.
|
||||
|
||||
use basic symbols and operators such as with google, and only 'site:' as advanced search operator
|
||||
|
||||
### Assistant outcome
|
||||
Added toolbar search filtering for link title, URL, comment, username, and tags. The query supports implicit AND terms, quoted phrases, `OR`, `-` exclusions, and the `site:` host operator; other advanced operators are treated as ordinary text. Search preferences persist with the existing feed cookie and the rendered-feed regression assertions cover the implementation. JavaScript syntax validation passed; the API suite had 35 passing tests and one unrelated existing Mastodon timestamp assertion expecting text without `UTC`.
|
||||
|
||||
@@ -182,6 +182,7 @@
|
||||
## 2026-09-05
|
||||
|
||||
177. Document the sql schema, include an ERD
|
||||
178. In the toolbar add a search functionality, which filters the log entries on keywords. use basic symbols and operators such as with google, and only 'site:' as advanced search operator
|
||||
177. The popup still shows the sign-in block even though the authenticated session text is displayed; show the block only when signed out.
|
||||
178. The authenticated session text and sign-in block are still shown together.
|
||||
179. Use the VIBE directory to log interactions.
|
||||
|
||||
Reference in New Issue
Block a user