💡 Tree
/www
├─ /config
│ ├─ db.php
│ ├─ auth.php
│ └─ config.php
├─ /css
│ └─ common.css ← 모든 화면 공통
├─ /js
│ └─ common.js
├─ /includes
│ ├─ header.php
│ ├─ footer.php
│ └─ menu.php
├─ /notice
│ ├─ notice_list.php
│ ├─ notice_read_users.php
│ ├─ notice_view.php
│ ├─ notice_write_action.php
│ ├─ notice_write.php
│ ├─ notice_edit.php ← 수정 화면
│ ├─ notice_edit_action.php ← 수정 처리
│ └─ notice_delete.php ← 삭제 처리
├─ /modules
│ ├─ common/
│ ├─ personal/
│ └─ admin/
├─ index.php
└─ login.php



🔗 ERD 관계 요약 (텍스트)
users
├─ notice (writer)
├─ notice_read
├─ personal_tasks
├─ shared_tasks
├─ approval_docs
├─ approval_lines
├─ login_logs
└─ action_logs
approval_docs
├─ approval_lines
└─ approval_history
personal_tasks
├─ task_share
└─ task_memo