Skip to content
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

[PF 63] Form JS #50

Merged
merged 8 commits into from
Aug 22, 2024
Merged

[PF 63] Form JS #50

merged 8 commits into from
Aug 22, 2024

Conversation

SamuelPalaj
Copy link

@SamuelPalaj SamuelPalaj commented Jul 31, 2024

Description

  • added new flex and grid layout classes
  • refactor of transition layouts
  • refactor of import and export functionality

Implements PF 63

Blocking Pull requests

Depends on #45

How Has Been This Tested?

Tested localy with new version of petriflow xsd schema, unreleased at the time of testing.

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • My changes have been checked with @mazarijuraj
  • I have commented my code, particularly in hard-to-understand areas
  • I have resolved all conflicts with the target branch of the PR
  • I have updated and synced my code with the target branch
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing tests pass locally with my changes:
    • Lint test
    • Unit tests
    • Integration tests
  • I have checked my contribution with code analysis tools:
  • I have made corresponding changes to the documentation:
    • Developer documentation
    • User Guides
    • Migration Guides

- implemented changes based on new xsd schema
- test fixes and updates related to changes in xsd
- added new flex and grid layout classes
- refactor of transition layouts
- refactor of import and export functionality
@SamuelPalaj SamuelPalaj added the New feature A change that introduces new functionality label Jul 31, 2024
@SamuelPalaj SamuelPalaj self-assigned this Jul 31, 2024
- added scope attribute to data, arc and transition objects
- schema fix in test file
@SamuelPalaj SamuelPalaj mentioned this pull request Aug 5, 2024
18 tasks
@SamuelPalaj SamuelPalaj changed the base branch from master to release/3.0.0 August 7, 2024 11:52
… PF-59

# Conflicts:
#	src/lib/export/export-utils.ts
#	src/lib/export/export.service.ts
#	src/lib/import/import-utils.ts
#	src/lib/import/import.service.ts
#	src/lib/model/index.ts
#	src/lib/model/petri-net.ts
#	src/lib/model/petrinet/element.ts
#	src/lib/model/petrinet/mapping.ts
#	src/lib/model/transition/role-ref.ts
#	src/lib/model/transition/transition.ts
#	src/test/petriflow.spec.js
#	src/test/resources/petriflow_test.xml
- after merge fixes
# Conflicts:
#	package.json
#	src/lib/export/export-utils.ts
#	src/lib/export/export.service.ts
#	src/lib/import/import-utils.ts
#	src/lib/import/import.service.ts
#	src/lib/model/index.ts
#	src/lib/model/transition/transition.ts
#	src/test/petriflow.spec.js
#	src/test/resources/petriflow_test.xml
- after merge fixes
@SamuelPalaj SamuelPalaj mentioned this pull request Aug 21, 2024
18 tasks
@mazarijuraj mazarijuraj merged commit 3594131 into release/3.0.0 Aug 22, 2024
2 of 4 checks passed
@mazarijuraj mazarijuraj deleted the PF-63 branch August 22, 2024 05:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New feature A change that introduces new functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants