Added a section on UX concepts#74
Open
auglu wants to merge 1 commit intolearning-software-engineering:mainfrom
Open
Added a section on UX concepts#74auglu wants to merge 1 commit intolearning-software-engineering:mainfrom
auglu wants to merge 1 commit intolearning-software-engineering:mainfrom
Conversation
Three topics were touched on: accessibility, hierarchy, learnability, described briefly to give an overview with accompanying resources linked for more in-depth reading
lmg8
requested changes
Mar 22, 2023
Collaborator
There was a problem hiding this comment.
These are very organized and detailed additions to the user experience concept! There's just one small spelling mistake that needs to be fixed and this should be good to merge.
Edit: Can you add the new section on the README.md? This will make it easier for future contributors to see a breakdown of the topics covered in the repo.
| ### A Brief Summary of Common UX Principles | ||
|
|
||
| #### Accessibility | ||
| Accessibility is a concept that encapsulates one central idea: to allow all users to easily enjoy and use applications. In common usage, it can refer to users with temporary or permanent disabilities (visual, motor, auditory, etc.), but is broader than this, referring also to overall robustness and operability (i.e. is the workflow too complicated? Can multiple devices access the application, if it is a web application?). Consideration for varying degrees of ability is fundamental to design—a product should reach as wide of an audience as possible. Oftentimes, accesibility considerations lead to unintended benefits. For example, providing closed captioning on web video content can improve SEO indexing. |
Collaborator
There was a problem hiding this comment.
Suggested change
| Accessibility is a concept that encapsulates one central idea: to allow all users to easily enjoy and use applications. In common usage, it can refer to users with temporary or permanent disabilities (visual, motor, auditory, etc.), but is broader than this, referring also to overall robustness and operability (i.e. is the workflow too complicated? Can multiple devices access the application, if it is a web application?). Consideration for varying degrees of ability is fundamental to design—a product should reach as wide of an audience as possible. Oftentimes, accesibility considerations lead to unintended benefits. For example, providing closed captioning on web video content can improve SEO indexing. | |
| Accessibility is a concept that encapsulates one central idea: to allow all users to easily enjoy and use applications. In common usage, it can refer to users with temporary or permanent disabilities (visual, motor, auditory, etc.), but is broader than this, referring also to overall robustness and operability (i.e. is the workflow too complicated? Can multiple devices access the application, if it is a web application?). Consideration for varying degrees of ability is fundamental to design—a product should reach as wide of an audience as possible. Oftentimes, accessibility considerations lead to unintended benefits. For example, providing closed captioning on web video content can improve SEO indexing. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Three topics were touched on: accessibility, hierarchy, learnability, described briefly to give an overview with accompanying resources linked for more in-depth reading