Replies: 5 comments 4 replies
-
Hi @fgatti675 I think I would like to see 2 features:
|
Beta Was this translation helpful? Give feedback.
-
Hi @fgatti675 , It would be great to be able to create a date and time picker as single fields. Currently it seems like it is the DateTimePicker from MUI. They also offer Date and Time picker seperatly. One benefit would be to configure the Localization of the time picker. |
Beta Was this translation helpful? Give feedback.
-
I have 2 main requests that I think would make FireCMS much more useable and extensible for real world use cases.
|
Beta Was this translation helpful? Give feedback.
-
Also it would be nice if you could set your own colors, as an example, for catagories. Maybe I missed the functionalitym but would be a very nice feature. |
Beta Was this translation helpful? Give feedback.
-
Hello I am a beginner in fireCms and I would like to know if there are executable functions when launching the cms. I would like to get a list of data in a collection and display it in another sub-collection. |
Beta Was this translation helpful? Give feedback.
-
Hi everyone!
We are currently in the final stages of the beta period of version 1.0.0 of FireCMS and are almost ready for a RC.
While we iron out the last details for this release, we are already thinking of how the next version is going to look like.
The main feature of version 2.0 will be an in-app schema and collections editor, so you will be able to define your configuration without specifying it in code.
This is great, but it means we need to be able to serialise schemas and collections, so we can't persist functions such as permission builders or property builders.
We will we decoupling collections from schemas and now you will specify a
schemaId
in the collection (instead of passing aschema
, like until now). Schemas will have an id and will be set as independent props.We will take the chance to improve on the current API. So what I would like to ask you is:
What are the things you like less about setting up a FireCMS project right now?
For example, we are thinking about removing the
config
prop or properties and move all its fields to the parent properties, since now some parameters are found in the config and some in the property, which does not make a lot of sense.Looking forward to your feedback!!
Beta Was this translation helpful? Give feedback.
All reactions