From d8421c1f5b1416f03c4a65b86bd10c471379e17d Mon Sep 17 00:00:00 2001 From: Komal Ranjit Date: Fri, 24 Jan 2025 23:15:29 +0530 Subject: [PATCH] Resolved PR comments --- deployed/doc-it/R34Roadmap.json | 2 +- deployed/doc-it/R35Roadmap.json | 14 +++----------- src/data/doc-it/R34Roadmap.ts | 2 +- src/data/doc-it/R35Roadmap.ts | 15 +++------------ 4 files changed, 8 insertions(+), 25 deletions(-) diff --git a/deployed/doc-it/R34Roadmap.json b/deployed/doc-it/R34Roadmap.json index cfae0b6..e1cc8d4 100644 --- a/deployed/doc-it/R34Roadmap.json +++ b/deployed/doc-it/R34Roadmap.json @@ -9,7 +9,7 @@ "items": [ { "name": "React User Management Workflow", - "description": "Developed a user management workflow for roles and operations", + "description": "Develop a user management workflow for roles and operations", "year": 2024, "quarter": "Q4", "status": "finished", diff --git a/deployed/doc-it/R35Roadmap.json b/deployed/doc-it/R35Roadmap.json index 9132b59..4611b32 100644 --- a/deployed/doc-it/R35Roadmap.json +++ b/deployed/doc-it/R35Roadmap.json @@ -9,10 +9,10 @@ "items": [ { "name": "React User Management Workflow", - "description": "Developed a user management workflow for sites and add RBAC controls to the workflows", + "description": "Extend user management workflows with Sites components and RBAC controls", "year": 2025, "quarter": "Q1", - "status": "backlog", + "status": "in-progress", "author": "Brightlayer UI" } ] @@ -26,14 +26,6 @@ "react-native" ], "items": [ - { - "name": "Brightlayer Charts", - "description": "Enhance BL Charts Playground", - "year": 2025, - "quarter": "Q1", - "status": "backlog", - "author": "Brightlayer UI" - }, { "name": "Email Templates", "description": "Innersource Email Templates from Predict Pulse", @@ -44,7 +36,7 @@ }, { "name": "Community Docs", - "description": "Documentation site for Community Package will be available", + "description": "Deploy documentation site for Community Packages and enhance tooling for future package additions", "year": 2025, "quarter": "Q1", "status": "backlog", diff --git a/src/data/doc-it/R34Roadmap.ts b/src/data/doc-it/R34Roadmap.ts index 1788ab5..776014c 100644 --- a/src/data/doc-it/R34Roadmap.ts +++ b/src/data/doc-it/R34Roadmap.ts @@ -13,7 +13,7 @@ export const roadmap: RoadmapBucket[] = [ { name: "React User Management Workflow", description: - "Developed a user management workflow for roles and operations", + "Develop a user management workflow for roles and operations", year: CURRENT_YEAR, quarter: CURRENT_QUARTER, status: "finished", diff --git a/src/data/doc-it/R35Roadmap.ts b/src/data/doc-it/R35Roadmap.ts index a998fdf..0070c01 100644 --- a/src/data/doc-it/R35Roadmap.ts +++ b/src/data/doc-it/R35Roadmap.ts @@ -13,10 +13,10 @@ export const roadmap: RoadmapBucket[] = [ { name: "React User Management Workflow", description: - "Developed a user management workflow for sites and add RBAC controls to the workflows", + "Extend user management workflows with Sites components and RBAC controls", year: CURRENT_YEAR, quarter: CURRENT_QUARTER, - status: "backlog", + status: "in-progress", author: "Brightlayer UI", }, ], @@ -27,15 +27,6 @@ export const roadmap: RoadmapBucket[] = [ type: "development", framework: ["react", "react-native"], items: [ - { - name: "Brightlayer Charts", - description: - "Enhance BL Charts Playground", - year: CURRENT_YEAR, - quarter: CURRENT_QUARTER, - status: "backlog", - author: "Brightlayer UI", - }, { name: "Email Templates", description: "Innersource Email Templates from Predict Pulse", @@ -46,7 +37,7 @@ export const roadmap: RoadmapBucket[] = [ }, { name: "Community Docs", - description:"Documentation site for Community Package will be available", + description:"Deploy documentation site for Community Packages and enhance tooling for future package additions", year: CURRENT_YEAR, quarter: CURRENT_QUARTER, status: "backlog",