Please enable JavaScript.
Coggle requires JavaScript to display documents.
Design Systems (Parts (Documentation site (Where to use? How to use?,…
Design Systems
-
Processes
-
Release cadence
Continous integration
Continuous models more likely break and fix small things in less risky ways along the way. Adopters absorb the cost of the constant flow of small adjustments bit by bit.
-
Hot fixes
Avoid a hot fix habit. Increasing team tension due to it’s compressed urgency, a hot fix doesn’t just touch code. It always has associated light documentation. It may also impacts the design toolkit. It happens fast. It disrupts ongoing work.
-
-
Start
-
Meet with designers, developers and other stakeholders. Write down their needs and establish basic work process.
-
Schedule meetings and/or newsletter to provide up-to-date information about design system implementation for all stakeholders.
Dictionary
Design Tokens
Visual design atoms of the design system — specifically, they are named entities that store visual design attributes. We use them in place of hard-coded values (such as hex values for color or pixel values for spacing). So colors, font-sizes, etc.
UI component
Single, isolated, reusable part of an app. Such as button, list, post, headline, link etc. It can be plain HTML & CSS code. It could also be based on any JavaScript framework. Depends on a project.
-