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)
-
0
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.
-
0
Maybe we'll see an example of feature management in the EventCloud sample application? :)
-
0
I will define 2 editions and implement a few features in the event cloud system :)
-
0
<a class="postlink" href="https://github.com/aspnetboilerplate/eventcloud/issues/2">https://github.com/aspnetboilerplate/ev ... d/issues/2</a>