-
Notifications
You must be signed in to change notification settings - Fork 10
What's new in v2.x #23
Comments
Thanks for the information Martijn. Since you have introduced RequireJS on Enketo we will have to add that to Ziggy also (a long pending task)! |
Cool, and thanks for pushing me towards RequireJS. I love it! On Tue, Jan 7, 2014 at 9:54 PM, Kiran G notifications@github.com wrote:
Did you know that Enketo Smart Paper has now become the #1 tool for data Enketo https://enketo.org | |
Hi @MartijnR, Some updates about the upgrade (actually the attempt to upgrade):
There are two major issues we are facing for now on Dristhi app and also on Samsung Tab 3 Internet app:
I am still debugging the first issue but have not identified any cause for it yet. It will be really helpful if you can help us with this one as we are stuck due to this. Thanks, |
ah... well problems were to be expected... just too bad, I have to dust off the old Tab2... Will also look at style. On Thu, Jan 16, 2014 at 11:52 PM, Kiran G notifications@github.com wrote:
Did you know that Enketo Smart Paper has now become the #1 tool for data Enketo https://enketo.org | |
@kirang20 no new issues today? So quiet... :) |
I was on leave yesterday so could not test :P. |
We have sent a pull request with the below changes:
We were not sure if there are any tests that we need to run/fix, so if something is broken then please tell us, we will fix it. Thanks for helping us during the upgrade. |
Cool. Thanks! The tests are just just for style stuff (the real tests are in MartijnR/enketo-json). Atm, the Travis build fails to get the ziggy submodule. Probably a minor thing. Initial thought about transforms.mock.js is to lazily load this (if !window.androidContext) in which case it wouldn't be in the build output, and you could omit it from the dristhi app itself. I'll have a look! |
this time you'll have to clone the repo (make sure to also update the submodules and their submodules and their ... etc...) and include them in your require.js build system
I expect you'll want to change the structure of this repo to make it as easy as possible for you to keep Dristhi up to date (and lots of exciting stuff is coming!). Go crazy (!), as long as I can still run the template.html file inside a browser for Enketo development and troubleshooting.
The text was updated successfully, but these errors were encountered: