From be04edff3f895e46977c6935c80e841b1124f445 Mon Sep 17 00:00:00 2001 From: Toastie Date: Fri, 27 Dec 2024 02:58:17 +1300 Subject: [PATCH] Updated some comments. --- Commands/AdminCommands.cs | 1 + Interviews/interview_template.schema.json | 4 ++-- default_config.yml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Commands/AdminCommands.cs b/Commands/AdminCommands.cs index 7161afc..e32815b 100644 --- a/Commands/AdminCommands.cs +++ b/Commands/AdminCommands.cs @@ -93,6 +93,7 @@ public class AdminCommands } } + // TODO: Delete interview if (Database.DeleteOpenTicket(ticket.id)) { diff --git a/Interviews/interview_template.schema.json b/Interviews/interview_template.schema.json index b0d241a..b36932a 100644 --- a/Interviews/interview_template.schema.json +++ b/Interviews/interview_template.schema.json @@ -6,8 +6,8 @@ "definitions": { "step": { "type": "object", - "title": "Interview", - "description": "Contains the interview dialog tree.", + "title": "Interview Step", + "description": "Contains a question, error message or end of an interview.", "properties": { "heading": { "type": "string", diff --git a/default_config.yml b/default_config.yml index edc3e0c..0989924 100644 --- a/default_config.yml +++ b/default_config.yml @@ -54,7 +54,7 @@ notifications: closing: true interviews: - # Enable the interview system. You must use the admin commands to set up interview templates before you can start using it. + # Enable the interview system. You must set up interview templates before you can start using it. # Any existing interviews can still be completed while interviews are disabled, but new ones will not be created. enabled: true