[OGo-Users] sharing contact attributes only between given users

Sebastian Reitenbach users@opengroupware.org
Thu, 10 Apr 2008 13:29:49 +0200


users@opengroupware.org wrote: 
> On 10.04.2008, at 12:38, Sebastian Reitenbach wrote:
> > I hope the explanation above is understandable, so is that possible  
> > in OGo?
> 
> 
> No, not yet. Actually the Java port does support fieldsets. We might  
ok, then my assumptions were right. Interesting, that the java port has it.
> want to backport them to the mainline, might be well worth the effort.
I'd vote for that, yes ;)
> Though its quite a bit of work to capture all codepathes.
Yes, I can understand.

> 
> Basically it introduces additional permission flags:
> ---snip---
>   * <p>
>   * Permissions
>   * <ul>
>   *   <li><code>r</code> - all details can be shown (lbpiPM)
>   *   <li><code>w</code> - contact can be edited
>   * </ul>
>   *
>   * <p>
>   * Data Read Restriction
>   * <ul>
>   *   <li><code>l</code> - list
>   *   <li><code>b</code> - business contact data (phone/address)
>   *   <li><code>p</code> - private contact data (phone/address)
>   *   <li><code>i</code> - IM data
>   *   <li><code>P</code> - private data like birthday etc
>   *   <li><code>M</code> - mobile number
>   *   <li><code>s</code> - may send private messages
>   *   <li><code>c</code> - may connect with me in the system?
>   * </ul>
> ---snap---
> Technically we could map the codes to arbitrary fields removals.
I don't really get the meaning of the last sentence.

However, does the java port work on the same database layout as OGo does 
now? Or are the changes to the database schema, that your are planning maybe 
some enhancements from the ogo java port?

thanks
Sebastian