From cb08d64b066c4fae3852b2cd404d7671dd4d6535 Mon Sep 17 00:00:00 2001 From: Sn3llius Date: Wed, 10 Apr 2024 18:59:05 +0200 Subject: [PATCH] updated CRUD README --- .../project-template-Simple CRUD/README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/rio/snippets/snippet-files/project-template-Simple CRUD/README.md b/rio/snippets/snippet-files/project-template-Simple CRUD/README.md index 30404ce4..aefe90ba 100644 --- a/rio/snippets/snippet-files/project-template-Simple CRUD/README.md +++ b/rio/snippets/snippet-files/project-template-Simple CRUD/README.md @@ -1 +1,17 @@ -TODO \ No newline at end of file +# Simple CRUD Example + +This template shows off a simple CRUD App, which allows you to create, +read, update, and delete menu items. + +## Components + +The example is composed of three main components: + +1. CrudPage: Displays messages to the user. +2. ItemList: Displays the list of menu items and allows the user to add new items, delete existing items, or select an item for editing. +3. ItemEditor: Allows the user to edit the details of a selected menu item. + +The app has a single chat page, where you can type in a message and get a +response. If there aren't any messages yet, the bot displays a placeholder with +helfpul suggestions to the user. Once the first message is entered, it switches +to a conversation view.