Avaiga / taipy-doc

Holds the documentation set for Taipy, not including the code documentation obviously.
https://docs.taipy.io/
Apache License 2.0
17 stars 24 forks source link

Create a CRUD app tutorial #1157

Open FlorianJacta opened 1 month ago

FlorianJacta commented 1 month ago

Description

A tutorial for building a CRUD (Create, Read, Update, Delete) application using Taipy would be a valuable addition to the documentation.

Expected change A new application tutorial inside the "Creating applications" section of the tutorial.

jrobinAV commented 1 month ago

CRUD of what? What kind of concepts/objects/data should the application create/read/...?

FlorianJacta commented 1 month ago

Of a database or something simple

jrobinAV commented 1 month ago

So basically, you want to display a table so you can add, edit, and remove a line in it? Should it use a global SqlTableDataNode so you also have the edition tracking?

FlorianJacta commented 1 month ago

Check this discussion as it will make things clearer: https://github.com/Avaiga/taipy/issues/1559

jrobinAV commented 1 month ago

All right. That helps a lot to understand the issue. Thanks.