Type | Line | Description |
---|---|---|
TODO | 65 | calculate averages per service instead of just returning the data raw. |
Type | Line | Description |
---|---|---|
TODO | 19 | determine if indirection for serializer/deserializer necessary. Makes gateway code lighter, but is cumbersome |
TODO | 29 | consider an interface for $handler. Maybe overkill here |
TODO | 38 | consider an interface for $handler. Maybe overkill here |
TODO | 46 | consider an interface for $handler. Maybe overkill here |
Type | Line | Description |
---|---|---|
TODO | 34 | maybe change storage mechanism to sqlite. This means checking that it is indeed available, checking if performance is ok etc., so it might be a bit heavy handed. |
Type | Line | Description |
---|---|---|
TODO | 485 | no type markers ("\6', for example) in this method! |
TODO | 621 | it would seem that to create only one traits entry for an anonymous object would be the way to go. this however messes things up in both Flash and Charles Proxy. For testing call discovery service using AMF. investigate. |