diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-01-20 21:07:36 -1000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-01-20 21:07:36 -1000 |
| commit | a38ce269cc9283556621b5447eb3a0caf697eae9 (patch) | |
| tree | 28727aada058e8ec4c01d170f79bf7aaa2ab1201 /issues/bug_004_trello_cards_missing.md | |
| parent | 093ad56d8cb7274627a43004c95f4a5dd6b94fb7 (diff) | |
Add in-app bug reporting feature
- New bugs table in SQLite (migration 005)
- Store methods for saving and retrieving bugs
- Handlers for GET/POST /bugs
- Floating bug button with modal UI
- Shows recent bug reports in modal
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'issues/bug_004_trello_cards_missing.md')
| -rw-r--r-- | issues/bug_004_trello_cards_missing.md | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/issues/bug_004_trello_cards_missing.md b/issues/bug_004_trello_cards_missing.md new file mode 100644 index 0000000..c882424 --- /dev/null +++ b/issues/bug_004_trello_cards_missing.md @@ -0,0 +1,31 @@ +# Bug: Trello cards not showing on all boards + +## Status +Open + +## Symptoms +- Only one board shows cards +- Other boards with cards appear empty +- Refresh works (no 403 error) but doesn't fix the issue +- No errors in server logs + +## Investigation Notes +- CSRF fix applied - refresh now works +- API client code looks correct (fetches all boards, then cards per board) +- Cache logic appears correct (SaveBoards clears and replaces all data) +- Need to investigate: + - Is the Trello API returning all cards? + - Is there a filter issue (`visible` vs `all`)? + - Board permissions issue on Trello side? + - Race condition in concurrent card fetching? + +## Reproduction +1. Login to dashboard +2. Go to Planning tab +3. Observe: only one board has cards, others are empty +4. Compare with actual Trello - should have cards on multiple boards + +## Next Steps +- Add logging to trace Trello API responses +- Check if specific boards are returning empty card arrays +- Verify Trello API credentials have access to all boards |
