js1972 / generator-openui5

Yeoman generator for OpenUI5 applications and assets
Other
0 stars 0 forks source link

Add capability to generate more Fiori - like apps #2

Closed js1972 closed 10 years ago

js1972 commented 10 years ago

Currently generates a master / detail app only. Maybe add a much simpler one with no content as the default.

js1972 commented 10 years ago

We don't want full-blown apps like we have with the sap.m.SplitterApp example; but just the boilerplate scaffolding. Possibly: -- sap.m.App - this is just a change to the current "classical" app - change it to use Components instead of Application.js. -- sap.mTileApp - This is already partly done in the odata testing with proxies - stored in the templates folder under fiori_tiles_odata. Need to refactor for component architecture. -- Any other bas templates......?

js1972 commented 10 years ago

Tile App is done. Maybe just add a basic Fiori-like sap.m.App application to finish things off.