DEV Community

Discussion on: ✨💻My Project for 2020: 🚄Node On Rails🚄

Collapse
 
drewtownchi profile image
Drew Town

It sounds like a fun and challenging project to take on!

To me, minimal for these sort of Rails, Django, Keystone types of projects has 3 major components: Auth, Admin UI, Auto-model scaffolding.

Those 3 things should show up as either a part of the core or as first-class plugins.

Collapse
 
lampewebdev profile image
Michael "lampe" Lazarski

Yes for me auth and data scaffolding are also very important and should be a first party package.

A admin-ui can be an plugin but can also the a 3rd party aka community plugin :)

but yeah in general more scaffolding like in rails would be nice :)