Roundup Tracker - Issues

Message303

Author stefan
Recipients
Date 2002-07-26.20:48:10
Message-id
In-reply-to
Roundup is supposed to be very flexible as to what
schema to use
in the database. However, a number of modules (notably
cgi_client.py)
depend on specifics. cgi_client.py hardcodes method
names 'newissue', 'findissue', etc. which requires
'issue' to be a defined entity.

It would be good to design a mechanism to get rid of
such dependencies once and for all, i.e. a tool that
can assist admins not only to read a schema definition
file and instantiate the db, but also to
assist in modifying/generating those portions of the
code that depend
on a specific schema (all the frontends, it seems).

History
Date User Action Args
2009-02-03 14:20:03adminlinkissue587236 messages
2009-02-03 14:20:03admincreate