-
Notifications
You must be signed in to change notification settings - Fork 0
Admin Section
What is a category?
A category is a field a registrant wants to specialize in, E.g. Front End. In their registration process, registrants will choose the category they wish to specialize in. Tasks will be assigned to them only from the chosen category. More about tasks -> later.
Go to Admin -> Category Manager. You'll see a list of categories there.
To create a new category, hit the Add Category button. You'll see a Name and a Status field.
Statuses are divided into 3 types - Draft, Published and Disabled.
- Draft categories are usually new ones and you'd like to add tasks to them before publishing. Draft categories cannot be chosen from other registrants. It is recommended you choose this status for new categories.
- Published categories can be chosen from other registrants. Once you've added tasks to the category, you could publish it.
- Disabled categories are ones that you'd like to exclude from the queue. Registrants cannot choose disabled categories.
No game changers will happen if you create a category with a Draft status. So you could freely add as many categories as you'd want and publish them only when they are ready.
As far as deleting goes, only draft categories that have nothing assigned to them can be deleted. Published categories can be disabled, which means they won't be available for new registrants. They cannot be deleted though since there probably will be information in the database about previous registrants that have filled in their tasks on the given category.
What is a Task?
A Task is a "TO DO", something you ask the registrant to do. Example - read these 5 articles about front end.
Go to Admin -> Task Manager. To create a task, hit the Create Task button. There are several options there:
- Category - choose the category you wish to assign the task to.
- Title - this is the name of the task, e.g. Reading.
- Description - explanation containing everything you wish the user to do.
- Estimation - how much time would the user need to fulfill the task in hours. E.g. - 4.
- Enabled - is the task enabled for selection. If it is enabled, it gets appended to the chosen category and new registrants will get this task assigned if they choose the same category.
- One thing to note - if the task doesn't have an assessment attached to it, it won't get assigned because it's marked invalid. More about this later.
- Assessment Type - how the task will be examined at the end. More about this later.