Create Event
An Event will be created and the data will be stored in the corresponding table database.
Frontend Fields
Event Name
Name of the Event that is being written text box
Event Description
Decription of the Event text box
Event Lead Analyst
Initials of the Lead Analyst for the Event drop down menu
Event Type
Type of Event (CVPA, CVI, VOF) drop down menu
Event Version
The version of the Event text box
Assessment Date
Assessment Datepicker menu
Organization Name
Organization Name text box
Security Classification Title Guide
Title Guide text box
Event Classification
Event Classification drop down menu
Declassification Date
Declassification Datepicker menu
Customer Name
Customer name text box
CreateEvent.vue
Computed:
titleStack()
Defines the path of the page
heroTitle()
Determines the title of the page
heroRouterLinkTo()
Defines where to go when the header button is clicked
heroRouterLinkLabel()
Defines the name of the header button
formCardTitle()
Defines the name of the card
Methods:
Submit()
Method is used to log and create an Event
logAction()
Method is used to create a log for the creation of an Event
displayError()
Method is to display an error
Last updated