Select project to work with:
Double-click on the project name to edit it. Press Enter or tab to automatically save your changes or press Esc to cancel the edit.
Click on a column header to sort the list.
New and Improved
- Updated to Dojo 1.7.0 (11/17)
- Removed 'Delete' button from tab order (10/17)
- Updated to Dojo 1.7.0rc1 from 1.7.0b5 (10/17)
- Assessment questions can be unanswered by selecting the first (blank) entry in the dropdown list or by deleting the current text and pressing Enter/Return. Note: Tabbing out of a field after deleting the text will revert the field to its previous value. (9/23)
- Web service PUTs (updating existing items) now return HTTP error status if the transaction is rolled back (9/22)
- Web service calls now display error messages on the page (9/22)
- Delete functionality fully implemented (9/21)
- Data table columns are now sortable (9/21)
Bug Fixes
- Corrected sorting behavior on assessment grid (10/17)
- Deleting an answer now also resets the weight values that were assigned to it (9/23)
- IE: Drag-and-drop reordering of capabilities and model now works (9/22)
Still Unimplemented
- Print specific CSS
- Alt-D to duplicate the answers from the row above; code is inplace but commented out; need to find another key combo that doesn't conflict with Windows
- Clone project
- Export assessment data to Excel
- Error catching for Web services that are not using transactions
- Check HTTP header for Dojo transaction info and perform any necessary clean up
- Move to permanent server and/or create release and development partitions on this server
- Consolidate Javascript into external files
Known Issues
- The FilteringSelect widget used to enter values on the assessment grid is not resetting iself properly. It is remembering answers in the same column for the row above. I'm using FilteringSelect to allow quick keyboard entry with auto completion and navigation. The Dojo Select widget may not have these issues, but it lacks auto complete.
- Firefox Mac: Pressing the Enter or Return keys to accept an entry on the assessment grid causes a
nsIDOMHTMLInputElement.selectionEnd
error - IE: IE9 is working fine, but in IE8 there are multiple layout irregularities and unexplained 'object' errors. I do not have IE7 or IE6 installed anywhere and do not plan on testing them.