Roundup Tracker - Issues

Issue 587236

classification
cgi_client.py depends on 'issue' etc.
Type: Severity: normal
Components: None Versions:
process
Status: closed rejected
:
: : richard, stefan
Priority: normal :

Created on 2002-07-26 20:48 by stefan, last changed 2002-07-26 20:48 by stefan.

Messages
msg303 Author: [hidden] (stefan) Date: 2002-07-26 20:48
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).

msg304 Author: [hidden] (richard) Date: 2002-07-26 23:13
Logged In: YES 
user_id=6405

Does it require issue, or does it just have extra handling for issue? If 
it's the latter, it's not a bug, but requires discussion. I'm moving that 
discussion to the developers mailing list. 
 
History
Date User Action Args
2002-07-26 20:48:10stefancreate