Open Source Design

Latest tech, great! Accessibility, not so much.

D.design
Oana Mangiurea
All over the FOSS world, we see that out of thousands of issues and pull requests, very few of them tackle accessibility issues. And this is mostly due to a lack of knowledge on the subject, and a fear that it’s too hard to implement these changes. When we say “accessibility,” we immediately think of vision impairment, but being able to use a product with just your keyboard is also an accessibility feature.
It’s 2021 and we talk about providing equal opportunities everywhere in tech, but so often we disregard our own users or community. We have this idea that accessibility issues can be postponed and fixed later, as they don’t affect the vast majority of our users. But is that true? One billion people experience some sort of disability. At least 10% of the adult population has a vision impairment. And those are just numbers for people who have been tested and suffer from a long-term disability. By creating accessible products you can... Improve the experience for all your users Increase your user or community base Cater for clients whose businesses have a mandatory accessibility requirement for the software that they use Potentially expose areas in UI or user flow that need improvement In this talk, following a real-life example, you’ll learn how to check where your project stands today and what steps you can take to make it more accessible, even with the help of your community.

Additional information

Type devroom

More sessions

2/6/21
Open Source Design
Bernard Tyers
D.design
Every year we take some time to introduce the Open Source Design collective, what we do, where to find us and how to get involved.
2/6/21
Open Source Design
David Benque
D.design
CryptPad is an encrypted and open-source collaboration suite. One year ago I joined the team as a designer. In this talk I will present some of what has been achieved and reflect on the challenges ahead.
2/6/21
Open Source Design
Christoph Ono
D.design
Since the middle of 2020, an open community has formed around the goal of making Bitcoin more intuitive and accessible. Our big project is a Bitcoin Design Guide to help both designers and developers create better Bitcoin experiences faster. We also work to promote the idea of open design, to bring more designers into the space, and to help open-source projects adopt better design processes. This presentation will provide an overview of all these efforts, where we are (early) and what the future ...
2/6/21
Open Source Design
Sascha Eggenberger
D.design
In this session I'll talk about the brief history of Drupal & the Drupal interface, how it has evolved and why this redesign is an important step for the future of Drupal. As it's important to being inclusive and we treat this as a key value in the Drupal community we made inclusivity & accessibility the main priority. I will dive into the Design System, the principles behind it and the new interfaces which are based off this Design System: Claro The new, upcoming default admin ...
2/6/21
Open Source Design
Belen Barros Pena
D.design
Most of the free software projects I know do little to none research with their users. Well: the vast majority do absolutely none, and very few do a teensy little bit, most of the time with the most vocal members of their user base. Why is that? Why is free software afraid of user research? This presentation will propose a classification of free software types based on their ideas and attitudes towards user research. The classification is really just a joke, but I hope it will help me debunk ...
2/6/21
Open Source Design
Bernard Tyers
D.design
During 2020 we spent the year working with the maintainers of pip, the Python package manager. The project was to implement a new dependency resolver and improve pip's usability. It was a difficult project as personally, I knew very little about software package managers apart from doing "pip install". How do you do UX design with a piece of software used by hundreds of thousands (possibly millions!) of users on a small budget? Where do you find those users? Combined with this the maintainers ...
2/6/21
Open Source Design
Kartik Choudhary
D.design
My talk will be structured as follows followed by a short Q&A, Why do I need to learn to code? Helping OSS as a Developer-Designer The approach to coding for OSS complexity Stuff to keep in mind to make meaningful contributions How to tackle a particular issue? Receiving code reviews effectively Where do I go ahead with all this new found knowledge?