Create Subtask
This page provides a template to input the information required to create a Subtask.
Frontend Fields
Field
Description
Title
Text field for Title of the Subtask
Description
Text field for Description of the Subtask
Progress
Dropdown with progress options
Due Date
Date Picker with full working calander
Attachments
Way to attach artifacts to a Subtask
Analyst(s)
Dropdown with selection of analysts assigned to event
Collaborator(s)
Dropdow with a selection of analysts available to collaborate
Task(s)
Dropdown with a selection of Tasks to relate the Subtask to
Subtasks(s)
Dropdown with a selection of Subtasks
CreateSubtask.vue
Computed:
Name
Description
titleStack()
This is used to put the title of the Subtask at the top of the page
heroTitle()
This is used to put the title of the Subtask on the hero bar
heroRouterLinkTo()
This is used to return link to Subtasks
heroRouterLinkLabel()
This is used to return to previous page
formCardTitile()
This is used to return the Form Title
created()
This is used to get Tasks
Methods:
Name
Description
input()
This is used to make a readable date
submit()
This is used to log and create Subtask
getTasks()
This is used to return Task Titles
logAction()
this is used to create a log of the creation of the Subtask
displayError()
This is used to display any errorr message that may occur
Last updated