eldoy / waveorb

Javascript web app development framework

Home Page:https://waveorb.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Revert automatic default actions

eldoy opened this issue · comments

We removed it for no good reason, it can come in handy when prototyping:

5ac6200

Maybe even expand to make it even more automatic?

config/actions.yml:

automatic: all

# or specific
automatic: 
  - project
  - user

# better?
automatic:
  user: all
  project:
    - create
    - update
    - delete
    - upload

Without automatic they are not automatic at all. Or should they be with empty file?

Connect this to schema somehow? Action load presedence to upgrade from automatic to schema to code:

  • automatic
  • schema
  • code