Skip to content

Latest commit

 

History

History
69 lines (62 loc) · 5.74 KB

MODULE_EVALUATION_TEMPLATE.MD

File metadata and controls

69 lines (62 loc) · 5.74 KB

Module acceptance criteria template

How to use this form

When performing a technical evaluation of a module, create a copy of this document and use the conventions below to indicate the status of each criterion. The evaluation results should be placed in the module_evaluations directory and should conform to the following naming convention: {JIRA Key}_YYYY-MM-DD.MD, e.g. TCR-1_2021-11-17.MD. The date here is used to differentiate between initial and potential re-evaluation(s). It should be the date when the evaluation results file was created.

  • ACCEPTABLE
  • INAPPLICABLE
  • UNACCEPTABLE
    • comments on what was evaluated/not evaluated, why a criterion failed

Shared/Common

  • Uses Apache 2.0 license
  • Module build MUST produce a valid module descriptor
  • Module descriptor MUST include interface requirements for all consumed APIs
  • Third party dependencies use an Apache 2.0 compatible license
  • Installation documentation is included
  • Personal data form is completed, accurate, and provided as PERSONAL_DATA_DISCLOSURE.md file
  • Sensitive and environment-specific information is not checked into git repository
  • Module is written in a language and framework from the officially approved technologies page
  • Module only uses FOLIO interfaces already provided by previously accepted modules e.g. a UI module cannot be accepted that relies on an interface only provided by a back end module that hasn't been accepted yet
  • Module gracefully handles the absence of third party systems or related configuration
  • Sonarqube hasn't identified any security issues, major code smells or excessive (>3%) duplication
  • Uses officially supported build tools
  • Unit tests have 80% coverage or greater, and are based on officially approved technologies

Frontend

  • If provided, End-to-end tests must be written in an officially approved technology
  • Have i18n support via react-intl and an en.json file with English texts
  • Have WCAG 2.1 AA compliance as measured by a current major version of axe DevTools Chrome Extension
  • Use the latest release of Stripes at the time of evaluation
  • Follow relevant existing UI layouts, patterns and norms
  • Must work in the latest version of Chrome (the supported runtime environment) at the time of evaluation

Backend

TCR Process Improvements

[Please include here any suggestions that you feel might improve the TCR Processes.]