[dokuwiki] Re: advice for developpment

  • From: Andreas Gohr <andi@xxxxxxxxxxxxxx>
  • To: DokuWiki Mailinglist <dokuwiki@xxxxxxxxxxxxx>
  • Date: Wed, 4 Jan 2017 16:33:04 +0100

Can we store
a list of all the projects in a variable that can be used for all the
forms? or better can we set a variable per user?

The struct plugins would allow that using a lookup schema to store
your project data and lookup field to select data from it. That lookup
field could also be used within a bureaucracy form. However since you
already have data in the data plugin that might not be the most
elegant way unless you're willing to switch to struct completely.

A third point is that we would like user to perform queries in the
database by themselves is it possible to do this already?

The aggregation table is basically what is used to query the data
plugin database. There's the dynfilter option to make it filterable on
demand.

Andi

-- 
splitbrain.org
-- 
DokuWiki mailing list - more info at
http://www.dokuwiki.org/mailinglist

Other related posts: