shimaore / ccnq3

ISP VoIP (SIP) softswitch platform
https://shimaore.github.io/ccnq4/
GNU General Public License v3.0
13 stars 8 forks source link

Portal: new provisioning types #30

Closed shimaore closed 11 years ago

shimaore commented 11 years ago

Q: What is the proper data model for application extensions?

Say, I want to add a new module that adds components to provisioning. How do I add valid "provisioning_types" (from an external module)?

A: At least inside the deployment project (which could be the plain provisioning app or not) I need to have some registry of applicable types, which then gets included inside the user_push/user_pull functions.

(Alternatively enumerate user_push/user_pull functions in _design documents?)