# Site-19 Database System ## Overview Site-19 is a relational database designed to simulate a structured containment facility environment. It manages personnel, SCP entities, containment protocols, facility zoning, experiments and operational state tracking. The system separates static infrastructure data from dynamic operational states handled by an external application layer. --- ## Features - Hierarchical personnel system with clearance levels (0 to 5) - SCP classification system (Safe, Euclid, Keter) - Facility zoning - Containment rules for SCPs - State tracking for personnel and SCP activity - Separation between database and application logic --- ## Architecture The system is divided into three layers: - Static data layer (personnel, SCPs, facility zones) - State layer (status of personnel and SCPs) - Application layer (tasks, experiments, logs) --- ## Technologies - SQL - MariaDB - (future) Python - (future) HTML - (future) CSS --- ## Goal The goal of this project is to develop a fully functional web application for managing a structured containment facility database. User access is controlled by a clearance system, which defines permissions for viewing, modifying, and creating data related to: - Personnel - SCP entities - Experiments records