Skip to content

Instantly share code, notes, and snippets.

@jdlrobson
Created April 29, 2015 21:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdlrobson/313638041d9ca47bb968 to your computer and use it in GitHub Desktop.
Save jdlrobson/313638041d9ca47bb968 to your computer and use it in GitHub Desktop.
FIXMEs in MobileFrontend
javascripts/modules/editor/EditorApi.js
67: // FIXME: MediaWiki API, seriously?
73: // FIXME: API - missing is set to empty string (face palm)
183: // FIXME: AbuseFilter should have more consistent API responses
javascripts/modules/gallery/PhotoListApi.js
76: // FIXME: [API] have to request timestamp since api returns an object
116: // FIXME: [API] in an ideal world imageData would be a sorted array
124: // FIXME: API I hate you.
javascripts/modules/nearby/NearbyApi.js
144: // FIXME: API bug 48512
153: // FIXME: API returns object when array would make much sense
javascripts/modules/uploads/PhotoApi.js
253: // FIXME: API doesn't return this information on duplicate images...
resources/mobile.mediaViewer/ImageApi.js
54: // FIXME: API
resources/mobile.startup/PageApi.js
148: // FIXME: [API] the API sometimes returns an object and sometimes an array
211: // FIXME: API returns an object when a list makes much more sense
215: // FIXME: "|| []" wouldn't be needed if API was more consistent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment