From 0afd915a7d751a7cd8288189c18298e6e6a7d3eb Mon Sep 17 00:00:00 2001 From: zeshanziya Date: Fri, 27 Sep 2024 06:07:59 +0000 Subject: [PATCH] doc: add future development plans for platformsh plugin --- plugins/platformsh/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/plugins/platformsh/README.md b/plugins/platformsh/README.md index 5107ada..dc87408 100644 --- a/plugins/platformsh/README.md +++ b/plugins/platformsh/README.md @@ -2,7 +2,7 @@ A Backstage plugin that retrieves project details and environment data from Platform.sh. -## Features +## Current Features - A page to list all projects from Platform.sh. - An entity card to display the current project details. @@ -10,6 +10,13 @@ A Backstage plugin that retrieves project details and environment data from Plat - Options to resume, pause, activate, deactivate, or delete development environments. - Permission support for environment actions. +## Future Development Plans + +- Display environment activities and logs +- Create and deploy new or existing branches +- Add a scaffolder action for deploying new services +- Display metrics (Currently, there is no API endpoint available for this. Once available, we can consider adding it) + ## Setup The following sections will guide you through setting up and running the Platform.sh plugin.