-
Notifications
You must be signed in to change notification settings - Fork 4.3k
[Term Entry] Add Postel's Law #6549
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Hi @dakshdeepHERE could you please look into this? |
mamtawardhani
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @AnamolR, please include a section for "Examples of Postel’s Law in Practice", and please add the bullet points based on the structure followed at Codecademy.
Once these changes are addressed, let me know.
|
Hi @mamtawardhani, I've added examples based on your request. Please check ✌️ |
mamtawardhani
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @AnamolR the entry looks good but please add the image on the branch. Let me know once done.
|
Hi @mamtawardhani, the image was missing but I've added it. All done now 🙂 |
mamtawardhani
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @AnamolR For Postal’s Law, a better image would be something like:
- A heatmap showing where users’ eyes naturally go on a webpage.
- A UI layout with highlighted top-left and bottom-right zones to show attention concentration.
- A diagram showing the “reading triangle” path.
Please change the image
|
Hi @mamtawardhani, Heatmaps and eye-tracking visuals are great for explaining visual hierarchy or how users scan a page. But for Postel’s Law, we’re focusing more on input flexibility and system responsiveness, like search suggestions (as in the image I added), forgiving form inputs, autocorrect, etc. So a visual showing flexible input → structured output is more relevant to this principle than eye-scanning behavior. Could you please take another look? There are already other docs where heatmaps and eye-tracking are used more appropriately. |
mamtawardhani
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good for a second review! 🚀
Sriparno08
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, @AnamolR!
|
👋 @AnamolR 🎉 Your contribution(s) can be seen here: https://www.codecademy.com/resources/docs/uiux/ux-psychology/postels-law Please note it may take a little while for changes to become visible. |
Description
This PR adds a new UX design principle entry titled Postel’s Law (also known as the Robustness Principle) to the
uiux/concepts/ux-psychology/terms/section.New folder:
content/uiux/concepts/ux-psychology/terms/postels-law/Markdown file:
postels-law.mdintroduces the principle, explains its relevance to UX, highlights practical applications in interface and input design, and outlines benefits and limitations.This entry follows the same tone, structure, and formatting conventions used in other UX laws and cognitive principles.
Issues Solved
Closes #6593
Type of Change
Adding a new entry
Checklist