Difference between revisions of "EProcedure Back-office"
Jump to navigation
Jump to search
m |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | The eProcedure Back-office application collaboration consists of two high-level | + | The eProcedure Back-office application collaboration consists of two high-level components realizing the functionality needed. It encompasses: |
− | * (backend) collecting relevant data for a subscription request, determining an appropriate response to request and updating logs | + | * (backend) collecting relevant data for a subscription request, determining an appropriate response to request and updating logs; |
− | * (front-end) a UI for user tasks to | + | * (front-end) a UI for user tasks to analyse wrong subscriptions. |
Line 16: | Line 16: | ||
|- | |- | ||
|[[eProcedure Back-office Backend]] | |[[eProcedure Back-office Backend]] | ||
− | |This component implements backend | + | |This component implements backend functionality like collecting relevant data for a subscription request, determining an appropriate response to request and updating logs. |
|[[Subscription and Notification Pattern|S&N]] | |[[Subscription and Notification Pattern|S&N]] | ||
|- | |- | ||
|[[eProcedure Back-office Front-end]] | |[[eProcedure Back-office Front-end]] | ||
− | |This component provides a UI for user tasks to | + | |This component provides a UI for user tasks to analyse wrong subscriptions. |
|[[Subscription and Notification Pattern|S&N]] | |[[Subscription and Notification Pattern|S&N]] | ||
|} | |} |
Latest revision as of 10:55, 1 July 2021
The eProcedure Back-office application collaboration consists of two high-level components realizing the functionality needed. It encompasses:
- (backend) collecting relevant data for a subscription request, determining an appropriate response to request and updating logs;
- (front-end) a UI for user tasks to analyse wrong subscriptions.
Application Component | Description | Pattern(s) |
---|---|---|
eProcedure Back-office Backend | This component implements backend functionality like collecting relevant data for a subscription request, determining an appropriate response to request and updating logs. | S&N |
eProcedure Back-office Front-end | This component provides a UI for user tasks to analyse wrong subscriptions. | S&N |