We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description
Sequence Diagram
sequenceDiagram participant cu as choronko user participant choronko as choronko cu->>choronko : check balance () choronko->>pps : send request pps->>pps : check account pps-->>choronko : Request for PIN(send procedure ID) choronko-->>cu : Display enter PIN message cu->>choronko : Send PIN choronko->>pps : send PIN(PIN, procedure ID) pps->>pps : validate PIN pps-->>choronko : balance details choronko-->>cu : Display balance details
Wireframe
Tickets and Explanations
flowchart LR ChoronkoPhone --> APIGateway APIGateway --> |"New SMS (with content)"|TranslationService TranslationService --> |"Nomal Message"|PPService PPService --> |Response|TranslationService TranslationService --> |"Parse SMS"|APIGateway APIGateway --> |"final message"|ChoronkoPhone
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Sequence Diagram
Wireframe
Tickets and Explanations
The text was updated successfully, but these errors were encountered: