Azure-Samples / iot-hub-c-thingdev-getstartedkit

Get started with The Sparkfun Thingdev Azure IoT Starter Kit
MIT License
12 stars 15 forks source link

Minor fix in sorting, larger fix to show records beyond the first 1000 (demonstrating continuation token) #24

Closed mskoster closed 7 years ago

mskoster commented 7 years ago

The change in index.html addresses what is IMHO a sorting error.

The change in server.js allows to see the latest records on the web page when there's more than a 1000 records in the storage table. This also demonstrates the usage of the continuation token, which I think is quite relevant when using these tables. As always, one can argue about the solution chosen, I'm open for alternatives.

acomsmpbot commented 7 years ago

No issues were found in this pull request.

mskoster commented 7 years ago

Issues are mentioned in comments. Do you want to have them seperately entered as Issues? (the contribution page is not clear about this (or at least it's not clear to me))