loftwah / linkarooie

Simplify your online presence with a single link.
https://linkarooie.com
MIT License
26 stars 5 forks source link

Implement goodcop and WCAG 2.2 compliance testing #19

Open loftwah opened 1 month ago

loftwah commented 1 month ago

As part of our commitment to code quality and accessibility, we need to integrate goodcop for Ruby on Rails best practices and WCAG 2.2 compliance testing into our development workflow.

Tasks:

  1. Set up goodcop in the project

    • Add goodcop to the Gemfile
    • Configure goodcop rules as appropriate for our project
    • Integrate goodcop into our CI/CD pipeline
  2. Implement WCAG 2.2 compliance testing

    • Research and choose appropriate tools for WCAG 2.2 testing in a Rails environment
    • Set up the chosen tool(s) in the project
    • Create a set of baseline accessibility tests covering key WCAG 2.2 success criteria
    • Integrate WCAG 2.2 testing into our CI/CD pipeline
  3. Document the setup and usage of both tools for contributors

  4. Address any immediate issues found by these tools in the existing codebase

This will help ensure our project maintains high code quality standards and remains accessible to all users, including developers with disabilities.

Aaryanpal commented 1 week ago

@loftwah would like to take this up

loftwah commented 1 week ago

Sure thing, yell out if you get stuck on anything.