GoodIntentionsAssistant / gi

Good Intentions Node.js Assistant Framework
http://goodintentions.firecreekweb.com
MIT License
3 stars 1 forks source link

Identifier, hint and auto build full ident #106

Open darrenmoore opened 5 years ago

darrenmoore commented 5 years ago

WHY request.expect({ entity: "App.Basics.Entity.Confirm" })

This can be too long to remember, it'll be better just to type in "Confirm". When it's trying to load the object it is hinted that it's an entity.

Maybe when entities are loaded in they can define short cuts to the entity?

WHAT Should be able to just type in...

Entity.Confirm Confirm