Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Latest commit

 

History

History
13 lines (11 loc) · 578 Bytes

TODO.md

File metadata and controls

13 lines (11 loc) · 578 Bytes

TODOs

A list of things that could or should be done. Contributions are welcome.

  • introduce hasField() method on Module instead of having to use getValue() and catching an InvalidFieldException?
  • AggregateField and ReferenceField are not tracked with ChangeEvents?
  • fix unspecific documentation in various files (verbose copy&paste docs)
  • improve existing validation system/hooks
    • add stable validators
    • maybe reuse Agavi/Symfony validators?
    • validation options instead of new fields with specific validators?
  • remove *Collection fields?
  • more tests