Departments
ADMINISTRATORThree departments serve the fleet. Each superintendent belongs to exactly one. Supervisors and administrators have none.
| Code | Name | Scope |
|---|---|---|
| TSI | Technical Superintendent | Engine, hull, deck machinery, structural, propulsion, electrical |
| MSI | Marine Superintendent (NEVER "Marine Inspector") | Navigation, safety, certs, compliance, manning, MLC |
| ITCOM | IT / Communications | GMDSS, ECDIS, satcom, network, computers, cyber |
Where the dept value drives logic
- Component-level dept assignment in the Master List (
ucs_master_list.dept) - Routing of work queues — TSI sees
dept='TSI'first, etc. - Notification recipient expansion —
@tsi,@msi,@itcomin messenger threads - Atlas-driven L3 dept lookup (v2.31.0.33) — Master validator resolves dept from L3 in the Hierarchy Atlas when the Master row dept is missing
Editing dept
Only the administrator can change a user's dept. Component dept comes from the Master List, not from the user — re-coding a component is a separate operation.