Hi Luis! thanks for your feedback.
Regarding the case sensitivity: I noticed that too - it works when I run it locally, but on Heroku it suddenly gets case sensitive. I copied the tag auto completion so that explains why that did not work either. In the current version I added explicit downcasing to strings before comparing for tags and actions. Since my last post I added drag and drop and foldable successor views. At this point I think there is enough functionality for the dependencies feature to be useful. I now will focus on data validation and improve dynamic updating of the views. As I wrote in a forum post, I have some issues that I could use some help with: 1. There seem to be a Z-order problem with the drop down menus when using DnD. Does anyone know how to fix this? 2. The “Remove successor” icon is only a mockup for now. Can someone write code for this using the same methodology as for starring actions etc? Haven’t been able to penetrate the ujs library. A hello world ujs example in the Tracks context would suffice. 3. It would be great if someone had time to look at and comment the code at http://github.com/bohrax/tracks/tree/master. For interested developers, I currently track progress on http://wiki.github.com/bohrax/tracks. BR /Henrik On Sun, Jun 28, 2009 at 2:08 PM, Luis Villa<[email protected]> wrote: > On Wed, Jun 3, 2009 at 2:45 PM, Henrik Bohre<[email protected]> wrote: >> Hi, >> >> To make it easier to give feedback, I deployed the demo at >> http://tracks-deps.heroku.com. (Thanks Gavin for the howto). >> >> Please note that this is at the prototype stage, and for now my main >> goal is to integrate it with the Tracks/GTD work flow and GUI look and >> feel, but any feedback is highly appreciated. >> >> Login with tester/tester and have fun with it! > > Wow! I finally got some time to try this, and it looks pretty good! > Only small comment I had offhand is that tab-completion of names > should be case insensitive (e.g., in the tester/tester account I typed > 'l' and expected to get 'Learn how to read' in the completion list, > but instead I had to delete 'l' and type 'L'.) The context field seems > to do this correctly, but the tag field also does not(?). > > Anyway, I'll definitely be upgrading my home install to this after the bar > exam! > > Luis > _______________________________________________ Tracks-discuss mailing list [email protected] http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss
