-
Notifications
You must be signed in to change notification settings - Fork 191
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
KOGITO-9195: YaRD editor validation #1696
Conversation
Temp commit to show progress. The code can now find subsumption that is the basic function for redundancy and conflict resolution. Needs more test data to be really really done, I will be adding that next. |
Missing items needed for commit:
|
Transpiling LocalDateTime correctly is more challenging than expected, but on it. |
@paulovmr I could use some help on figuring out the formatting for the README and yml file. Can I run a formatter for them locally? Other than that I could also use a code review for the code. |
Yes the PR makes sense, I merged it in. |
Looks like I still lack the right files for formatting the pom.xml files. |
parser KOGITO-9197 : YaRD editor: Use old dtable validation codes for subsumption KOGITO-9517 : YaRD editor: Use J2CL to generate a JS module Suggestions (cherry picked from commit 751bb8f)
Figured it out. |
Tickets this change has:
YaRD editor: Create yard-validation project with model parser
YaRD editor: Use old dtable validation codes for subsumption
YaRD editor: Use J2CL to generate a JS module
I split the model to a separate project, but since this validation is the only module that will use it, I will investigate if the two modules should be merged together.