SDP in DRUPAL
I am analyzing and designing SDP (Service delivery platform) system.
I want to implement it in Drupal 7.
Some of detail about the Project is :
I have two type of product (content, service)
Content such as
Application , video , music , games , pictures ...
Service such as
"Sport News" Service are sent "deliver" to user by SMS Message.
"Funny Picture" Service are sent "deliver" to user by MMS Message.
........
There are many ways to Deliver Product (service , content) to user such as
- SMS
- MMS
- Download
....
There are many ways to Explore Product (service , content) to user such as
-WEP
-WAP
-USSD
-SMS channel
-MMS channel
.....
Every Product have
-Product category
-product tag
There are many Role in this system
- admin
- content manager
- service manage
- Product manager
- partner manager "he will provide product"
- service provider "partner"
- content provider "partner"
- customer care
The end user can change alot of theme and layout.
I have Subscription Entity to save (USER ID , Product ID , Product Type ID ,
Data , Expiry Date , Way of Explore Product , Way of Delivery Product , Status "Delivered" or "Not" ......
and I have Advertisement system to made Advs for specific user
and Special Offer System.