Skip to content

ndweir/NDW-Disability-Access-Now

Repository files navigation

Repo Size TOP_LANGUAGE

Disability Access Now

Table of Contents

Description

Disability Access Now is a comprehensive web application designed to streamline and simplify the information aggregation/application process for individuals with disabilities, their caregivers, and case workers. By offering role-based guidance, centralized tips, and intuitive search functionality, the platform provides personalized support via interactive features and an admin-responsive Q&A system. Users benefit from a tailored dashboard allowing the saving of past researched documentation, resources, tracking of questions, and accessing personalized content while also maintaining WCAG 2.1 accessibility compliance. The application aims to transform complex and time-consuming application processes into a more navigable, supportive, and user-friendly experience by leveraging technology to break down existing barriers and provide real-time, contextual guidance across different user roles.

Built With

Getting Started

This project should be able to run in your favorite IDE. We used VS Code while building it.

Prerequisites

Before you get started, make sure you have the following software installed on your computer:

Installation

  1. Fork the repository
  2. Copy the SSH key in your new repository
  3. In your terminal type... git clone {paste SSH link}
  4. Navigate into the repository's folder in your terminal
  5. Open VS Code (or editor of your choice) and open the folder
  6. In the terminal of VS Code run npm install to install all dependencies
  7. Create a .env file at the root of the project and paste this line into the file:
    SERVER_SESSION_SECRET= "choose a string longer than 8 digits for your session secret, you can randomly generate one"
    
  8. You'll also need to add this to your .env file if you'd like the email notifications to function:
    GMAIL_USER= "your gmail account"
    GMAIL_PASS= "create an app password via gmail"
    
  9. Create a database named disability_application in PostgresSQL If you would like to name your database something else, you will need to change disability_application to the name of your new database name in server/modules/pool.js
  10. The queries in the database.sql file are set up to create all the necessary tables that you need, as well as a dummy data table to test the app. Copy and paste those queries in the SQL query of the database. If this is going to production, leave out the dummy data.
  11. Run npm run server in your VS Code terminal
  12. Open a second terminal and run npm run client

Usage

Once everything is installed and running, it should open in your default browser - if not, navigate to http://localhost:5173/#/.

Watch Live Demo

Deployment

  • Login credentials for Heroku have been provided in the handoff document.
  • If you need to make changes you wish to push to the deployed app, you must login, go into the disability-access-now section, go to the deploy tab, and then manually deploy. You can reconfigure this to redeploy automatically if you wish, which is on the same page.
  • Environment variables are kept on Heroku in the Settings tab, just click the Reveal Config Vars button.
  • To set up the database, we used Postico. Plug the information from Heroku into a new favorite. The information for this can be found in the Resources tab, by clicking the Postgres add-on. From there, it will bring you to a new page where you will go into the settings tab and click View Credentials.

My Role in the Project

As part of the team, I focused on the following areas:

Accessibility

  • Conducted research on WCAG 2.1 guidelines and implemented accessibility features to ensure compliance at the AA level.
  • Created the original "Skip to Main Content" button to improve keyboard navigation for users.
  • Tested each page for keyboard functionality and ensured compatibility with the Mac screen reader, VoiceOver.
  • Verified color contrast ratios and ensured all UI elements met accessibility standards.
  • Implemented WCAG-compliant navigation links before the transition to Material-UI navigation.

Search Features

  • Designed and implemented a search feature utilizing blob search and blob storage in an SQL database.
  • Integrated the file access API for Chrome to allow admins to upload files into the database, enabling users to download and save resources locally.
  • Coordinated with the team to adapt the search feature into Material-UI templates for enhanced usability.

CSS Styling

  • Added various CSS styles to enhance the visual appeal and maintain accessibility compliance.

Quality Assurance

  • Completed a thorough WCAG 2.1 checklist review to ensure compliance across the entire application.

Future Potential Projects

  • Expand accessibility testing to include additional screen readers and assistive technologies.
  • Enhance cross-device compatibility for users with physical disabilities by integrating input methods like eye-tracking or voice control.
  • Build advanced admin tools for dynamic content moderation and monitoring.
  • Develop personalized dashboards with predictive analytics to offer users tailored recommendations and proactive support.
  • Create a mobile application counterpart to improve accessibility on smartphones and tablets.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors