From: richard Date: Wed, 16 Jan 2002 04:54:27 +0000 (+0000) Subject: Some more information regarding customising the schema. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b018e22082c3ef85fd2b9a782af9c6424b2006d6;p=roundup.git Some more information regarding customising the schema. git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@554 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/doc/index.html b/doc/index.html index a3acb9e..c047a4a 100644 --- a/doc/index.html +++ b/doc/index.html @@ -751,6 +751,10 @@ MESSAGES_TO_AUTHOR = 'no' # either 'yes' or 'no'

Instance Schema

+Note: if you modify the schema, you'll most likely need to + +web interface to reflect your changes. +

An instance schema defines what data is stored in the instance's database. The two schemas shipped with Roundup turn it into a typical software bug tracker (the extended schema allowing for support issues as well as bugs). @@ -918,6 +922,20 @@ in the instance html directory. These are divided into index, item and newitem views. The newitem view is optional - the item view will be used if the newitem view doesn't exist. +

Repurcussions of changing the instance schema

+ +If you choose to change the instance schema you will need to +ensure the web interface knows about it: +
    +
  1. Index, item and filter pages for the relevant classes may need to have properties +added or removed, +
  2. The default page header relies on the existence of, and some values of the +priority, status, assignedto and activity classes. If you change any of these (specifically +if you remove any of the classes or their default values) you will need to implement your +own pagehead() method in your instance's interfaces.py module. +
+ +

Displaying Properties

@@ -1285,8 +1303,7 @@ system on their time.

 


-$Id: index.html,v 1.25 2002-01-16 03:04:03 richard Exp $ +$Id: index.html,v 1.26 2002-01-16 04:54:27 richard Exp $

 

-