Changes between Version 9 and Version 10 of Frontend


Ignore:
Timestamp:
Feb 5, 2010, 1:51:53 PM (14 years ago)
Author:
cmielack
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Frontend

    v9 v10  
    3131 - Work done in one block - object type e.g. a View - that implies changes to another object - possibly of another object type, e.g. a Table - directs the user directly to its own, separate block (e.g. by opening it and/or scrolling down to it). [[br]] This ensures that the users know what they are doing (if one for example wanted to change data inside a View, the actual changes would have to be done to the Table since the View only assembles data from different Tables; hence it would make sense to open a new block for the affected Table underneath the View-block, and directly jump to the line and column to be changed, then let the user make the changes there, and on confirmation of the changes show what happened to the View)
    3232 - A set of distinct, suggestive icons is used for the different object types and actions; text on buttons should be reduced to a minimum, graphical buttons with tooltip-text cause the least visual "white noise", especially compared to textual buttons.
     33
     34== Technology ==
     35Most functionality of the GUI is implemented using jQuery (v1.4), and to this point, the following plugins are also used: ClickMenu, Facebox.