-
Notifications
You must be signed in to change notification settings - Fork 114
Feat/kits 2.0: Enabled Multi-Dataspace KITs #1370
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
Open
matbmoser
wants to merge
41
commits into
eclipse-tractusx:main
Choose a base branch
from
matbmoser:feat/kits-2.0
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Feat/kits 2.0: Updated KIT branch, with my current work.
Feat/kits 2.0: Example PR from merging content from a Fork
12 tasks
2bb716f to
8ef42c5
Compare
Contributor
Author
|
I will open soon a review for that in the eclipse foundation. |
- Added a version badge to display the latest version of the kit. - Implemented an info button that shows a tooltip with metadata (created date, last updated, and version) on hover. - Updated styles for the new version badge and info button, including responsive adjustments. - Improved maturity information display, combining deprecated warnings and maturity chips. - Introduced a new chip for newly added kits. refactor: Update imports for consistency across components - Changed import paths for ExpandedKitCard, FilteredKitsGallery, and KitGalleryHeader to use absolute paths. - Updated icon imports to use default exports for consistency. style: Refine styles for tooltips, badges, and chips - Enhanced tooltip styles for better visibility and responsiveness. - Adjusted styles for new and deprecated chips to improve aesthetics and usability. - Made various responsive design adjustments to ensure a better mobile experience. fix: Correct links in KitsArchitecture and KitsExtensions components - Updated links in KitsArchitecture and KitsExtensions to use consistent casing for URLs.
…ding graduation status chips, tooltip icons, and enhanced navigation links
Contributor
Author
|
NOTE FOR ME: Include a changelog for the Website. |
- Changed label of documentation category to 'KIT Documentation' in sidebarsDocumentation.js. - Updated links in KitsFooter component to point to the correct chat and getting started resources. - Added new Contribute page with various contribution options and styled components. - Created styles for the Contribute page to enhance UI/UX. - Modified Kit Deepdive page description to include additional context about Manufacturing-X dataspaces. - Added new image asset for Tractus-X gradient background.
…alytics display feat: Create index file for KitAnalytics components to streamline imports feat: Introduce KitStructureTable component for structured KIT information display fix: Update KitCard to display graduation date for graduated kits style: Adjust z-index values in KitCard styles for better layering fix: Update links in KitsFooter for improved navigation fix: Refactor Contribute page to use updated icon imports and correct button actions
…T Framework and Maturity Levels
…ework for consistency
Contributor
Author
|
I opened the eclipse foundation review: https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/24651 I just need to create a change log |
Contributor
Author
|
I officially added changelog :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
documentation
Improvements or additions to documentation
KIT
KIT related content, mapped to TRactus-X releases
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR is also an example, from how can things be worked directly on open source by second dataspace organization contributing to Eclipse Tractus-X.
As described on this issue eclipse-tractusx/sig-release#1226, the KITs are getting enabled as multi dataspace.
I am working on the base structure to refactor the structure and provide a way other dataspaces can extend their KITs and create new ones without stepping over each other.
The current demo is available here: https://matbmoser.github.io/eclipse-tractusx.github.io/Kits

Additionally I am restructuring the gallery of the KITs, so that the information can be accessible easily:

Cross Dataspace Use Cases:
Industry Core Foundation
Dataspace Foundation
Deprecated Sign:
Information and New Sign
Pre-review checks
Please ensure to do as many of the following checks as possible, before asking for committer review:
Closes eclipse-tractusx/sig-release#1226