diff --git a/docs/roadmap.md b/docs/roadmap.md index 4fb956b4..880bad8a 100644 --- a/docs/roadmap.md +++ b/docs/roadmap.md @@ -1,48 +1,43 @@ # Roadmap -Roadmap items are like ships sailing towards a distant horizon, with deadlines as their North Star. Sometimes, despite careful planning and navigation, unforeseen storms of complexity or resource constraints can steer them off course, teaching us that in the journey of progress, the only constant is change. +These are **_estimated_** dates of big features in the works. -With your continuing [sponsorship](sponsor.md#sponsor-with-stripe-or-paypal) we'll get there in the end. +Thanks go to all you [sponsors](sponsor.md#sponsor-with-stripe-or-paypal) it's your support that lets us continue to improve TRMM. ::gantt:: [ { "title": "Estimated Release Dates", "activities": [ - { - "title": "[Mesh Integration Rework](https://github.com/amidaware/tacticalrmm/issues/182)", - "start": "2024-01-01", - "lasts": "3 months" - }, { "title": "[Alerts to Webhooks](https://github.com/amidaware/tacticalrmm/issues/1222)", - "start": "2024-02-01", - "lasts": "5 months" + "start": "2024-06-01", + "lasts": "1 months" }, { "title": "[Server side](https://github.com/amidaware/tacticalrmm/issues/1316) Scripts", - "start": "2024-02-1", - "lasts": "5 months" + "start": "2024-06-1", + "lasts": "1 months" }, { "title": "[SSO](https://github.com/amidaware/tacticalrmm/issues/508) integration", - "start": "2024-06-01", + "start": "2024-07-01", "lasts": "2 months" }, { "title": "[Linux/Mac](https://github.com/amidaware/tacticalrmm/discussions/1692) Tasks", - "start": "2024-05-01", + "start": "2024-07-01", "lasts": "3 months" }, { "title": "[Windows Update](https://github.com/amidaware/tacticalrmm/issues/1188) Rework", - "start": "2024-08-01", - "lasts": "3 months" + "start": "2024-09-01", + "lasts": "4 months" }, { "title": "[White](https://github.com/amidaware/tacticalrmm/issues/463) labeling", - "start": "2024-08-01", - "lasts": "3 months" + "start": "2024-09-01", + "lasts": "4 months" } ] }