Base solution for your next web application
Open Closed

example usage of edition manager? #423


User avatar
0
apexdodge created

I see you have added Feature Management and Edition Manager. This is unbelievably awesome and thank you so much for it.

Do you have any example code for edition manager?

I was able to get all tenant and user squared away nicely from the example code and they work in unison like this:

<a class="postlink" href="http://i.imgur.com/KHzLMxN.png">http://i.imgur.com/KHzLMxN.png</a>

So I was wondering where edition manager fits into all this?

Also, is it one edition per tenant or is it one edition per user? or both?

Thanks


4 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    Editions and Features are for Tenants, not users (There are permissions for users).

    We may have Standard Edition which has less features than Premium Edition, for example (and surely Standard edition will be cheaper). So, we can define features, group features into editions and assign editions to tenants.

    For example, I implemented edition manager for AspNet Zero (<a class="postlink" href="http://www.aspnetzero.com/Documents/Development-Guide#edition-management">http://www.aspnetzero.com/Documents/Dev ... management</a>). See edition management and tenant management sections of the document.

  • User Avatar
    0
    codemonkey21 created

    Maybe we'll see an example of feature management in the EventCloud sample application? :)

  • User Avatar
    0
    hikalkan created
    Support Team

    I will define 2 editions and implement a few features in the event cloud system :)

  • User Avatar
    0
    diosloco created

    <a class="postlink" href="https://github.com/aspnetboilerplate/eventcloud/issues/2">https://github.com/aspnetboilerplate/ev ... d/issues/2</a>