From 9dbd267a22dbf674c4adfc3622a449b9b44f5539 Mon Sep 17 00:00:00 2001 From: Tola Leng Date: Sun, 15 Feb 2026 16:16:58 +0700 Subject: [PATCH] docs: update progress and add implement multi-database support (PostgreSQL, MySQL, SQLite) --- docs/DEVELOPMENT_ROADMAP.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/DEVELOPMENT_ROADMAP.md b/docs/DEVELOPMENT_ROADMAP.md index 7969697..150dd54 100644 --- a/docs/DEVELOPMENT_ROADMAP.md +++ b/docs/DEVELOPMENT_ROADMAP.md @@ -92,10 +92,15 @@ The roadmap is divided into the following stages: - [ ] ✅ Enhance the Data retention feature -### 🚀 v1.7.0 – Feature Enhancements _(Target: Q3 2025)_ +### 🚀 v1.7.0 – Feature Enhancements **Status:** 🔧 In Progress #### Tentative Features: - [ ] ✅ Fix Regenerate Server Agent ID & Token without page refresh +- [ ] ✅ feat: implement user impersonation by @giriparus +- [ ] ✅ Fix server agent ID & token refresh when adding multiple agents (closes #165) +- [ ] ✅ Fix hostname/IP validation to prevent whitespace input in the SSL and Create New Service form (closes #114) +- [ ] ✅ Fix responsive breakpoints and flex layout for sidebar menu +- [ ] 🔧 Implement CheckCle to Support Multiple Database (Postgres, MySQL and SQLite) - [ ] 🔧 Improve the uptime history bar load performance in the uptime monitoring dashboard. - [ ] 🔧 Bugfix: recovery time not displayed correctly in incident history on Uptime dashboard - [ ] 🔧 feat: add configurable notification support customizable delay before sending downtime notifications