Closed DharminB closed 6 years ago
As I see it, above assignment can be divided into the following way
Update your agent definitions. You should have the entire workflow modeled by now, including behaviors (and their type) and the messages exchanged by the agents (and their type). Don't forget to open a pull request with your order messages.
- Your architecture should be uploaded both to LEA and the docs folder of your repository
- The architecture should be considered documentation, i.e. while the diagram helps visualize, you should provide explanations as to why you took the decisions you took.
- Add the agent/object which will manage the common time between your agents, and describe how it will work
Make sure you can parse the sample scenario, found in config/sample, that is in the upstream remote (https://github.com/HBRS-MAAS/project/tree/master/src/main/resources/config/sample) and generate the required agents and objects
- Test sending the customer order read from the sample file to the order processing agent.
Add a visualization.md file with your proposal of what and how would you visualize the project, and which library or framework fits best your requirements. Upload it as a PDF to LEA.
- This will be a shared agent between all teams in the course, therefore make a pull request to the upstream remote!
Create the skeletons for all the agents in your workflow and set up basic communication between them based on your message definitions.
focus on the common agents that will serve as interfaces between the different stages (see the attached image for hints)
proofer
cooling racks
loading bay
mailbox
If you guys (@DRealArun @ZahidSE ) agree with these partitions, I will create an issue for each of this subtask for easy maintainability and progress tracking
I would like to work on the parsing task (2) along with creating all the required model/object classes.
Also you can assign more tasks.
Aw, man. I already started working on that. But anyway that is a big question, so maybe we both can work on it. We then have to divide that into smaller parts
:-) ok I will just check if there is any simpler way to read the input file. If I find one I will notify you.
I will then work on 4 (skeleton). But that will depend on task 1. Do you think we should sit together for task 1.
We could if that is more productive
I have assigned the visualization task to me.
Visualization.md Pull request : https://github.com/HBRS-MAAS/project/pull/17
NOTES: