ChiliProject is not maintained anymore. Please be advised that there will be no more updates.
We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.
Accessibility: User-centered means of configuration (Feature #724)
Description
As user interfaces can get somewhat complex, a less powerful solution built upon native elements makes it easier to provide an accessible UI for impaired users (see screenshots or the rather fancy Drag&Drop-UI of the Backlogs Plugin).
As this should be a fallback solution (your "standard" user doesn't really care about ugly html, screenreaders do), some kind of switch is needed. One possibility can be media queries, another an explicit user preference field (or a combination of both). I'm currently working on an implementation of the latter and should be done some time this week.
Any thoughts on this?
History
Updated by Gregor Schmidt at 2011-12-01 12:43 pm
Code, that's implementing this feature may be found at GitHub
Please tell me, if this change is desired, so that I can open a pull request.
Thanks
Gregor