Closed peeyush-tm closed 7 years ago
:congratulations: activity logged successfully on the server. Walkin cases are buggy. Will be fixed and terminal will be wrapped up by tomorrow.
PS: :congratulations: => congratulations
🆙 comment 🎉 A little bit of finishing touch tomorrow and we are all set! 😄
@veris-ankitpopli @veris-neerajdhiman - good job, but the work has just started Coming week's plan for you guys would be to
@veris-abhinavanand @veris-amoghbanta - Time's up !
Coming week's plan for you guys would be to
@veris-abhinavanand @veris-amoghbanta @veris-ankitpopli @veris-neerajdhiman - please update the work status for the week, next work and summary of discussions please, so that we can quickly resume the work
Might be in the same comments that you have made above.
Time 12:00 PM - 2:30 PM
@veris-abhinavanand @veris-amoghbanta - complete the requirements for #16 Order fulfillment Work Details for V2
@veris-ankitpopli @veris-neerajdhiman - we need to bring the system together - Hello World !
System Concepts
System Components
System Architecture
The Veris Widget/ Process Workflow
The Veris Admin Architecture Flow
Widget data sharing
Same keys can be shared between the widgets, but the data can be separate. Final data entry in the KEEN would be
widget1 = { widget_name="who are you", user.user_name = "Jim" user.is_member = False } widget2 = { widget_name="whom to meet" user.user_name = "Joddy" user.is_member = True } widget3= { widget_name="action" action.action = "check in" action.time = 12:00 PM }
Multiple widgets can have same keys registered to them, that will share the data, but the data is a local copy per widget
[================== shared data caching ===================] [Veris Runtime] => [ Process Gateway ] => [ Process ] <=> [ API Gateway ] [================= shared message queue =================] [====================== shared logs =====================]