Issue Code Is Working
I finished testing the issue code today. We now have a functional ‘help desk database’ for the MUD. It’s primitive, but it should do the trick and can be expanded/changed as necessary. At least we’ve eliminated the bug, idea, typo, and ‘helps needed’ files that admins would rarely, if ever, look at. Here’s an example of usage:
< > issue update 2 This is a test issue.
Issue 2 updated with text This is a test issue.
< > issue close 2 Testing the issue entry system.
Issue 2 closed with resolution Testing the issue entry system.
< > issue show 2
Issue Number: 2 Priority: high Type: helpentryrequest
Is Closed: True Opened by Imm: True In Room: 0
Created by: Xangis Time: 7/6/2008 11:14 AM Text:
disarm
Entered by: Xangis Time: 7/6/2008 11:32 AM Text:
this
Entered by: Xangis Time: 7/6/2008 11:36 AM Text:
This is a test issue.
Closed by: Xangis Time: 7/6/2008 11:37 AM Text:
Testing the issue entry system.
< > requesthelp disarm
Help entry request recorded. Thank you.
< > issue list
Issues:
[3] (lowest) Help Request: disarm
[4] (lowest) Help Request: issue
[5] (lowest) Help Request: ignore
< > Issue Number: 3 Priority: lowest Type: helpentryrequest
Is Closed: False Opened by Imm: True In Room: 0
Created by: Xangis Time: 7/6/2008 11:25 AM Text:
Help Request: disarm
< > issue priority 3 lowest
Issue 3 priority set to lowest.