NLP Lab UI Maintainer Skill
- •Limit changes to templates/static assets unless explicitly asked.
- •Do not alter routes, auth flow, DB schema, or CSRF/session logic for UI-only tasks.
- •Keep public/admin visual consistency with current main theme.
- •Preserve resilience paths:
- •
/should render with hero fallback data - •
/admin/postsshould render with malformed/partial hero data
- •Contact page rules (current state):
- •Left: localized contact text (KR/EN split)
- •Right: map embed
- •Map center coordinate:
37.2397565,127.0832974 - •Map language by page language (
hl=ko|en)
- •Run checks after UI edits:
bash
uv run ruff check . uv run pytest -q
- •Document manual UI verification points (desktop/tablet/mobile, KR/EN).