> I know that was a lot of feedback, but other than a few cleanup bits > (which could even be in a follow on patch), most of these things can > make it into the refactor, as I really want to get this initial pass > pushed asap. This is a very good start, and you pulled it off in not > much time, so kudos, and thanks for the hard work. The main thing I am > trying to point out with most of my feedback is that I want to keep the > app in a state where it works w/o javascript (currently this is true), > but some part of this patch will not work in that scenario. The basic > tenets I like to follow for this kind of thing are unobtrusive > javascript and progressive enhancement. This is a fancy way of saying: > 1. If I turn off javascript in my browser, I should still be able to use > the app > 2. Whatever javascript there is should only be there to enhance the user > experience > 3. Any behavior added with javascript should not require adding anything > directly to the html, so we don't mix behavior with structural markup >
I see, I'll refactor the code according to your notices next week (after NHO trip). Jan Provaznik _______________________________________________ deltacloud-devel mailing list [email protected] https://fedorahosted.org/mailman/listinfo/deltacloud-devel
