UXDivers / Gorilla-Player-Support

This is the public Gorilla Player support website
http://gorillaplayer.com
115 stars 17 forks source link

Referring to Data created for templates n-levels below #301

Closed npagare closed 6 years ago

npagare commented 6 years ago

Hi @jpbrocca and Grial Team,

While using Grial based Tabbed page, I have added couple of Tabbed Children via NavigationPage that renders few content pages. Each Content page is a referring to a listview whose datatemplates are served by various individual templates.

I have created sample data in the DesignTimeData.json for each of those templates and it works beautifully while testing each one of those templates. But, as soon as I as start combining these templates from bottom-up approach to create the top most pages, at each stage Gorilla starts complaining with error "Missing Data" and pretty much expecting to a new copy of test data for each referred templates that are combined inside each containing page.

This is really redundant, time consuming and demanding to keep track of the maintaining same set of data across multiple level. How can I avoid this ? Any thoughts on this ?

I would appreciate your help.

Thanks

npagare commented 6 years ago

Hi @jpbrocca, any thoughts on this?

npagare commented 6 years ago

Hi @jpbrocca or anyone at Grial UI Team,

Can you please help?

I am also seeing that copy the same set of data over multiple templates (contentView) & Views (contentpages) is slowing down Gorilla server a lot to render pages. Please help me to avoid duplicating this data and also in the meantime please let me know any configuration that I need to do for additional resources (more memory / cpu) for Gorilla server to perform faster.

Thanks

jpbrocca commented 6 years ago

Hi @IoTFier,

Why don't you just set Global Design Time Data? https://github.com/UXDivers/Gorilla-Player-Support/wiki/Working-with-design-time-data#global-design-time-data

Best, JP

npagare commented 6 years ago

Hi @jpbrocca,

Using Global Design Time Data was a great recommendation. I appreciate that. I am seeing a much better improvement with it.

Please help me with my challenges in Grial Tab Control listed open under Grial UI Kit.

Thanks you.