122 topics found for:

“UI patterns”

MVC

Model-View-Controller (MVC) is an architectural pattern that separates an application into three main logical components: the Model (data), the View (user interface), and the Controller (processes that handle input). Essential for creating modular, maintainable, and scalable software applications by promoting separation of concerns.

Sequential Navigation

A navigation design pattern where users follow a specific order of steps or stages to complete a task, often used in forms, surveys, and instructional guides. Essential for guiding users through processes in a clear and structured manner, improving usability.

Exit Modal

A pop-up dialog that appears when a user attempts to leave a page or application, which can be used to prevent loss of progress or data, or to confirm user intent. While it can be used ethically to prevent data loss or confirm actions, designers must avoid using it to deceive, delay, block, or interfere with the user's intent, thus ensuring it does not become a dark pattern.

Histogram

A graphical representation of the distribution of numerical data, typically showing the frequency of data points in successive intervals. Important for analyzing and interpreting data distributions, aiding in decision-making and optimization in product design.

Object Constancy

The principle that elements in a digital interface maintain consistent appearance, position, and behavior across different pages and states to help users maintain orientation and familiarity. Important for creating a stable and predictable user experience, reducing disorientation and enhancing usability.

MVF

Minimum Viable Feature (MVF) is the smallest possible version of a feature that delivers value to users and allows for meaningful feedback collection. Crucial for rapid iteration in product development, enabling teams to validate ideas quickly and efficiently while minimizing resource investment.

CBR

Case-Based Reasoning (CBR) is an AI method that solves new problems based on the solutions of similar past problems. This approach is essential for developing intelligent systems that learn from past experiences to improve problem-solving capabilities.

Mapping

The process of creating visual representations of data or information to enhance understanding and decision-making. Essential for organizing information and making complex data accessible.

Reverse Ideation

A creative thinking technique where the typical process is reversed to generate new ideas by considering the opposite of conventional assumptions. Useful for fostering innovation and challenging existing assumptions in problem-solving.

LLM

Large Language Model (LLM) is an advanced artificial intelligence system trained on vast amounts of text data to understand and generate human-like text. Essential for natural language processing tasks, content generation, and enhancing human-computer interactions across various applications in product design and development.

KOS

Knowledge Organization System (KOS) refers to a structured framework for organizing, managing, and retrieving information within a specific domain or across multiple domains. Essential for improving information findability, enhancing semantic interoperability, and supporting effective knowledge management in digital environments.

WCAG

Web Content Accessibility Guidelines (WCAG) are a set of guidelines developed by WAI to make web content more accessible. Essential for ensuring that websites are usable by individuals with disabilities, thereby promoting inclusivity and compliance with accessibility standards.