feat: 3-mode inspection with tabbed UI + batch upload
- Add batch inspection backend (multipart upload, SSE streaming, MongoDB) - Add tabbed UI (single page / site crawling / batch upload) on home and history pages - Add batch inspection progress, result pages with 2-panel layout - Rename "사이트 전체" to "사이트 크롤링" across codebase - Add python-multipart dependency for file upload - Consolidate nginx SSE location for all inspection types Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@ -33,5 +33,8 @@ Jinja2>=3.1.0
|
||||
# Rules (YAML)
|
||||
PyYAML>=6.0.0
|
||||
|
||||
# Multipart (file upload)
|
||||
python-multipart>=0.0.7
|
||||
|
||||
# Utilities
|
||||
python-slugify>=8.0.0
|
||||
|
||||
Reference in New Issue
Block a user