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
A single component handling 1644 lines of style configuration logic. Should be split into smaller sub-components (e.g., fill editor, stroke editor, label editor, classification panel).
2. 🟡 Frontend: App.jsx grew to 2186 lines (was 2111)
Continuing to grow with map editor integration. Issue #230 already tracks this.
Validated in MVP but should support SSL modes (require, verify-ca, verify-full) before production. Currently rejects anything other than "disable".
7. 🟡 CI: Windows build failing
binaries (windows-latest) and docker_smoke both failing. Blocks release artifacts for Windows users.
8. 🔴 DefaultBodyLimit::disable() still active
Tracked in #219 — all endpoints have no request body size limit.
Duplicate Documentation Issues
Issues #249, #251, #256, #258 all report missing behaviors.md documentation with significant overlap. These should be consolidated into a single tracking issue.
Recommendations
Fix Windows build — likely a dependency or toolchain issue
Split LayerStylePanel.jsx — before it becomes unmaintainable
Repository Status (2026-05-27)
Last commit: 2026-05-25 (828e69b) — Merge PR #260 (PostGIS modal click fix)
Repo activity: ✅ Active — 20+ commits since 2026-05-19
Recent Changes Summary
Major features merged since last review (2026-05-11):
map_handlers.rs(435 lines),LayerStylePanel.jsx(1644 lines),MapEditor.jsx(701 lines),styleJsonToOl.js(713 lines)CI Status
binaries (windows)— build failure (needs investigation)docker_smoke— build failure (may be related)Open PRs: 2 (unchanged)
New Issues Found
1. 🟡 Frontend: LayerStylePanel.jsx at 1644 lines
A single component handling 1644 lines of style configuration logic. Should be split into smaller sub-components (e.g., fill editor, stroke editor, label editor, classification panel).
2. 🟡 Frontend: App.jsx grew to 2186 lines (was 2111)
Continuing to grow with map editor integration. Issue #230 already tracks this.
3. 🟡 Backend: db.rs at 1798 lines (was 1763)
Still growing. Issue #244 already tracks this.
4. 🟢 Security: PostGIS passwords encrypted at rest ✅
AES-256-GCM encryption with app_secret. Proper implementation.
5. 🟢 Security: SQL injection via quote_ident() ✅
All dynamic SQL uses
quote_ident()for identifier escaping with proper tests.6. 🟡 PostGIS: NoTls hardcoded, ssl_mode always "disable"
Validated in MVP but should support SSL modes (require, verify-ca, verify-full) before production. Currently rejects anything other than "disable".
7. 🟡 CI: Windows build failing
binaries (windows-latest)anddocker_smokeboth failing. Blocks release artifacts for Windows users.8. 🔴 DefaultBodyLimit::disable() still active
Tracked in #219 — all endpoints have no request body size limit.
Duplicate Documentation Issues
Issues #249, #251, #256, #258 all report missing behaviors.md documentation with significant overlap. These should be consolidated into a single tracking issue.
Recommendations