-
Couldn't load subscription status.
- Fork 1
feat: master recipe editor #3
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
amir-tarek
wants to merge
10
commits into
main
Choose a base branch
from
dev
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: initialize master recipe page
- Add MASTER_RECIPE_DOCUMENTATION.md with complete feature overview - Add CHANGELOG.md documenting all development session changes - Document architecture, data structures, and user workflows - Include troubleshooting guide and API reference
- Add ConditionEditor.vue with modal-based condition editing - Add ConditionGroupEditor.vue with recursive nested condition support - Enhance PropertyWindow.vue with condition integration and validation - Support AND, OR, NOT operators with proper logical precedence - Add move up/down functionality for condition reordering - Implement real-time condition summary display - Add comprehensive inline documentation
…ion handling - Implement Kahn's algorithm for logical step ordering - Add nested condition stringification with logical precedence - Enhance parameter validation and error handling - Improve equipment integration (MTP, AAS) support - Add comprehensive inline documentation - Support complex recipe hierarchies like Wabe10/Wabe20 - Add XSD validation feedback with user-friendly messages
- Add MtpApi.py for Manufacturing Technology Platform integration - Add AASxmlCapabilityParser.py for Asset Administration Shell parsing - Add sample recipe templates (Wabe10, Wabe20, Wabe30) - Add AAS manifest files for testing and reference - Include HC10, HC20, HC30 sample configurations - Support for both .aml and .aasx file formats
- Update server static assets with latest build - Refresh CSS and JavaScript bundles - Update favicon and logo assets - Ensure proper asset versioning for production
- Update SideBar.vue with improved element handling - Enhance TopBar.vue with comprehensive action menu - Improve WorkspaceContent.vue with better ID management - Update WorkspaceContainer.vue with master recipe support - Enhance ValueTypeProperty.vue with validation - Update router configuration for new routes - Refresh assets (logo, main.scss) for better styling - Improve GeneralRecipe.vue and MasterRecipe.vue views
- Update AasAPI.py with improved Asset Administration Shell integration - Enhance Functions.py with new utility functions - Improve RecipeAPI.py with better validation and error handling - Update server.py with enhanced endpoints and middleware - Update requirements.txt with new dependencies - Add comprehensive error handling and logging - Improve API response formatting and validation
- Add useWorkspaceActions.js composable for workspace management - Add upload directories for AAS (.aasx) and MTP files - Add capabilities_output.json for API capability testing - Implement reusable workspace action functions - Support for file upload and processing - Add comprehensive error handling for uploads
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.