[Vue] Home dashboard: missing Enrich Descriptions, full Danger Zone, and setup banners #57
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/peregrine#57
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Several Home dashboard features from Streamlit are absent or incomplete in Vue.
Missing features
Enrich Descriptions button
Full Danger Zone (Vue only has 2 of 8 options)
Missing destructive actions:
Setup banners
Implemented in
065c02f.API additions (dev-api.py):
GET /api/tasks— list active tasks;DELETE /api/tasks/{id}— per-task cancel;POST /api/tasks/killPOST /api/tasks/discovery|email-sync|enrich|score|syncPOST /api/jobs/archive|purge|add|upload-csvGET /api/config/setup-banners+POST .../dismissHomeView.vue:
app/Home.py: matching Danger Zone redesign (scope radio, per-task cancel, more options, setup banners)