Ticket #411 (closed task: ready_for_review)
Statistics
| Reported by: | admin | Owned by: | peter |
|---|---|---|---|
| Priority: | major | Milestone: | WLE modules into D6 |
| Component: | WLE | Version: | |
| Keywords: | Cc: | ||
| MoSCoW: | Must Have | Estimated time after impact analysis: | |
| Related to project: | none | Tested: | no |
| Accepted: | no | Estimated Hours: | 5 |
Description
Create a statistics module in Drupal 6 containing the same statistics that now are available in WLE.
<input by robert>
The WLE stats module needs to be independent from WLE setup. As far I can see it depended on vpx_connector, wle_shared and wle_asset.
Requirement;
- It must be able to be 'standalone' (no other modules beside mediamosa_sdk).
- It can only be depended on mediamosa_sdk (see mediamosa/sdk under freya)
MediaMosa SDK is new and contains mediamosa_connector and mediamosa_development. Also the class mediamosa_sdk contains consts that your module might need, like the error codes used in MediaMosa.
If this module uses specific const, functions etc thats inside MediaMosa CORE and is not in MediaMosa SDK, then we need to consider to move it into the SDK.
