Spec
This section is Korean only
The service specs are synced from Confluence, where they are authored and reviewed in Korean. Nothing here is translated, and editing the synced copies is pointless — the next sync overwrites them.
→ 사양서 (switch the site language to 한국어 for the full navigation)
A spec records how one shipped screen actually behaves — its data in and out, its state and permission branches, and its empty and error cases. That makes it the counterpart to Policy, which states how a domain is meant to behave. One file covers one screen, named by its screen code.
Screen codes
| Code | App |
|---|---|
HBAD | Admin Panel |
HBEA | Employee App |
HBGA | General Affairs |
HBHR | HR Payroll |
HBIM | Importer (data migration) |
HBIV | Inventory |
HBMD | Management Dashboard |
HBMM | Module Manager |
HBNS | Nurse Scheduler |
HBSA | System Admin |
HBTM | Team Approval |
A sub-screen (modal, detail view) takes its parent's code plus one — HBIV210 owns HBIV211 and HBIV212. Corrections go to the PM team, not into these files.