SAP / openui5

OpenUI5 lets you build enterprise-ready web applications, responsive to all devices, running on almost any browser of your choice.
http://openui5.org
Apache License 2.0
2.96k stars 1.24k forks source link

Demo apps source links are missing. #145

Closed DerZyklop closed 10 years ago

DerZyklop commented 10 years ago

There is no information/link to the source-code of the demo-applications here: https://openui5.hana.ondemand.com/#demoapps.html

DerZyklop commented 10 years ago

PS: In this presentation they say that one can look at this page too see "how its build". But they dont say where to look for the demo-code.

luciencooper commented 10 years ago

If you download the full SDK found here http://sap.github.io/openui5/download.html

Then navigate to /test-resources/sap/m/demokit/ in your SDK folder, you'll see all the source code for each demo app.

But it would be nice to see the code on the website directly.

Also this is not a bug within UI5, and so shouldn't be reported here.

DerZyklop commented 10 years ago

@LucienCooper thanks for the infos.

So where should it be reported then?

akudev commented 10 years ago

Hi, well, the easiest way to see the sources is pressing F12. This even allows debugging which might help more for understanding an app than looking at dead text files.

Still, of course it would be nice to get the sources listed and even explained, but this is definitely beyond a bug in delivered software. It is vaguely on our radar, but as there is such an easy workaround (using the browser developer tools) and the issue tracker is mainly meant for bugs, I'll close this ticket for now.

Regards Andreas