Localize progress messages#1610
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughAdds a ChangesValidation Progress Stats
Estimated code review effort: 1 (Trivial) | ~5 minutes Sequence Diagram(s)sequenceDiagram
participant Caller
participant BaseValidator
participant ValidationProgress
Caller->>BaseValidator: getValidationProgressStats()
BaseValidator->>ValidationProgress: getCurrentValidationJobStats()
ValidationProgress-->>BaseValidator: Map of counters
BaseValidator-->>Caller: Map of counters
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
cb3f147 to
ab1fd76
Compare
Closes: https://trello.com/c/UUSavtcl
FE PR: https://github.com/duallab/pdf4wcag-webapp-gui/pull/221
BE PR: https://github.com/duallab/pdf4wcag-webapp-server/pull/57
wcag-algs PR: veraPDF/veraPDF-wcag-algs#385
Summary by CodeRabbit