|
Revision 708, 0.7 kB
(checked in by bitserf, 4 years ago)
|
add code coverage testing scripts, remove dead code
detected by said scripts
|
| Line | |
|---|
| 1 |
= Low priority tasks |
|---|
| 2 |
- add better type mapping tests for XML-RPC |
|---|
| 3 |
- add tests for ActiveRecord support (with mock objects?) |
|---|
| 4 |
|
|---|
| 5 |
= Refactoring |
|---|
| 6 |
- Find an alternative way to map interesting types for SOAP (like ActiveRecord |
|---|
| 7 |
model classes) that doesn't require creation of a sanitized copy object with data |
|---|
| 8 |
copied from the real one. Ideally this would let us get rid of |
|---|
| 9 |
ActionWebService::Struct altogether and provide a block that would yield the |
|---|
| 10 |
attributes and values. "Filters" ? Not sure how to integrate with SOAP though. |
|---|
| 11 |
|
|---|
| 12 |
- Don't have clean way to go from SOAP Class object to the xsd:NAME type |
|---|
| 13 |
string -- NaHi possibly looking at remedying this situation |
|---|