Skip to content
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
30 changes: 3 additions & 27 deletions data/meetings.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,16 +190,17 @@ export const meetings = [
// Product Regular Meetings
{
id: 'industry-core-hub-weekly',
title: 'Industry Core Hub Weekly',
title: 'Industry Core Hub + Tractus-X SDK and TestLab Weekly',
icon: 'hub',
category: MEETING_CATEGORIES.PRODUCT,
description: 'Open Meeting to align the development status of the Industry Core Hub [IC-Hub], the data provision & consumption orchestrator. Additional Topic Groups (Backend, Frontend & Architecture) Weekly meetings are available in the additional links.',
description: 'Open Meeting to align the development status of the Industry Core Hub [IC-Hub], the data provision & consumption orchestrator. This meeting also covers Tractus-X SDK (TX-SDK) topics, including the development of the TX-SDK library and Tractus-X TestLab. Additional Topic Groups (Backend, Frontend & Architecture) Weekly meetings are available in the additional links.',
contact: CONTACTS.MATHIAS_MOSER,
sessionLink: 'https://teams.microsoft.com/l/meetup-join/19%3ameeting_MGJlYzgzMjktNWE4OS00NjcwLWIyOGYtZDgzYmMzODRiMTgy%40thread.v2/0?context=%7b%22Tid%22%3a%221ad22c6d-2f08-4f05-a0ba-e17f6ce88380%22%2c%22Oid%22%3a%2279a55f91-092d-4603-8fa9-c88b54ff2fe9%22%7d',
matrixChatUrl: 'https://matrix.to/#/#tractusx-industry-core-hub:matrix.eclipse.org',
additionalLinks: [
{title: 'industry-core-hub Repository', url: 'https://github.com/eclipse-tractusx/industry-core-hub'},
{title: 'tractusx-sdk Repository', url: 'https://github.com/eclipse-tractusx/tractusx-sdk'},
{title: 'tractusx-sdk-services (Test Bed) Repository', url: 'https://github.com/eclipse-tractusx/tractusx-sdk-services'},
{title: 'Planning Board Project', url: 'https://github.com/orgs/eclipse-tractusx/projects/83'},
{
title: 'Architecture Weekly - Thursday 01:00 pm to 02:00 pm',
Expand All @@ -214,31 +215,6 @@ export const meetings = [
endTime: '09:30',
},
},
{
id: 'tractus-x-sdk-weekly',
title: 'Tractus-X SDK & TX-SDK Services (TX Test Bed) Weekly',
icon: 'developer_board',
category: MEETING_CATEGORIES.PRODUCT,
description: 'Open Meeting to align the development status of Tractus-X SDK, a library which allows you to create dataspace ready solutions. Also in this meeting the developments at the Tractus-X SDK Services (Tractus-X Test Bed) repository will be aligned',
contact: CONTACTS.MATHIAS_MOSER,
sessionLink: 'https://teams.microsoft.com/l/meetup-join/19%3ameeting_ODU0ZDk3MjUtNjkzMS00MzQzLWFmZGYtY2Q3YWEzZmVjNmMx%40thread.v2/0?context=%7b%22Tid%22%3a%221ad22c6d-2f08-4f05-a0ba-e17f6ce88380%22%2c%22Oid%22%3a%2279a55f91-092d-4603-8fa9-c88b54ff2fe9%22%7d',
matrixChatUrl: 'https://matrix.to/#/#tractusx-industry-core-hub:matrix.eclipse.org',
additionalLinks: [
{title: 'tractusx-sdk Repository', url: 'https://github.com/eclipse-tractusx/tractusx-sdk'},
{
title: 'tractusx-sdk-services (Test Bed) Repository',
url: 'https://github.com/eclipse-tractusx/tractusx-sdk-services'
},
{title: 'Planning Board Project (shared with IC-Hub', url: 'https://github.com/orgs/eclipse-tractusx/projects/83'}
],
recurrence: {
frequency: 'weekly',
interval: 1,
daysOfWeek: ['monday'],
startTime: '10:00',
endTime: '10:30',
},
},
{
id: 'edc-weekly',
title: 'Connector - Open Meeting',
Expand Down
3 changes: 1 addition & 2 deletions docs/oss/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,7 @@ Individual products have their own regular sync meetings:
- [Portal Open Meeting](https://eclipse-tractusx.github.io/community/open-meetings#portal-open-meeting)
- [Connector Open Meeting](https://eclipse-tractusx.github.io/community/open-meetings#edc-weekly)
- [BPDM Open Meeting](https://eclipse-tractusx.github.io/community/open-meetings#bpdm-open-meeting)
- [Industry Core Hub Weekly](https://eclipse-tractusx.github.io/community/open-meetings#industry-core-hub-weekly)
- [Tractus-X SDK Weekly](https://eclipse-tractusx.github.io/community/open-meetings#tractus-x-sdk-weekly)
- [Industry Core Hub Weekly](https://eclipse-tractusx.github.io/community/open-meetings#industry-core-hub-weekly) (also covers Tractus-X SDK topics)
- [Identity Hub Weekly](https://eclipse-tractusx.github.io/community/open-meetings#identity-hub-weekly)
- [Umbrella Helm Chart Sync](https://eclipse-tractusx.github.io/community/open-meetings#umbrella-helm-chart-sync)
- [Semantic Model Modelling](https://eclipse-tractusx.github.io/community/open-meetings#semantic-model-modelling)
Expand Down
Loading