Digital-Law-Lab / docassemble-CLCSA01ServiceDirectory

Cloned from LLAW3301/docassemble-LLAW33012020S2P06
0 stars 0 forks source link

[Feature]: convert welcome screen to use accordion menu #17

Closed Sirage-t closed 1 year ago

Sirage-t commented 1 year ago

Problem

This relates to #11, which states that the welcome screen is too cluttered and wordy.

The existing solution was to make the font size smaller and other style changes. However, there are three issues with this, two of which are related to accessibility: 1) not all people have great eyesight; 2) it does not work well with screen readers; and 3) the welcome screen is still "cluttered".

The second issue is quite complex and requires multiple issues to be raised separately (i.e. the screen reader does not read any of the content on the screen when navigating with tab key. if you use the cursor to click it reads it but that is not how it is supposed to work)

Proposed Solution

The solution I propose is to use an accordion based layout, effectively hiding the privacy statement and disclaimer away.

In terms of the issues above:

  1. font size doesn't need to be smaller
  2. A screen reader would identify this as a box that can be expanded and the user can make the decision whether to read its content or not.
  3. the text is visually hidden until expanded

This will partially fix the screen reader issue.

Have you checked that the issue has not already been raised?

Sirage-t commented 1 year ago

@mferrare ^

mferrare commented 1 year ago

Noted. Thanks.

mferrare commented 1 year ago

No longer relevant due to change in scope by client