mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-14 18:46:52 +01:00
- Remove unused imports (Document from serializers, override_settings from tests) - Add explanatory comments to all empty except clauses - Create SUGGESTION_TYPE_CHOICES constant and SuggestionSerializerMixin for DRY - Implement type-specific validation (value_id for ID types, value_text for text types) - Remove redundant Document.DoesNotExist handler (already handled by DRF) - Optimize ai_suggestion_stats query (21 queries → 3 queries using aggregation) - Update documentation to clarify unsupported custom_field/workflow in apply endpoint Addresses all 14 code review comments from Copilot PR reviewer. Co-authored-by: dawnsystem <42047891+dawnsystem@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| assets | ||
| administration.md | ||
| advanced_usage.md | ||
| api.md | ||
| API_AI_SUGGESTIONS.md | ||
| changelog.md | ||
| configuration.md | ||
| development.md | ||
| faq.md | ||
| index.md | ||
| setup.md | ||
| troubleshooting.md | ||
| usage.md | ||