cosmetic changes
This commit is contained in:
@@ -9,8 +9,8 @@ service ReviewsService {
|
|||||||
|
|
||||||
// Async API
|
// Async API
|
||||||
event reviewed : projection on Reviews {
|
event reviewed : projection on Reviews {
|
||||||
subject,
|
subject, //> recieved new reviews
|
||||||
rating
|
rating //> new avg rating
|
||||||
}
|
}
|
||||||
|
|
||||||
// Input validation
|
// Input validation
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ extend service AdminService with {
|
|||||||
traffic on S4 backends.
|
traffic on S4 backends.
|
||||||
*/
|
*/
|
||||||
extend projection CatalogService.ListOfBooks with {
|
extend projection CatalogService.ListOfBooks with {
|
||||||
supplier
|
supplier.name as supplier
|
||||||
}
|
}
|
||||||
|
|
||||||
// Extend S4 service with not modelled event
|
// Extend S4 service with not modelled event
|
||||||
|
|||||||
Reference in New Issue
Block a user