Development:Moodle User Interface Guidelines: Difference between revisions
(39 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
<p class="note"> | |||
DRAFT DOCUMENT | |||
<br /><br /> | |||
Many of the pages below are incomplete or obsolete. | |||
<br /><br /> | |||
These guidelines were produced as part of a student project in 2009, and are not yet official Moodle guidelines. | |||
</p> | |||
These guidelines are to be used as a '''UI reference library''' by Moodle developers when creating user interfaces. | |||
It does not catalogue all the elements in use in Moodle, but is intended a reference of reusable elements sharing that common Moodle style. We aim to update this reference as new common practices appear. [[Development:Moodle User Interface Guidelines:Introduction|More...]] | |||
* [[Development:Moodle User Interface Guidelines:Help requested|Help requested: comment on these guidelines]] | * [[Development:Moodle User Interface Guidelines:Help requested|Help requested: comment on these guidelines]] | ||
==Moodle basics== | ==Moodle basics== | ||
* [[Development:Page structure and types|Page structure and different page types]] | * [[Development:Page structure and types|Page structure and different page types]] | ||
* [[Roles and capabilities]] | * [[Roles and capabilities]] | ||
Line 15: | Line 26: | ||
=== Elements === | === Elements === | ||
* [[Development:Big Select List|Big Select List]] | * [[Development:Big Select List|Big Select List]] | ||
* [[Development:Tooltip|Tooltip]] | * [[Development:Tooltip|Tooltip]] | ||
* | * [[Development:Link|Link]] | ||
* [[Development:Button|Button]] | |||
* [[Development:Address Bar|Address Bar]] (URLs) | |||
=== Interaction Styles === | === Interaction Styles === | ||
* [[Development:Wizard|Wizard]] | * [[Development:Wizard|Wizard]] | ||
* [[Development:Help Popups|Help Popups]] | * [[Development:Help Popups|Help Popups]] (See [[Development:Interface_guidelines#Linking_to_help|Linking to help]] for now) | ||
* [[Development:Feedback page|Feedback page]] | * [[Development:Feedback page|Feedback page]] | ||
* [[Development:Form|Form]] (incomplete) | * [[Development:Form|Form]] (incomplete) | ||
Line 28: | Line 40: | ||
** [[Development:Checkbox|Checkbox]] | ** [[Development:Checkbox|Checkbox]] | ||
** [[Development:Dropdown Lists|Dropdown lists]] (incomplete) | ** [[Development:Dropdown Lists|Dropdown lists]] (incomplete) | ||
== General design guidelines == | == General design guidelines == | ||
* [[Development:Progressive Disclosure|Progressive Disclosure]] | * [[Development:Progressive Disclosure|Progressive Disclosure]] | ||
* [[Development:User Data Always Safe|User Data Always (Always) Safe]] | * [[Development:User Data Always Safe|User Data Always (Always) Safe]] | ||
* | * [[Development:Feedback (User Interface Guideline)|Feedback]] (Incomplete) | ||
=== Relevant guidelines from other sites === | === Relevant guidelines from other sites === | ||
* [http://library.gnome.org/devel/hig-book/stable/principles-people.html.en Design for People] | * [http://library.gnome.org/devel/hig-book/stable/principles-people.html.en Design for People] | ||
Line 70: | Line 55: | ||
* [http://library.gnome.org/devel/hig-book/stable/principles-forgiveness.html.en Forgive the User] | * [http://library.gnome.org/devel/hig-book/stable/principles-forgiveness.html.en Forgive the User] | ||
* [http://library.gnome.org/devel/hig-book/stable/principles-direct-manipulation.html.en Provide Direct Manipulation] | * [http://library.gnome.org/devel/hig-book/stable/principles-direct-manipulation.html.en Provide Direct Manipulation] | ||
* [http://developer.fellowshipone.com/patterns/ Design Patterns Library & Code Standards] by Fellowship technologies | |||
== See also == | == See also == | ||
'''[[Using Moodle book]]''' | * Further development on Talk page: [[Development_talk:Moodle_User_Interface_Guidelines]] | ||
* '''[[Using Moodle book]]''' | |||
=== Usability in Moodle === | === Usability in Moodle === | ||
* [[Development:Usability|Usability]] | * [[Development:Usability|Usability]] | ||
Line 83: | Line 71: | ||
* UI coding: [[Development:Interface_guidelines]] | * UI coding: [[Development:Interface_guidelines]] | ||
[[Category:Developer|User Interface Guidelines]] | |||
[[Category:Developer tools|User Interface Guidelines]] | |||
[[Category:Usability|User Interface Guidelines]] | |||
[[Category:Moodle User Interface Guidelines]] |
Latest revision as of 11:46, 22 May 2010
DRAFT DOCUMENT
Many of the pages below are incomplete or obsolete.
These guidelines were produced as part of a student project in 2009, and are not yet official Moodle guidelines.
These guidelines are to be used as a UI reference library by Moodle developers when creating user interfaces.
It does not catalogue all the elements in use in Moodle, but is intended a reference of reusable elements sharing that common Moodle style. We aim to update this reference as new common practices appear. More...
Moodle basics
Moodle UI library
UIs are built of Elements and Interaction Styles (bigger wholes, which are built of Elements).
Elements
- Tooltip
- Link
- Button
- Address Bar (URLs)
Interaction Styles
- Wizard
- Help Popups (See Linking to help for now)
- Feedback page
- Form (incomplete)
- Radio button
- Checkbox
- Dropdown lists (incomplete)
General design guidelines
- Progressive Disclosure
- User Data Always (Always) Safe
- Feedback (Incomplete)
Relevant guidelines from other sites
- Design for People
- Don't Limit Your User Base
- Create a Match Between Your Application and the Real World
- Make Your Application Consistent
- Keep the User Informed
- Keep It Simple and Pretty
- Put the User in Control
- Forgive the User
- Provide Direct Manipulation
- Design Patterns Library & Code Standards by Fellowship technologies
See also
- Further development on Talk page: Development_talk:Moodle_User_Interface_Guidelines
- Using Moodle book