* Remove OData v2 show case: Genres TreeView * Refactored bookstore and fiori services: consolidate routing and remove deprecated files * Add Jest configuration file with silent mode enabled * Refactor test files: streamline imports and remove redundant code * Change price field type to Price for better clarity and precision * Example for separation of concerns: access-control.cds
11 lines
258 B
Plaintext
11 lines
258 B
Plaintext
/*
|
|
This model controls what gets served to Fiori frontends...
|
|
*/
|
|
|
|
using from './admin-authors/fiori-service';
|
|
using from './admin-books/fiori-service';
|
|
using from './browse/fiori-service';
|
|
|
|
using from './common';
|
|
using from '@capire/bookstore/srv/mashup';
|