SpecGuard
/
test-project
Webhook Active
Health Score
Overall Requirement Coverage
55%
Partial
Compliance Gaps
Missing from Implementation
4
Audited Commits
Processed by AI Engine
1
AI Recommendations
Issues detected for developers
4
Workflow Compliance Map
Real-time dependency and requirement trace. Node colors reflect AI audit results.
Implemented
Missing / Broken
graph TD
A([Start]) --> B[/User Opens Website/]
B --> C{User Type?}
C -->|Tutor| D[/Tutor Profile Management/]
C -->|Student/Parent| E[/View Tutor Information/]
D --> F{Profile Updated?}
F -->|No| D
F -->|Yes| G[/Update Tutor Profile/]
E --> H[/Select Subject/Service/]
H --> I[/View Schedule/]
I --> J{Register for Tutoring?}
J -->|No| K[/Contact Tutor/]
J -->|Yes| L[/Student Registration Form/]
L --> M{Registration Valid?}
M -->|No| N[/Show Error/]
M -->|Yes| O[/Save Registration/]
O --> P[/Send Confirmation/]
K --> Q{Inquiry Valid?}
Q -->|No| R[/Show Error/]
Q -->|Yes| S[/Save Inquiry/]
S --> T[/Send Response/]
P --> U([End])
T --> U
N --> L
R --> K
G --> V[/Admin Dashboard/]
V --> W{Manage Registrations?}
W -->|Yes| X[/View Registrations/]
W -->|No| Y[/Manage Tutor Data/]
X --> Z[/Delete Registration/]
Y --> V
Z --> V
V --> U
AI Summary: TutorConnect partially meets PRD requirements
Rekomendasi Prompt AI
Recent Commits
9bd1c2c541
2 days agoScore: 55%
Feature Status