Skip to content

Commit

Permalink
add new blog entry for refinement day 1 in R25.03
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanbcbauer committed Oct 9, 2024
1 parent 27d8ffb commit 0057091
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 15 deletions.
70 changes: 70 additions & 0 deletions blog/2024-10-16-refinement-day-1-R24.03.mdx
Original file line number Diff line number Diff line change
@@ -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!

<!--truncate-->

## 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! 🚀

20 changes: 5 additions & 15 deletions utils/newsTitles.js
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}
]

0 comments on commit 0057091

Please sign in to comment.