mirror of
https://github.com/AJaySi/ALwrity.git
synced 2026-04-26 01:15:52 +03:00
[PR #382] [CLOSED] Support explicit technical SEO audit states and surface task diagnostics in dashboard #689
Labels
No labels
AI Content Agents
AI Content Strategy
AI Content planning
AI Marketing Tools
AI SEO
AI personalization
AI writer
ALwrity Copi-lot
Alwrity web search
Anthropic
DeepSeek
Gemini AI
Integration
LLM
OnBoarding
OnBoarding
RAG knowledgebase Memory
bug
documentation
enhancement
good first issue
help wanted
invalid
openai
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ALwrity#689
Loading…
Add table
Add a link
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?
📋 Pull Request Information
Original PR: https://github.com/AJaySi/ALwrity/pull/382
Author: @AJaySi
Created: 3/5/2026
Status: ❌ Closed
Base:
main← Head:codex/update-seo-audit-status-mapping📝 Commits (1)
4f058eeUpdate technical SEO audit statuses and dashboard UI📊 Changes
2 files changed (+122 additions, -22 deletions)
View changed files
📝
backend/services/seo/dashboard_service.py(+25 -1)📝
frontend/src/components/SEODashboard/SEODashboard.tsx(+97 -21)📄 Description
Motivation
Description
_get_technical_seo_audit_overviewto compute an explicitstatuswith the priority:readywhenpages_audited > 0, then mappingactive→scheduled,failed→failed,needs_intervention→needs_intervention,paused→paused, and fallbackpendingwhen no task exists.OnboardingFullWebsiteAnalysisTask:failure_reason,consecutive_failures,last_success, andlast_failure(ISO timestamps), while preserving existing keys liketask_status,next_execution,pages_audited,avg_score,fix_scheduled_pages, andworst_pages.SEODashboard.tsxto render chips for the new states and show state-specific alerts/messages forpending,paused,failed, andneeds_interventionwhile keeping existingscheduled,ready, anderrorhandling.Testing
python -m py_compile backend/services/seo/dashboard_service.pywhich completed successfully.cd frontend && npm run -s eslint src/components/SEODashboard/SEODashboard.tsxwhich exited non-zero in this environment and produced no actionable output.http://localhost:3000failed withnet::ERR_EMPTY_RESPONSE, so no runtime screenshot artifact was produced.Codex Task
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.