Skip to content

Instantly share code, notes, and snippets.

@kentquirk
Last active December 24, 2015 06:19
Show Gist options
  • Save kentquirk/6756258 to your computer and use it in GitHub Desktop.
Save kentquirk/6756258 to your computer and use it in GitHub Desktop.
Task list and discussion for Tidepool's dummy API

dummy-api

All our techniques are being tested and documented in the repository called dummy-api.

  • Set up gruntfile structure

  • JSHint / code formatting documentation

  • JSHint gruntfile

  • Set up documentation with docco

  • docco gruntfile

  • License template system built

  • License template system integrated into gruntfile (mostly -- could use a special task)

  • Test framework defined

  • Testing integrated into gruntfile

  • Localization

  • Deployment

  • Deploy integrated into gruntfile

@jh-bate
Copy link

jh-bate commented Oct 8, 2013

Test FW has been defined and integrated into build file now

@jh-bate
Copy link

jh-bate commented Oct 9, 2013

Looking at Localization with https://github.com/mozilla/i18n-abide

@jh-bate
Copy link

jh-bate commented Oct 10, 2013

Have added simple Localization using https://github.com/mashpie/i18n-node. Minimalist and generates locale files on the fly creating placeholders for you to translate.

Look at https://github.com/tidepool-org/dummy-api/tree/jhbate/localization2 for example

@kentquirk
Copy link
Author

I've commented on the localization pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment