From 005709140dd245d3019460b5188321d31a0ca6c4 Mon Sep 17 00:00:00 2001 From: Stephan Bauer Date: Wed, 9 Oct 2024 09:26:46 +0200 Subject: [PATCH] add new blog entry for refinement day 1 in R25.03 --- blog/2024-10-16-refinement-day-1-R24.03.mdx | 70 +++++++++++++++++++++ utils/newsTitles.js | 20 ++---- 2 files changed, 75 insertions(+), 15 deletions(-) create mode 100644 blog/2024-10-16-refinement-day-1-R24.03.mdx diff --git a/blog/2024-10-16-refinement-day-1-R24.03.mdx b/blog/2024-10-16-refinement-day-1-R24.03.mdx new file mode 100644 index 00000000000..dc0f3293b50 --- /dev/null +++ b/blog/2024-10-16-refinement-day-1-R24.03.mdx @@ -0,0 +1,70 @@ +--- +title: Refinement Day 1 for Release 25.03 +description: Tractus-X Community Update - Refinement Day 1 for Release 25.03 +slug: refinement-day-1-R24.03 +date: 2024-10-09T09:00 +hide_table_of_contents: false +authors: + - name: Stephan Bauer + title: Platform Domain Manager + url: https://github.com/stephanbcbauer + image_url: https://github.com/stephanbcbauer.png + email: stephan.bauer@catena-x.net +--- + +import RenderImage from './RenderImage' + +![eclipse tractus x logo](@site/static/img/Tractus-X_openplanning.png) + +Hello, Tractus-X Community! + +We’re excited to announce **Refinement Day 1**, taking place on **October 16th, from 09:05 to 12:00**. This event is focused on refining features for the +upcoming **Release 25.03**. Unlike previous meetings, this won't just be a feature presentation day — we’ll be diving into hands-on work, helping each other +refine features and identify dependencies. + +The blocker and overall teams session link can be found on our [open-meetings](https://eclipse-tractusx.github.io/community/open-meetings#Refinement%20Day%201%20-%20Release%2025.03) page. We look forward to seeing you all there! + + + +## Agenda for Refinement Day 1 + +Here’s the plan for the day: +- **09:05 - 09:30**: Welcome, Introduction, and Expectations +- **09:30 - 11:15**: Refinement in dedicated groups, grouped by expert groups +- **11:15 - 11:45**: Presenting the results, grouped by expert groups +- **11:45 - 12:00**: Closing and Next Steps + +During the refinement sessions, each group will focus on the first steps of skeleton-building for their features (based on the [feature template](https://github.com/eclipse-tractusx/sig-release/issues/new?assignees=&labels=&projects=&template=1_feature_template.md), +mapping them to the related roadmap items. Don’t worry about completing every section of the feature template just yet — this is a time for brainstorming and forming initial ideas. + +It's essential, however, to use the **feature template** and identify **dependencies** with other components or groups, which will help us add the correct labels to the features. +You’re encouraged to collaborate across groups as needed, and we’ll provide **Teams sessions** for each group to work in. + +## Group Work & Presenting Results + +The goal of the refinement is to **identify the first ideas and dependencies** within your group. The **General Teams session** will be available for any questions that come up during this collaborative work. + +At the end of the refinement session, we’ll regroup and present the progress made. Each expert group will present their refined features, focusing on what’s been developed so far and the key insights. + +### Example Groups and Teams Sessions: +- **Expert Group 1**: [Teams Session Link](#) +- **Expert Group 2**: [Teams Session Link](#) +- **Expert Group 3**: [Teams Session Link](#) + +Feel free to switch between groups if necessary! + +### Special Note for KITs + +For KITs, we understand that not all sections of the template are necessary right now. The most important things to include at this stage are: +- The **Feature Team** responsible for the work +- A brief **explanation of the feature** (just 2 sentences) + +## Next Steps & Refinement Day 2 + +By the end of the session, we expect to have features that may not be fully refined but will be in good shape for further refinement or proactive work on dependencies. You’ll have the opportunity +to connect with other groups and components that you’re dependent on. + +As we look ahead to **[Refinement Day 2](https://eclipse-tractusx.github.io/community/open-meetings#Refinement%20Day%202%20-%20Release%2025.03)**, our focus will shift towards **dependency components**. It will be crucial to have those dependencies properly tagged with labels on the features. + +We look forward to a productive Refinement Day - Happy Refining! 🚀 + diff --git a/utils/newsTitles.js b/utils/newsTitles.js index 307b01ec30b..2255668889f 100644 --- a/utils/newsTitles.js +++ b/utils/newsTitles.js @@ -1,4 +1,9 @@ export const newsTitles = [ + { + date: "16.10.2024", + title: "Refinement Day 1 for Release 25.03", + blogLink: "/blog/refinement-day-1-R24.03" + }, { date: "05.12.2024", title: "Third Eclipse Tractus-X Community Days", @@ -8,20 +13,5 @@ export const newsTitles = [ date: "28.05.2024", title: "Tractus-X 24.05 is available now", blogLink: "/blog/new-release-2405" - }, - { - date: "31.07.2024", - title: "Tractus-X Open Planning R24.12", - blogLink: "/blog/open-planning-r24-12" }, - { - date: "08.03.2024", - title: "Tractus-X 24.03 available now", - blogLink: "/blog/new-release-2403" - }, - { - date: "19.02.2024", - title: "Tractus-X Open Planning R24.08", - blogLink: "/blog/open-planning-r24-08" - } ]