Christian Kaltepoth

Results 179 comments of Christian Kaltepoth

Sure! Contributions are welcome!

See my [recent comment](https://github.com/togglz/togglz/pull/307#issuecomment-443438915) on the PR.

I agree that the current behavior isn't very user-friendly. I was thinking about implementing the console from the scratch with React at some point. In this case I will definitely...

Thanks a lot for the pull request. I'll try to find some time in the next days to have a deeper look at it.

Hi. Thanks again for creating this PR. Unfortunately I just [stepped down](https://groups.google.com/forum/#!topic/togglz-dev/4eL0tAO3q-A) from my role as the Togglz maintainer and from being an active committer. But I hope that some...

The problem here is that this would require changes to all the state repositories. However, I think you can add auditing functionality very easily in your app once with have...

Hey @alecl, currently it is only possible to either allow or deny access to the Togglz Console via `FeatureUser#isFeatureAdmin()`. I'm not sure if it makes sense to separate this into...

I agree that more fine grained control would be a good thing. However, in those cases you typically also have many other requirements which cannot be provided by the default...

Hey @charithdesilva. Nice to hear that you would like to work on this issue. The big question is how to tell Togglz that a user has readonly vs read-write permission....

Hey @emahaletmc. Thanks for sharing you thoughts. I'm not sure if something like `isReadOnly()` would be flexible enough. Also adding a new method to the interface will definitely break implementations,...