ischaojie / schema-admin

Lightweight data model management for Python
MIT License
2 stars 0 forks source link

What is the development status? #14

Open hasansezertasan opened 10 months ago

hasansezertasan commented 10 months ago

As title goes...

ischaojie commented 10 months ago

I currently have limited availability to devote to this project. I may allocate time in the future. Additionally, I am uncertain if this project warrants pursuit. Is it of widespread demand?

hasansezertasan commented 10 months ago

I currently have limited availability to devote to this project. I may allocate time in the future.

I see, good luck. Thanks for the effort 🙏

Additionally, I am uncertain if this project warrants pursuit. Is it of widespread demand?

Well, since we have Pydantic package widely used, I believe we should easily create forms with Pydantic Models. I don't see any demand but it's because many don't know that they can use these models to create forms and interfaces.

hasansezertasan commented 9 months ago

Additionally, I am uncertain if this project warrants pursuit. Is it of widespread demand?

Well, I tried the Demo and I have some questions:

Also, I have a recommendation. Is it possible to use the technology that creates forms from JSON Schema with Flask Admin?