You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added book import functionality (media data streaming example) (#89)
* Implemented books import functionality
* Added info about media data streaming to Demonstrated Features in README
* bumped version of spring-boot
* Removed persistence of Csv entity
* Added to readme
* Removed dataType field
* Simplified handler method
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,7 @@ Domain Model related Features:
56
56
- Use of [Aspects](https://cap.cloud.sap/docs/cds/cdl#aspects) in the Model Definition such as the [`managed` or `cuid` Aspect](https://cap.cloud.sap/docs/cds/common#common-reuse-aspects) in [Books](db/books.cds)
57
57
-[Input validation](https://cap.cloud.sap/docs/cds/annotations#input-validation) using model annotation `@assert.format`
58
58
-[Data Localization](https://cap.cloud.sap/docs/guides/localized-data) for [Books](db/books.cds)
59
+
- Use of [Media Data](https://cap.cloud.sap/docs/guides/providing-services#media-data) in [Books](db/books.cds) and [AdminService](srv/admin-service.cds)
59
60
60
61
Service Model related Features:
61
62
@@ -64,6 +65,8 @@ Service Model related Features:
64
65
- Add annotations for [searchable elements](https://github.wdf.sap.corp/pages/cap/java/query-api#select) in the [Admin Service](srv/admin-service.cds)
65
66
-[Localized Messages](https://cap.cloud.sap/docs/java/indicating-errors) in the [Admin Service Event Handler](srv/src/main/java/my/bookshop/handlers/AdminServiceHandler.java)
66
67
- role-based restrictions in [AdminService](srv/admin-service.cds) and [ReviewService](srv/review-service.cds)
68
+
- Use of [`@cds.persistence.skip`](https://cap.cloud.sap/docs/advanced/hana#cdspersistenceskip) in [AdminService](srv/admin-service.cds)
69
+
-[Media Data](https://cap.cloud.sap/docs/guides/providing-services#media-data) processing in the [Admin Service Event Handler](srv/src/main/java/my/bookshop/handlers/AdminServiceHandler.java)
67
70
68
71
User Interface related Features:
69
72
@@ -73,6 +76,7 @@ User Interface related Features:
73
76
- UI Annotations for custom actions in the [Browse Books](app/browse/fiori-service.cds) and [Manage Books](app/admin/fiori-service.cds) UI, including annotations for a button and a popup
74
77
-[Value Help](https://cap.cloud.sap/docs/cds/annotations#odata) for [Books](app/orders/fiori-service.cds) and [Authors](app/common.cds)
75
78
-[Model Localization](https://cap.cloud.sap/docs/guides/i18n) for [English](app/_i18n/i18n.properties) and [German](app/_i18n/i18n_de.properties) language for static texts
79
+
-[Custom File Upload extension](app/admin/webapp/extension/Upload.js) which provides a button for uploading `CSV` files
8f45cc39-df65-4790-a63f-634e151da734;Pride and Prejudice;It is a truth universally acknowledged that when most people think of Jane Austen they think of this charming and humorous story of love,difficult families and the tricky task of finding a handsome husband with a good fortune.;b834ddb0-613a-4edf-8d47-7d80989e1325;111;20;GBP;15;
3
+
3f09036d-3a1a-4eaf-91e2-5aa6f50dcfe0;To Kill a Mockingbird;A novel before its time,Harper Lee’s Pulitzer-prize winner addresses issues of race,inequality and segregation with both levity and compassion. Told through the eyes of loveable rogues Scout and Jem,it also created one of literature’s most beloved heroes – Atticus Finch,a man determined to right the racial wrongs of the Deep South.;b22f5293-7eea-49bb-9ee7-17c5de81f1df;33;7.99;GBP;11;
4
+
21c12f7b-089b-42da-8416-d5f67606f939;The Great Gatsby;Jay Gatsby,the enigmatic millionaire who throws decadent parties but doesn’t attend them,is one of the great characters of American literature. This is F. Scott Fitzgerald at his most sparkling and devastating.;a57f75fa-2bda-47b5-ab4d-b644570f29cd;444;6.99;GBP;10;
5
+
c49c354e-8c18-4022-804c-78025b529fb1;One Hundred Years of Solitude;Gabriel García Márquez’s multi-generational spanning magnum opus was a landmark in Spanish literature.;1d2ec887-cbf1-491e-943e-33a2b4f39a6f;55;8.99;GBP;10;
6
+
0c1ffc7e-734e-4c1d-ba87-3a032ad8a5a0;In Cold Blood;The ‘true crime’ TV show / podcast you’re obsessed with probably owes a debt to this masterpiece of reportage by Truman Capote. Chilling and brilliant.;c0526b1a-9a75-4a43-9133-163325cbbd2b;66;9.99;GBP;16;
0 commit comments