#13 closed enhancement (fixed)
Refactor data forms
Reported by: | ralphm | Owned by: | ralphm |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | generic | Keywords: | |
Cc: |
Description
The current implementation of Data Forms is quite limited. There is no way to get an abstract representation to generate an XML representation from or parse an XML representation.
Change History (2)
comment:1 Changed 13 years ago by ralphm
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 13 years ago by ralphm
Note: See
TracTickets for help on using
tickets.
(In [55]) Refactor Data Forms.
Author: ralphm. Fixes #13.
This refactoring provides an abstract representation of Forms, Fields and Options and each of those can be parsed from or unparsed to XML. This change also simplifies testing in test_pubsub, by allowing the 'received' requests to be represented as an XML snippit.