← Back to team overview

mugle-dev team mailing list archive

Getter/Setter user level and clientview

 

I am having trouble understanding these concepts. I read the documentation
on them.

The @GetterUserLevel defines the read permissions, and the @SetterUserLevel
defines write permissions. Why do most fields not have a @SetterUserLevel?
Does that mean the permissions are the same as the getter by default?

I don't get the difference between the private and public view. When is a
private view going to happen and when a public? This isn't explained in the
documentation, and every single example there has set the public and private
view to the same role!

Please update the documentation with answers to these questions.

Follow ups