comparison doc/customizing.txt @ 6171:53a674b5910f

Fix spelling and make list into a list for readability.
author John Rouillard <rouilj@ieee.org>
date Fri, 15 May 2020 21:23:03 -0400
parents de9d602c8ce6
children 5522c950a2e4
comparison
equal deleted inserted replaced
6170:dadcb4fe9f1d 6171:53a674b5910f
666 666
667 Your schema may be changed at any time before or after the tracker has been 667 Your schema may be changed at any time before or after the tracker has been
668 initialised (or used). You may: 668 initialised (or used). You may:
669 669
670 **Add new properties to classes, or add whole new classes** 670 **Add new properties to classes, or add whole new classes**
671 This is painless and easy to do - there are generally no repurcussions 671 This is painless and easy to do - there are generally no repercussions
672 from adding new information to a tracker's schema. 672 from adding new information to a tracker's schema.
673 673
674 **Remove properties** 674 **Remove properties**
675 Removing properties is a little more tricky - you need to make sure that 675 Removing properties is a little more tricky - you need to make sure that
676 the property is no longer used in the `web interface`_ *or* by the 676 the property is no longer used in the `web interface`_ *or* by the
705 705
706 issue 706 issue
707 Initially empty, this is where the issue information is stored. 707 Initially empty, this is where the issue information is stored.
708 708
709 We define the "priority" and "status" classes to allow two things: 709 We define the "priority" and "status" classes to allow two things:
710 reduction in the amount of information stored on the issue and more 710
711 powerful, accurate searching of issues by priority and status. By only 711 1. reduction in the amount of information stored on the issue
712 requiring a link on the issue (which is stored as a single number) we 712 2. more powerful, accurate searching of issues by priority and status
713 reduce the chance that someone mis-types a priority or status - or 713
714 simply makes a new one up. 714 By only requiring a link on the issue (which is stored as a single
715 number) we reduce the chance that someone mis-types a priority or
716 status - or simply makes a new one up.
715 717
716 718
717 Class and Items 719 Class and Items
718 ~~~~~~~~~~~~~~~ 720 ~~~~~~~~~~~~~~~
719 721

Roundup Issue Tracker: http://roundup-tracker.org/