dorbel-tech / dorbel-app

Main dorbel node.js app
https://app.dorbel.com
0 stars 1 forks source link

Admin view over database #24

Closed virtser closed 7 years ago

virtser commented 8 years ago

Until we have Dashboard to manage everything with user permissions.

Try: https://github.com/simov/express-admin https://github.com/nodeadmin/nodeadmin

Another alternative featured on product hunt: http://www.forestadmin.com/lumber?ref=producthunt

virtser commented 7 years ago

We also need to understand how do we manage multiple database schemas under same Admin module.

virtser commented 7 years ago

I tried lumber today It works and looks awesome, but for single database. It is not just a simple view over database, it actually creates a node.js app using sequelize. It generates database models based on DB schema. It still requires changing the models to fit our schema, but its a code which can be changed.

I tried it on apartments DB, but found few issues:

  1. Requires fine tuning models to fit our schema.
  2. It doesn't allow to edit MySQL geometry data type fields. (geo location)
  3. When we add new model/field, it will require changing the model.

http://app.forestadmin.com/6349