C
C
CyrusHarding2015-04-11 19:54:21
CMS
CyrusHarding, 2015-04-11 19:54:21

On what engine to make an admin panel + personal account?

I would like to write bicycles with minimal writing
1) start users and services with different fields
2) write off periodic and one-time payments for services
3) build various reports (payments-services, etc.)
ideally, I want something like rails, but in rails "not ready enough".
I would like some kind of cms so that there are more ready-made models and views, and not to do everything from scratch.
So that there are ready-made components with support for all sorts of push and inline editing.
For example, I just want to declare a data model for "cars", somehow connect the "users" model with "cars" and so that the engine can easily and clearly draw a table of cars that belong only to a specific user with inline editing of cells (so that they can interrupt, say, numbers aggregates right in the sheet), and so that the callbacks on the server who are responsible for editing each cell themselves check that this user has the rights to this line of data from the car model and has the rights to edit this column ....
so as not to write all this shmurdyak yourself with rights checking and client-server exchange on dynamic editing.
Does it happen?
Ideally, if at all, with a visual editor for models, relationships, and mappings.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question