Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolved PR comments for R35 Roadmap #63

Merged
merged 1 commit into from
Jan 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deployed/doc-it/R34Roadmap.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
14 changes: 3 additions & 11 deletions deployed/doc-it/R35Roadmap.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
Expand All @@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/data/doc-it/R34Roadmap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
15 changes: 3 additions & 12 deletions src/data/doc-it/R35Roadmap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
],
Expand All @@ -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",
Expand All @@ -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",
Expand Down
Loading