diff --git a/excel-importer-product/README.md b/excel-importer-product/README.md index 75678ce..80145e0 100644 --- a/excel-importer-product/README.md +++ b/excel-importer-product/README.md @@ -14,7 +14,10 @@ Imports Excel sheets and transforms it into a full featured web application. ![generated-entity](doc/generate-entity-from-excel.png) 4. A simple process will be created, leading to a Dialog to explore your imported Entities. -![final-dialog](doc/entity-dialog.png) +![final-dialog](doc/entity-table.png) + +5. Furthermore, the Dialog allows you to modify, delete and add new entries. +![final-dialog](doc/entity-detail-view.png) ## Setup diff --git a/excel-importer-product/doc/entity-detail-view.png b/excel-importer-product/doc/entity-detail-view.png new file mode 100644 index 0000000..92b6b84 Binary files /dev/null and b/excel-importer-product/doc/entity-detail-view.png differ diff --git a/excel-importer-product/doc/entity-dialog.png b/excel-importer-product/doc/entity-dialog.png deleted file mode 100644 index 225ba50..0000000 Binary files a/excel-importer-product/doc/entity-dialog.png and /dev/null differ diff --git a/excel-importer-product/doc/entity-table.png b/excel-importer-product/doc/entity-table.png new file mode 100644 index 0000000..b535c1d Binary files /dev/null and b/excel-importer-product/doc/entity-table.png differ