1
1
Fork 0

merged sortable recipes

This commit is contained in:
Ava Gaiety Wroten 2022-11-27 13:50:31 -06:00
parent b7572927fc
commit 718a284acd
3 changed files with 7 additions and 24 deletions

View file

@ -5,15 +5,18 @@ description: "By putting accessibility first we can achieve a far more composabl
date: 2020-03-26
---
Come and listen to the real tale of modern automation testing the untestable: a drag and drop user interface. The story of a drag and drop feature doomed to be unaccessible, made accessible. The telling of a feature salvaged by accessibility.
> Come and listen to the real tale of modern automation testing the untestable: a drag and drop user interface. The story of a drag and drop feature doomed to be unaccessible, made accessible. The telling of a feature salvaged by accessibility.
> We've all been told accessibility is important, but rarely do we feel the fruits of the labor directly. We'll discuss how developers, QA and leads can all feel the same benefit our users feel by putting accessibility first.
We've all been told accessibility is important, but rarely do we feel the fruits of the labor directly. We'll discuss how developers, QA and leads can all feel the same benefit our users feel by putting accessibility first.
Includes [sample project for my EmberConf 2020 talk](https://gitlab.com/gaiety/sortable-recipes). Leverages Ember Octane and is fully test driven. Includes the RevealJS presentation and a simple Python backend.
[![Ember Conf 2020](/img/content/a11yfirst.png)](https://www.youtube.com/watch?v=ESemqChsBEE&list=PL4eq2DPpyBbkC03mdzlyej6tcbEqrZK8N&index=18&t=0s)
[![Ember Conf 2020](/img/content/a11yfirst.png)](https://noti.st/gaiety/videos/0YtVPZ)
[Watch the recorded talk here](https://noti.st/gaiety/videos/0YtVPZ)
## Talk given at:
* EmberConf 2020
* [EmberConf 2020](https://2020.emberconf.com/#/schedule/day-2_a11y-first-and-everyone-wins)
* Ember ATX
* Austin Accessibility and Inclusive Design

Binary file not shown.

Before

Width:  |  Height:  |  Size: 166 KiB

After

Width:  |  Height:  |  Size: 1 MiB

View file

@ -1,20 +0,0 @@
---
tags: repos
templateEngineOverride: md
title: sortable-recipes
description: A sample project for my EmberConf 2020 talk. Leverages Ember Octane and is fully test driven. Includes the RevealJS presentation and a simple Python backend.
date: 2020-03-21
pinned: true
---
[Fork from GitLab](https://gitlab.com/gaiety/sortable-recipes)
[![](https://gaiety.life/images/uploads/a11yfirst.png) Watch the talk here](https://gaiety.life/a11y-first-and-everyone-wins)
## Getting Started
* [Set up and run the presentation](https://gitlab.com/gaiety/sortable-recipes/-/blob/master/presentation/README.md)
* [Set up and run the backend](https://gitlab.com/gaiety/sortable-recipes/-/blob/master/python-api/README.md)
* [Set up and run the frontend](https://gitlab.com/gaiety/sortable-recipes/-/blob/master/ember-ui/README.md)
* [Set up and run the frontend (modern)](https://gitlab.com/gaiety/sortable-recipes/-/blob/master/ember-ui-modern/README.md)