iFixit / iFixitAndroid

Official iFixit Android App
https://play.google.com/store/apps/details?id=com.dozuki.ifixit
GNU General Public License v3.0
162 stars 88 forks source link

Category hierarchy: Respect display order #223

Closed marczych closed 10 years ago

marczych commented 10 years ago

Because of the inherently unordered nature of JSON objects, we couldn't respect the display order of the category hierarchy. This switches the hierarchy response to a new endpoint that uses arrays to specify the order of the children. This removes the need to perform a lexicographical sort on the children before displaying them in the list.

Note: This is blocked on deploying the new API endpoint.

timothyasp commented 10 years ago

CR :+1: