Skip to content

Outil de production de rapport d'accessibilité

License

Notifications You must be signed in to change notification settings

daveletourneau/a11ygazer

Repository files navigation

A11yGazer

This template should help get you started developing with Vue 3 in Vite.

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Type Support for .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need TypeScript Vue Plugin (Volar) to make the TypeScript language service aware of .vue types.

If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a Take Over Mode that is more performant. You can enable it by the following steps:

  1. Disable the built-in TypeScript Extension
    1. Run Extensions: Show Built-in Extensions from VSCode's command palette
    2. Find TypeScript and JavaScript Language Features, right click and select Disable (Workspace)
  2. Reload the VSCode window by running Developer: Reload Window from the command palette.

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

Présentation générale de l'outil

Vues

  • Menu Principal
  • Projet
    • Sommaire
    • Problèmes
      • Liste
      • Grille
      • Tableur
    • Rapport

TODO

  • Prise en charge des images
  • Gestion des pages cassée
  • Définir les sections de description pour les projets
    • Moteur de template (simple)?
  • Checklists par projet
  • PWA avec sync des données
  • Prise en charge des couleurs + icônes pour les tags
  • Génération du rapport

Notes

  • Possibilité d'avoir des formulaires avec floating labels
  • Créer une liste de tags de base
  • Issue model - timestamp pour resolved

Bugs

  • Plus possible d'ouvrir des modals si précédemment fermés avec Esc
  • Overwrite des Issues si Projet mis à jour

Limitations actuelles

  • Pas de sessions utilisateur (accès à tout pour tous + pas de maj dynamique)

About

Outil de production de rapport d'accessibilité

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages