subimage
4 Sep 2012, 1:45 PM
Hey guys,
Fairly new to Sencha here, and developing an app with routes.
It was pretty quick going when doing the "high level" screens, but I'm finding my workflow slowing down more and more the deeper into the app I get.
I'm working on the mobile portion to my SaaS app (http://cashboardapp.com), and I'm finding it difficult to quickly iterate on deeply linked pages.
For instance, if I'm linking to something like /projects/:id/filterTasks, I expect that the 'Projects' store has been loaded when tapping on /projects...so when I access /projects/:id it sees it doesn't have the project, and redirects back to /projects.
The end result is I end up having to manually walk down each path to test deeply linked screens, which is becoming a time sink.
Just not sure I'm doing this the best way possible.
Help?
Fairly new to Sencha here, and developing an app with routes.
It was pretty quick going when doing the "high level" screens, but I'm finding my workflow slowing down more and more the deeper into the app I get.
I'm working on the mobile portion to my SaaS app (http://cashboardapp.com), and I'm finding it difficult to quickly iterate on deeply linked pages.
For instance, if I'm linking to something like /projects/:id/filterTasks, I expect that the 'Projects' store has been loaded when tapping on /projects...so when I access /projects/:id it sees it doesn't have the project, and redirects back to /projects.
The end result is I end up having to manually walk down each path to test deeply linked screens, which is becoming a time sink.
Just not sure I'm doing this the best way possible.
Help?