Die Aargauer Verwaltungsreformatoren
Material order process allows citizens to order different types of material, e.g. face masks, fire wood or other goods available at their municipality.
Some municipalities offer different material and goods for their citizens to order online. As they login at the portal, they get an overview on the available goods, their previous orders, its status and so on. A new order will be sent over the portal through the Fit4Digital platform to the municipality 3rd party software, where it will be shown in an overview to work on for the municipality employees. The material will be prepared and as soon as it is ready to ship, the employees confirm the shipment in the system which will forward a status update of the order to the customers overview in the portal.
In this step, the Fit4Digital platforms creates an event mo.getarticles.
The event is created when the client kicksoff the process in the portal by requesting a list of the available items.
{
"id_subject": 0,
"firstname": "string",
"lastname": "string",
"street": "string",
"number": 0,
"addition": "string",
"zip": 0,
"city": "string",
"birthday": {
"date": "string",
"timezone_type": 0,
"timezone": "string"
},
"birth_city": "string",
"birth_canton": "string",
"civil_status": "string",
"nationality": "string",
"hometown_canton": "string",
"branch": "string",
"influx_date": { "date": "string",
"timezone_type": 0,
"timezone": "string" },
"influx_city": "string",
"influx_canton": "string"
}
After the client submits the material order through the portal to the Fit4Digital platform, the Fit4Digital platform will confirm the order back to the portal by creating an event mo.ordersubmitted within the workflow.
To proceed with the order, the Fit4Digital platform creates an event mo.ordernew.