Ref

visibility

paxpar reference objects, like checklists or craftforms, are shown in the gallery.

visibility

paxpar reference objects, like checklists or craftforms, are shown in the gallery.

TODO: refactor

In the paxpar gallery (domain paxpar.tech) everything is shown.

In a partner gallery (with a given domain like acme.com) only public objects are shown or objects privatly owned by this domain:

gallery:
  published: true
  private:
    - veriftonentrepreneur.fr
    - dev.paxpar.local

examples

Sample ref object definition:

# Sample A
author: aa@acme.com
# default visible: all # published on all portals !
# Sample B
author:
    - aa@acme.com
    - bb@acme.com
visible: author
# Sample C
author:
    - aa@acme.com
    - bb@acme.com
portal: portal_a
visible: portal
# Sample D
author:
    - aa@acme.com
    - bb@acme.com
portal:
    - portal_a
    - paxpar
visible: portal
# Sample E
author:
    - aa@acme.com
    - bb@acme.com
visible: all # published on all portals !
# Sample F
# no author, no domain

users:

  • aa, bb, cc, zz: authenticated users with basic role
  • adm : authenticated user with admin role
  • adm2 : authenticated user with admin role

Visibility in the gallery of portal_a:

sample \ useraabbcczzadmadm2anon
Sample Aβœ”βœ”βœ”βœ”βœ”βœ”-
Sample Bβœ”βœ”--βœ”βœ”-
Sample Cβœ”βœ”βœ”βœ”βœ”βœ”-
Sample Dβœ”βœ”βœ”βœ”βœ”βœ”-
Sample Eβœ”βœ”βœ”βœ”βœ”βœ”-
Sample Fβœ”βœ”βœ”βœ”βœ”βœ”-

Visibility in the gallery of portal_b:

sample \ useraabbcczzadmadm2anon
Sample Aβœ”βœ”βœ”βœ”βœ”βœ”-
Sample Bβœ”βœ”--βœ”βœ”-
Sample Cβœ”βœ”---βœ”-
Sample Dβœ”βœ”---βœ”-
Sample Eβœ”βœ”βœ”βœ”βœ”βœ”-
Sample Fβœ”βœ”βœ”βœ”βœ”βœ”-

Visibility in the gallery of paxpar:

sample \ useraabbcczzadmadm2anon
Sample Aβœ”βœ”βœ”βœ”βœ”βœ”-
Sample Bβœ”βœ”--βœ”βœ”-
Sample Cβœ”βœ”---βœ”-
Sample Dβœ”βœ”βœ”βœ”βœ”βœ”-
Sample Eβœ”βœ”βœ”βœ”βœ”βœ”-
Sample Fβœ”βœ”βœ”βœ”βœ”βœ”-