Skip to content
This repository has been archived by the owner on Apr 2, 2023. It is now read-only.

Dynamic models/structs #36

Open
uberswe opened this issue Dec 19, 2020 · 0 comments
Open

Dynamic models/structs #36

uberswe opened this issue Dec 19, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@uberswe
Copy link
Owner

uberswe commented Dec 19, 2020

I have had this idea for a long time so I thought it would be good to write it down. As I write this I am starting to get the functionality of components like fields down. Currently it directly correlates with frontend components in html templates but my future plan is to make these fields work for API endpoints as well even if it's not part of the core of Beubo. Once these fields are working well we can start making dynamic models and structs. I would like to make it easy for the user to work with data. A user should be allowed to make a form which adds data to the application, this data could then be stored in its own table with proper relations to the user or whatever model it should relate to. This allows a user to create things like product pages with categories without the need for any kind of plugin. These dynamic structs could then have their own API endpoints created with various API plugins.

Wordpress made it easy to make a basic website with dynamic pages and forms that send emails. What if Beubo could do the same but for databases and APIs?

@uberswe uberswe added the enhancement New feature or request label Dec 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant