Difference between revisions of "UserInterfaceTodo"

From AardRock Wiki
Jump to navigation Jump to search
Line 1: Line 1:
== Todo ==
== Todo ==
* When a user is not logged in:
* When a user is not logged in:
** don't show any of the tabs;
** disable unavailable menu items.
** disable unavailable menu items.
*** this is simple using the newly created listener, see loginaction
*** this is simple using the newly created listener, see loginaction
Line 9: Line 8:
* Als Cheetah geupdate wordt:
* Als Cheetah geupdate wordt:
** Laat de gebruiker ook weten dat er automatisch geherstart wordt.
** Laat de gebruiker ook weten dat er automatisch geherstart wordt.
* Als een nieuwe update beschikbaar is, krijg ik bij het opstarten een venster: "Download now?" met de tekst "New update available" in de titelbalk. Ik kan me voorstellen dat mensen dit erg verwarrend vinden.
** Als een nieuwe update beschikbaar is, krijg ik bij het opstarten een venster: "Download now?" met de tekst "New update available" in de titelbalk. Ik kan me voorstellen dat mensen dit erg verwarrend vinden.
* Insulin Entries
** Er wordt een fout gegeven als een waarde 0 is. Het lijkt me dat dit best mag voorkomen.
* Register window ipv login window bij startup als er geen accounts aanwezig zijn
* Register window ipv login window bij startup als er geen accounts aanwezig zijn
* De login naam moet alleen in het loginscherm automatisch verschijnen als er een account is met deze naam.
 
== Done ==
== Done ==
* When I press Enter in the Login-dialog, perform the Login-action. (chris)
* When I press Enter in the Login-dialog, perform the Login-action. (chris)
Line 31: Line 28:
* Pressing Escape in dialogs should close them. (patrick) (<-- waiting for dialog commits of chris)
* Pressing Escape in dialogs should close them. (patrick) (<-- waiting for dialog commits of chris)
** See also: [http://www.javaworld.com/javaworld/javatips/jw-javatip72.html]  
** See also: [http://www.javaworld.com/javaworld/javatips/jw-javatip72.html]  
 
* De login naam moet alleen in het loginscherm automatisch verschijnen als er een account is met deze naam. (patrick) (needs testing though)
[[Category:Todo]]
[[Category:Todo]]

Revision as of 13:03, 27 June 2006

Todo

  • When a user is not logged in:
    • disable unavailable menu items.
      • this is simple using the newly created listener, see loginaction
  • When adding an InsulinType by the Preferences > Insulin dialog, the Insulin Type should be available directly at the homepanel.
  • Het versienummer van de Mac App Bundle wordt niet ververst als Cheetah geüpdate wordt.
  • Het loginscherm verschijnt soms niet in het midden van het Cheetah scherm.
  • Als Cheetah geupdate wordt:
    • Laat de gebruiker ook weten dat er automatisch geherstart wordt.
    • Als een nieuwe update beschikbaar is, krijg ik bij het opstarten een venster: "Download now?" met de tekst "New update available" in de titelbalk. Ik kan me voorstellen dat mensen dit erg verwarrend vinden.
  • Register window ipv login window bij startup als er geen accounts aanwezig zijn

Done

  • When I press Enter in the Login-dialog, perform the Login-action. (chris)
    • Currently the keyListener doesn't listen to keyEvents in the e-mail or password input-field. (chris)
  • If login fails (username/password incorrect), don't close the login window (chris)
  • Login and logout menu option should be grayed out when no action is possible (chris)
  • When a new account is created, automatically log in. (chris)
  • Automatically show the login screen at startup (martijn)
  • Remember the last signed in email address (leaving the password field blank) (chris)
  • Change login/logout from grayed out and enabled to one button (chris)
  • When editing profile, if password and passowrd again are left empty, don't give a warning and don't change the password. (chris)
  • When adding an insulin entry, provide feedback and empty fields to let the user know the entry was really added. (patrick)
  • Logbook:
    • Listen to creation of new entries. (martijn)
    • Listen to deletion of old entries. (martijn)
  • Cheetah window centered at startup. (martijn)
  • Pressing Escape in dialogs should close them. (patrick) (<-- waiting for dialog commits of chris)
  • De login naam moet alleen in het loginscherm automatisch verschijnen als er een account is met deze naam. (patrick) (needs testing though)