]> git.giorgioravera.it Git - network-manager.git/commitdiff
updated TODO.md master
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Wed, 3 Jun 2026 21:16:01 +0000 (23:16 +0200)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Wed, 3 Jun 2026 21:16:01 +0000 (23:16 +0200)
TODO.md

diff --git a/TODO.md b/TODO.md
index 5cd41c648c99ff3f3138b2647001c4b4081f194f..8978c734324402f50f0204fdcb1c4bef02c19cd9 100644 (file)
--- a/TODO.md
+++ b/TODO.md
 
 ---
 
 
 ---
 
+## โš™๏ธ Tool Configuration
+
+- [X] Configuration panel (UI + API for config management)
+- [X] Config parsing from Docker environment and database
+- [X] Config parsing and loading
+- [ ] Config validation (schema validation + logical consistency checks)
+- [X] Centralized path management (config, logs, backups, temp)
+- [X] Configurable logging (levels, rotation, per module)
+- [ ] Feature flags (DNS, DHCP, Git, backup, healthcheck)
+- [X] Config reload / application reload
+- [X] Initial configuration bootstrap
+- [X] Handling of missing configuration parameters (defaults / fallback)
+- [ ] Database migrations
+
+---
+
 ## ๐Ÿงฉ Configuration Generation
 
 ### ๐Ÿงช BIND (DNS)
 ## ๐Ÿงฉ Configuration Generation
 
 ### ๐Ÿงช BIND (DNS)
 - [ ] DNS/DHCP input validation (hostname, IP, subnet)
 - [ ] Input sanitization against YAML/XML/JSON injection
 - [ ] Audit log of critical changes
 - [ ] DNS/DHCP input validation (hostname, IP, subnet)
 - [ ] Input sanitization against YAML/XML/JSON injection
 - [ ] Audit log of critical changes
-- [ ] Brute force protection (you already have this ๐Ÿ‘)
+- [ ] Brute force protection
 
 ### ๐Ÿ”ง Backup & Recovery
 - [X] Backup generation
 
 ### ๐Ÿ”ง Backup & Recovery
 - [X] Backup generation