File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -668,7 +668,7 @@ Your schema may be changed at any time before or after the tracker has been
668668initialised (or used). You may:
669669
670670**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
672672 from adding new information to a tracker's schema.
673673
674674**Remove properties**
@@ -707,11 +707,13 @@ In the tracker above, we've defined 7 classes of information:
707707 Initially empty, this is where the issue information is stored.
708708
709709We define the "priority" and "status" classes to allow two things:
710- reduction in the amount of information stored on the issue and more
711- powerful, accurate searching of issues by priority and status. By only
712- requiring a link on the issue (which is stored as a single number) we
713- reduce the chance that someone mis-types a priority or status - or
714- simply makes a new one up.
710+
711+ 1. reduction in the amount of information stored on the issue
712+ 2. more powerful, accurate searching of issues by priority and status
713+
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.
715717
716718
717719Class and Items
You can’t perform that action at this time.
0 commit comments