Updated structure diagrams of reval that help us diagnose and resolve issues (“this is broken, what’s the likely cause and what’s involved?”)
Static services diagram - what services live where and talk to which infrastructure (e.g MongoDB)
Decide on level of abstraction - Domain? Individual services? connection type? (HTTP? RabbitMQ? SQS?)
Data flow diagram - which services communicate to which in the following processes:
Document Name | Where is it located (URL) | Last updated date |
---|---|---|
GET recommendations list | ||
Save Draft recommendation | ||
Submit recommendation | ||
Defer revalidation | ||
Recommendations CDC | ||
TIS CDC | ||
GMC Doctor Sync | ||
Common failures? |
Add Comment