You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Correct FeedbackLearning field assignment in feedback_service
- Replace invalid 'target_grade' field with proper FeedbackLearning fields
- Extract original_grade and original_score from QueryAnalysis
- Calculate feedback_grade_equivalent by converting 1-5 rating scale to 0-100 score
- Calculate grade_difference between user feedback and system analysis
- Add detailed logging for learning record creation
- Tests now pass cleanly with no field validation warnings
- All 277 tests passing, 12 feedback tests passing
0 commit comments