Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.08 KB

acceptance-test-results.md

File metadata and controls

30 lines (23 loc) · 1.08 KB

Acceptance Test Report

Automatic HTML Encoding

  • Shall prevent cross-site scripting injection

Configurable Form Object (Model)

  • Shall support configurable form labels
  • Shall support form field type detection
  • Shall support converting detected datetime-local input types to string
  • Shall support converting detected number input types to string
  • Shall support converting detected checkbox input types to string
  • Shall support converting detected text input types to string
  • Shall support hidden form field configuration

Configurable, Storable Object (Model)

  • Shall configure column names
  • Shall detect data types
  • Shall allow configuration of size
  • Shall have optional table name configuration

HTTP Request Routing

  • Shall invoke the routable object registered to the given request path
  • Shall return a "not found" response when the given route has not been registered

Low Memory Usage

  • Memory usage shall be below 200000 bytes

Small Project Size

  • Source code total size shall be below 9000 bytes