Changes between Version 7 and Version 8 of Frontend


Ignore:
Timestamp:
Feb 1, 2010, 3:16:58 PM (14 years ago)
Author:
cmielack
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Frontend

    v7 v8  
    55 1. Setup the workspace mechanics
    66 1. Create the "Account Home" page
    7  1. Create a raw Table viewer/editor
     7 1. Create a raw Table viewer/editor with basic functionality
     8  a. viewing Tables
     9  a. editing Tables
     10  a. creating a new Table
     11
    812[[br]]
     13
     14
    915== Philosophy ==
    1016The philosophy for the interface is as follows
     
    1521 - visual consistency ensures that the users knows what everything that is visually represented does, (in many cases) before even using it, and things that look the same should do the same thing
    1622 - Limitations of the technology (backend) should be incorporated into the gui in a suggestive manner, in order to not create false expectations or misunderstandings
    17 
    1823[[br]]
    19 
    20 Until now, it seems the best '''approach''' to meet all these requirements is this:
     24Until now, it seems the best ''approach'' to meet all these requirements is this:
    2125 - The starting point for the user should always be the '''home environment''' - the page that comes up directly after login, from where the user can open and manage the different workspaces, communicate with other users etc.
    2226 - The home environment should be a block on its own.