You are here

README.txt in SMS Framework 6

-----------------------------------------------------------
SMS Framework Message Tracking feature module
-----------------------------------------------------------

** THIS MODULE IS VERY UNFINISHED **

- The module is tracking messages fine, by recording them, marking them with
  a status and updating the status when the gateway sends receipts.
- The Views are not working (I am crap at Views).
- The API fns and hooks have not been written.
- The admin interface is incomplete.
- The purge scheduler may need to be tested and extended.


** LIST OF WANTED FEATURES: **

- Archive in/out/all messages
  - Purge archived messages after a time period
- Track message delivery receipts
  - 0. Place a tracking reference on a sent message
  - 0. (or) Record the message ID given by the gateway?
  - 1. Record message send and gateway response (if exist)
  - 2. Take receipt and modify message status
- Admin interface with View for recorded/tracked messages
  - Has red/yellow/green markers and views filters
  - Delivery stats summary
    - Delivery success/failure
  - Google charts for delivery stats
- API
  - Implement functions and hook that allow others to interact with
    the message tracking system.
- Janitorial
  - Purge delivered messages after a time period
  - Purge non-delivered messages after a time period

File

modules/sms_track/README.txt
View source
  1. -----------------------------------------------------------
  2. SMS Framework Message Tracking feature module
  3. -----------------------------------------------------------
  4. ** THIS MODULE IS VERY UNFINISHED **
  5. - The module is tracking messages fine, by recording them, marking them with
  6. a status and updating the status when the gateway sends receipts.
  7. - The Views are not working (I am crap at Views).
  8. - The API fns and hooks have not been written.
  9. - The admin interface is incomplete.
  10. - The purge scheduler may need to be tested and extended.
  11. ** LIST OF WANTED FEATURES: **
  12. - Archive in/out/all messages
  13. - Purge archived messages after a time period
  14. - Track message delivery receipts
  15. - 0. Place a tracking reference on a sent message
  16. - 0. (or) Record the message ID given by the gateway?
  17. - 1. Record message send and gateway response (if exist)
  18. - 2. Take receipt and modify message status
  19. - Admin interface with View for recorded/tracked messages
  20. - Has red/yellow/green markers and views filters
  21. - Delivery stats summary
  22. - Delivery success/failure
  23. - Google charts for delivery stats
  24. - API
  25. - Implement functions and hook that allow others to interact with
  26. the message tracking system.
  27. - Janitorial
  28. - Purge delivered messages after a time period
  29. - Purge non-delivered messages after a time period