-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Improve support for Bounded Context Canvas and Aggregate Design Canvas #362
base: master
Are you sure you want to change the base?
Improve support for Bounded Context Canvas and Aggregate Design Canvas #362
Conversation
Hi @CesarD Thank you very much for bringing this up! It's highly appreciated! Since I'm very busy right now, I'll need some days to have a deeper look into your grammar changes. I think we'll definitely have to add some tests in the test project and maybe some semantic validators. The other question will be, whether we have to adjust some generators. Once one can model new stuff in the language, it's also nice to have it in the generated outputs, if possible. I try to give a more detailed response asap. Best regards, |
Thanks a lot for your prompt reply, @stefan-ka!! Please let me know if I can help in anything. Like I said: I'm not proficient in Java or Xtext, but I'd like to help in whatever way I can. Cheers! |
…er to simplify syntax since they're meant to be declared only once or never, not twice or more to require identification.
Hi @CesarD Again, thank you very much for your PR! We have already tested it manually in Eclipse and it works fine. We are not 100% sure if we agree with all the details in the canvas and if everything is needed at this level of detail. Maybe the DDD crew will decide in the future to add things like "response time" in addition to "throughput"? We were a bit surprised about the level of abstraction here; why not talk about NFRs in general? However, putting that discussion aside for the moment, we see the following tasks that should be done now to complete this PR:
I think that would be the most important open TODOs. Maybe there are some on which you could help? Best regards, |
Hi @stefan-ka! Thanks for reviewing this so fast!
What I submitted is just MY conception of how this could be implemented, please feel free to suggest alternatives if you think there're any other better alternatives.
I can deal with these. The tutorial might take me longer to put together, but I guess the others I can work them out fairly quickly.
These are going to be harder for me as I'm not very proficient in Java and I haven't been able to setup everything with Eclipse yet, which will take me some more time. Again, thanks for reviewing and getting back to me so quickly. Kind regards. |
Hi @CesarD That would be perfect if you could work on the the first two tasks. I can try to work on the second two - but I can't make any time commitments at the moment. If we find another contributor, that would be nice as well (I set a label "help wanted"). Best regards, |
Hi @stefan-ka ! Thanks, and I understand about the impossibility of making a commitment time-wise... I have intended to get on with this since my previous reply but I had been extremely busy at work and just recently I fell ill so I'm just recovering from it. Again, thanks for whatever you can do and hope you have some nice holidays!! |
In PR #323 some basic support for Bounded Context Canvas was introduced, but since then (2 yrs ago), there has been some new additions to the canvas definition that I think they deserve to be supported by ContextMapper:
Also, I would want to improve support for the Aggregate Design Canvas, which some of its parts are already supported, but others are still lacking:
Unfortunately, I'm not very proficient in Java and Xtext so I have only added the definitions for the ContextMappingDSL and I'll need help to understand what other pieces I might be missing to add into this PR, so I'll appreciate any guidance you can provide me to complete it.