[OGo-Developer] 05_historyProject?
Adam Tauno Williams
developer@opengroupware.org
Fri, 09 May 2008 11:09:31 -0400
> Actually the WebUI already allows configurable filtering (configurable
> tabs in the projects application).
Yep.
> Maybe this would need to be added to more panels.
> From the (very old) internal Skyrix database:
> ---snip---
> OGoSx=> SELECT kind, COUNT(*) FROM project GROUP BY kind;
> kind | count
> -------------------+-------
> | 4867
> 05_historyProject | 2233
> 00_invoiceProject | 452
> (3 rows)
Interesting; I've got none, but my database only goes back to 2003.
> ---snap---
> Seems there are quite a few history projects. No idea what they were
> good for.
> Maybe the core idea was indeed to have a project which doesn't show up
> as a regular project? Don't remember.
This is one of the things we are doing; using projects for containers.
> It should be filtered in the UI in any case.
The "kind" can't be set via the WebUI; what it is best way to replace
the current filter? Just filter out everything where kind isn't NULL or
to create a default? Since you can't set kind via the WebUI I don't see
how it would ever get set for "normal" projects, thus a kind value
indicates the project is something other than normal.