aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'actionwebservice/TODO')
-rw-r--r--actionwebservice/TODO11
1 files changed, 2 insertions, 9 deletions
diff --git a/actionwebservice/TODO b/actionwebservice/TODO
index 461aa2bcda..b3b4ec2c00 100644
--- a/actionwebservice/TODO
+++ b/actionwebservice/TODO
@@ -1,13 +1,6 @@
-= Low priority tasks
- - add better type mapping tests for XML-RPC
- - add tests for ActiveRecord support (with mock objects?)
+= 0.6.0 Tasks
+ - finish off tickets #676, #677, #678
= Refactoring
- - Find an alternative way to map interesting types for SOAP (like ActiveRecord
- model classes) that doesn't require creation of a sanitized copy object with data
- copied from the real one. Ideally this would let us get rid of
- ActionWebService::Struct altogether and provide a block that would yield the
- attributes and values. "Filters" ? Not sure how to integrate with SOAP though.
-
- Don't have clean way to go from SOAP Class object to the xsd:NAME type
string -- NaHi possibly looking at remedying this situation