mitai-jinkendo/frontend/src
Lars e4f49c0351
All checks were successful
Deploy Development / deploy (push) Successful in 33s
Build Test / lint-backend (push) Successful in 0s
Build Test / build-frontend (push) Successful in 12s
fix: enable AI analysis history and correct pipeline scope
Fixes two critical bugs in AI analysis storage:

1. History now works - analyses are saved, not overwritten
   - Removed DELETE statements before INSERT in insights.py
   - All analyses are now preserved per scope
   - Displayed in descending order by creation date

2. Pipeline saves under correct scope 'pipeline' instead of 'gesamt'
   - Changed scope from 'gesamt' to 'pipeline' in pipeline endpoint
   - Pipeline results now appear under correct category in history

3. Fixed pipeline appearing twice in UI
   - Filter now excludes both 'pipeline_*' and 'pipeline' from individual list
   - Pipeline only appears in dedicated section at top

Changes:
- backend/routers/insights.py: Removed DELETE, changed scope to 'pipeline'
- frontend/src/pages/Analysis.jsx: Fixed filter to exclude 'pipeline'

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-20 15:35:33 +01:00
..
context feat: initial commit – Mitai Jinkendo v9a 2026-03-16 13:35:11 +01:00
pages fix: enable AI analysis history and correct pipeline scope 2026-03-20 15:35:33 +01:00
utils ROLLBACK: complete removal of broken feature enforcement system 2026-03-20 15:19:56 +01:00
app.css feat: initial commit – Mitai Jinkendo v9a 2026-03-16 13:35:11 +01:00
App.jsx feat: add SubscriptionPage - user-facing subscription info 2026-03-20 10:31:04 +01:00
main.jsx feat: initial commit – Mitai Jinkendo v9a 2026-03-16 13:35:11 +01:00