Setup ⚙️

The setup content form is used to accept the analyst's initials and determine whether a new event will be created or if there will be a sync to be performed

Setup Content (SetupContentForm.vue)

The page will prompt the analyst for their initials to be stored on the database and used as the current user.

The page them prompts the user to select whether they want to create a new event or if they will be performing a sync.

Methods

Name

Description

submit()

Displays a message when the user submits

reset()

Clears the submitted values

synced()

Determines if a sync should be started

Last updated