ablator
ablator copied to clipboard
Ablator is a Service that enables you to roll out functionalities at your own pace, and perform good A/B testing.
Followup for #94 - [x] Break up the "whole page" layout of the Feature UI into sub-pages - [ ] Add UI to add rollout schemes to specific tags and...
Check existing availabilities for wether they are stale and update them if necessary. This used to be part of #123 but is being extracted into its own issue.
Right now, RolloutStrategyUpdate allows you to edit every RolloutStrategy if you know it's UUID. ``` def get_queryset(self): return RolloutStrategy.objects.all() ``` This should instead filter to only the RolloutStrategies the current...
Allow people to completely delete the account for their organization and all their data.
Just as with Python, Swift, and curl, we want to have NodeJS example code in the app detail view.