{5} Assigned, Active Tickets by Owner (Full Description) (14 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

javi (2 matches)

Ticket Summary Component Milestone Type Created
Description
#8 QueryTool developed from scratch webapp_querytool 3.3.0 enhancement 03/17/06

The QueryTool should be part of the PyWrapper distribution. An AJAX interface will probably be the best option, but accessability could be an issue.


Estimation of work: 200h


#25 Basic WFS support lib task 05/12/06

Add Basic 1.1.0 WFS protocol to PyWrapper natively. Not transactional and not XLink support.


Estimation of work: ??? ~200h ???


markus (12 matches)

Ticket Summary Component Milestone Type Created
Description
#149 search on literals works? lib 3.1.0 defect 02/19/07

search on literals in local mappings works?


#114 multithreaded & dbpool webapp enhancement 10/23/06

make the pywrapper cherrypy webapp threadsafe (dsaObj dict, login locks/password, dbmod/connection). right now theres 1 instance only.

use a db connection pool too:

http://docs.cherrypy.org/connecting-your-cherrypy-server-to-a-database


#150 add element / attribute group support for schemas lib_structure 3.1.0 enhancement 02/19/07

add element / attribute group support for schemas not core, but very nice


#159 allow mixed content in model schemas lib_structure 3.1.0 enhancement 07/16/07

treat elements in schemas with mixed content as if they were of string simple type for example in TCS: DataSet/TaxonNames/TaxonName/CanonicalName/Genus?

<xs:complexType name="ReferenceType?" mixed="true">

<xs:annotation><xs:documentation> Elements of this type are used to refer to other resources. They can be used in the following ways. 1) With text content and no attributes - a simple text representation of the resource. 2) With no text content but a ref attribute pointing to the location or the resource. 3) A combination of the two above. The text content is a summary or the resource referenced to in the ref attribute. </xs:documentation></xs:annotation> <xs:attribute name="ref" type="xs:token" use="optional">

parse mixed="true" attribute and set datatype to xs:string


#15 Unit tests for PyWrapper tools 3.2.0 task 03/17/06

The software is getting complicate enough to start considering the use of some unit test software to check that everything is working fine before any release.

A logical possibility is the Python unit testing framework and we can make use of the GUI QUnitTest.


Estimation of work: ~200h


#41 add known models to configtool webapp lib 3.2.0 defect 06/14/06

add trusted models to configtool webapp + dontRepeat editor for those models (limit to repeatable nodes)


#20 Online software update tools enhancement 04/19/06

Allow updates of software through online service. check update site for last version and if my current version is compatible with that update. then download gzip of all files apart configuration, compare MD5 hash, remove existing ones, add new ones, reconfigure installation.

could be done as autoupdate via cron, so provide script for that.


Estimation of work: ~80h


#34 static mappings depend on other dynamic values lib enhancement 05/22/06

Static mappings like "family" for higher taxon rank should possibly depend upon other content; in this case the real hugher taxon. if no higher taxon is present, the static mapping shouldnt either!


#43 add querytemplates to configtool lib 3.2.0 enhancement 06/14/06

add querytemplates to configtool


#95 return http errors lib 3.1.0 enhancement 09/03/06

instead of returning a plain text message as fatal errors return http errors via cherrypy.response.status:

500 Internal Server Error

The server encountered an unexpected condition which prevented it from fulfilling the request.

501 Not Implemented

The server does not support the functionality required to fulfill the request. This is the appropriate response when the server does not recognize the request method and is not capable of supporting it for any resource.


#136 Multiple primary key fields. webapp_cfgtool enhancement 11/24/06

In many databases we find multiple fields used as primary key. This was an option in BioCASE. It might not be an option to modify a database in order to create an extra field to be used as primary key.


#148 declare ALL namespace prefixes in the beginning of a model lib 3.1.0 enhancement 02/19/07

force elementtree to declare ALL namespaces in the beginning??? alternatively manually declare all namespaces of a model early.


Note: See TracReports for help on using and creating reports.