Welcome to SynapseDirect Sign in | Join | Help
in Search

SynapseDirect

GUI simplification - less is more

Last post 08-07-2008, 3:41 AM by Graham. 17 replies.
Page 1 of 2 (18 items)   1 2 Next >
Sort Posts: Previous Next
  •  04-07-2007, 12:04 PM 3494

    GUI simplification - less is more

    We're bringing sexy back to GUIs !                                                      Sexy Back.mp3




    Developer
  •  04-07-2007, 3:15 PM 3498 in reply to 3494

    Re: GUI simplification - less is more

    At present a lot of code depends on those text boxes .. so in the interim, they are staying.

    I use the [..] ellipsis to suggest a popup.

    The [search] is a top level tab because it stores the results of searches.  So, if you're looking for a particular "smith" you can just click one after the other with out bringing up the search again. Having said that, I've never had to do that.

    I use "Restart" and "Quit" a lot ...mainly because I'm testing.  Maybe in use most will never use the "Restart" button.

    I can shift the "Drugs" to under Reports ...

    I think People is more general than  Office Smile

     

     

     

     


    Graham Chiu
    Beta Downloads and Documentation Wiki
    Developer Forum
  •  04-07-2007, 4:14 PM 3500 in reply to 3498

    Re: GUI simplification - less is more

    Graham:
    At present a lot of code depends on those text boxes .. so in the interim, they are staying.

    Alrighty

    I use the [..] ellipsis to suggest a popup.
      That works.

    The [search] is a top level tab because it stores the results of searches.  So, if you're looking for a particular "smith" you can just click one after the other with out bringing up the search again. Having said that, I've never had to do that.
     

    There's the smoking gun - be gone with it !  As I said, all the user to click the [Search] button and if it's blank --> do the Search Popup.  The search popup is more powerful anyway.

    I use "Restart" and "Quit" a lot ...mainly because I'm testing.  Maybe in use most will never use the "Restart" button.
      I sorta do too.  Tidying them into either a dropdown or popup seems doable.

    I can shift the "Drugs" to under Reports ...
      Rename it Reports to Clinical (a very cool tab name)(plus we can put some cool chicken scripts in there and make it a solid clinical information launching point.  Smile

    I think People is more general than  Office Smile
      Sure. Just get rid of the typist tab.

    Q: would it be hard to right justify the Help,People, and Settings Tab.

    Q: is it hard to put a space (say 1/2 the size of a tab) between tabs ? 



    Developer
  •  04-07-2007, 4:27 PM 3502 in reply to 3500

    Re: GUI simplification - less is more

    Jason:

    There's the smoking gun - be gone with it !  As I said, all the user to click the [Search] button and if it's blank --> do the Search Popup.  The search popup is more powerful anyway.

    If you click on "Search" with empty fields, it shows you the most recently registered patients.  Very useful.

    Sure. Just get rid of the typist tab.

    Q: would it be hard to right justify the Help,People, and Settings Tab.

    Q: is it hard to put a space (say 1/2 the size of a tab) between tabs ? 

    can't get rid of the typist tab .. because that's how I allow typists into the transcription area and block their access to any other area.

    can't right justify inside a tab, or change the cosmetic appearance.

     


    Graham Chiu
    Beta Downloads and Documentation Wiki
    Developer Forum
  •  04-07-2007, 4:43 PM 3503 in reply to 3502

    Re: GUI simplification - less is more

    The search table inside the search tab is used to generate the data for the quick search function .. so, it's not going away immediately!

    I'm keeping the "Reports" tab because it's to be used by reception staff to generate reports on ticklers etc.

     I've uploaded beta-3 which puts the drugs tab into "reports"

     


    Graham Chiu
    Beta Downloads and Documentation Wiki
    Developer Forum
  •  04-07-2007, 4:45 PM 3504 in reply to 3503

    Re: GUI simplification - less is more

    Graham:

    The search table inside the search tab is used to generate the data for the quick search function .. so, it's not going away immediately!

    Just hide it ?



    Developer
  •  04-07-2007, 4:48 PM 3506 in reply to 3504

    Re: GUI simplification - less is more

    I'll likely be adding more ways of searching in this tab

    1. by SSN
    2. by DOB
    3. by City
    4. etc ...
     
    Graham Chiu
    Beta Downloads and Documentation Wiki
    Developer Forum
  •  04-07-2007, 5:13 PM 3507 in reply to 3506

    Re: GUI simplification - less is more

    Graham:

    I'll likely be adding more ways of searching in this tab

    1. by SSN
    2. by DOB
    3. by City
    4. etc ...

     

     

    Add those to the popup.  The search tab is redundant.



    Developer
  •  04-07-2007, 5:56 PM 3508 in reply to 3507

    Re: GUI simplification - less is more

  •  04-07-2007, 6:45 PM 3509 in reply to 3508

    Re: GUI simplification - less is more

    The popup is already the most powerful search method.  The Search Tab is quite a bit of extra work to get there.  You don't use it, I've never used it. .........


    Developer
    Filed under:
  •  05-16-2008, 4:55 PM 5827 in reply to 3509

    Re: GUI simplification - less is more

    Another article on the less is more theme in user interface design.

    The disussion following suggests that some of the claims made are a bit contentious but the main idea appears sound.


    Graham Chiu
    Beta Downloads and Documentation Wiki
    Developer Forum
  •  05-16-2008, 8:14 PM 5830 in reply to 5827

    Re: GUI simplification - less is more

    There are two separate issues here.

    (1) simplify by de-cluttering.

    (2) simplify by contextualizing things (what I call "Just in Time" GUI)

    For buttons that are not used very often, they should be moved away from sight (ie. #1).  Frequently used buttons should be very easily accessible (ie. bigger, better screen real estate, more colour).  Of course having fewer choices makes it easier to access the common core functions.

    Certainly, from a "first time user" perspective, more is bad (confusing).   

    As you know, I love Synapse for it's AJAX-like GUI speed.  This strong point should be leveraged to the fullest.  I love the "Just in Time" buttons as we have implemented in certain locations.  I do appreciate it requires more work in coding but for things that are used alot (adding diagnoses, meds, etc.) it's worth it.

     

    Some ideas from the story:

    (1) based on usage patterns instead of choices.

    - we do this in certain areas (popular templates, etc.)

    (2)  Contextual, AJAX-based UIs actually seem faster because they do not reveal all possible choices to the user.  Instead they focus on surfacing just the bits that are necessary and then surfacing more based on user input.

    - as discussed we do this a bit, I like this approach.

    (3)  The new UIs are different, because a lot of them are purposely plain.

    - certain EMRs are more complicated than simple web apps and that plain isn't always possible.

    (4) When the user mouses over a book, a contextual popup comes up containing information about the book and a set of associated actions.

    - mouse overs show detail when desired.  I think mouse overs are very user friendly.  A good popup can work just as well in Synapse, especially because there is no need to re-query the database often, as much data is readily available to the GUI.   What I mean is ... is there alot of difference by mousing over or having to click ... not much really. 

     

     

    One thing I don't like about many web things is they assume the user has the mouse in their hand whereas EMRs require some typing.  Every user hates the annoying keyboard to mouse to keyboard to mouse transitions. 

    Cleaning up the first row Tabs would give Synapse a more intuitive, less overwhelming look/function.
     




    Developer
  •  05-16-2008, 8:32 PM 5832 in reply to 5830

    Re: GUI simplification - less is more

    Attachment: 2008-05-17_1424.png
  •  05-17-2008, 12:57 AM 5860 in reply to 5832

    Re: GUI simplification - less is more

    I use [Xplr] about 100 times a day.  But I am weaning !

    The "I don't know the shortcut" [?] is good for newbies. I dont use it either.

     

     



    Developer
  •  05-17-2008, 1:13 AM 5863 in reply to 5860

    Re: GUI simplification - less is more

    >The "I don't know the shortcut" [?] is good for newbies. I dont use it either.

    Look carefully to the right of the Quit button .. that's the new reason why it's redudant Cool


    Graham Chiu
    Beta Downloads and Documentation Wiki
    Developer Forum
Page 1 of 2 (18 items)   1 2 Next >
View as RSS news feed in XML
Try-out the Click to try-out Synapse EMR Express Edition Free Synapse EMR Express Edition Click to try-out Synapse EMR Express Edition · ©2006 SynapseDirect · Terms and Conditions · Privacy Policy · help us keep Synapse EMR Express free for all Doctors

managing your electronic medical records · Unique Visits Dell Computer