Socket
Socket
Sign inDemoInstall

@kineticdata/bundle-queue

Package Overview
Dependencies
23
Maintainers
6
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @kineticdata/bundle-queue

The Queue Kapp is a work management system build on Kinetic Request CE. Work items can be tasks, approvals, cases or any combination that make up a fulfillment process. Queue helps organize your todo's into lists of work to be completed, and allows you to


Version published
Weekly downloads
11
increased by450%
Maintainers
6
Created
Weekly downloads
 

Readme

Source

Queue

The Queue Kapp is a work management system build on Kinetic Request CE. Work items can be tasks, approvals, cases or any combination that make up a fulfillment process. Queue helps organize your todo's into lists of work to be completed, and allows you to spawn off ad-hoc work items, and invite others to work on an item with you. Queue Screenshot

Kapp Configuration References

The Queue Application leverages different type of Kinetic Request CE configurations for driving logic within the App. These configurations have been outlined below.

Form Fields Reference

Field NameField TypeDescription
Assigned IndividualTextStores the username of who the Task is assigned to
Assigned Individual Display NameTextStores the Display Name of who the Task is assigned to
Assigned TeamTextStores the full path to which team the Task is assigned to
Assigned Team Display NameTextStores the Display Name of which team the Task is assigned to
Cancelation ReasonTextIf a task is in a Cancelled status, this field is required and displayed in the App
Deferral TokenTextStores the token used to relate this task to the process that initiated it (Typically only used with Automated type Tasks)
DetailsTextThis field should provide any details needed for the assignee to complete the Task
Due DateDate/TimeThis field is used to display when the task needs to be completed by
Observing TeamsCheckboxUsed to control security and which teams are able to view the Task
Observing IndividualsCheckboxUsed to control security and which users are able to view the Task
Pending ReasonTextIf a task is in a Pending status, this field is required and displayed in the App
ResolutionTextIf a task is in a Complete status, this field is displayed and should provide an outcome. (e.g. for an Approval, this field may display the Decision)
Scheduled DateDate/TimeThis field is used to store and display when the task is scheduled to be completed
SummaryTextThis field should give a high level description of what the Task is for
StatusSelectThere are 4 valid Status options in Queue for all types of tasks.
In Progress
Pending
Complete
Cancelled

Form Type Reference

Form Types are used to group forms within Kinetic Request CE. The following Form Types have been defined within the Queue app.

  1. Automated -- Automated Forms are forms that are created via workflow (Kinetic Task Processes). These forms do not show up when clicking the "Create New Task" button, or when creating a new sub-task as they are designed to be created via workflow.
  2. Task -- Forms of type Task will show up when creating a new Task from within the Queue App. These forms are also able to be subtasks.
  3. Subtask -- Forms of type Subtask will only show up when creating a Subtask from a parent Task.
  4. Template -- Forms of type Template are used for creating new Tasks within the Queue System, and are configured with all required fields.
  • All Tasks are Subtasks, but Subtasks are not Tasks

Attribute Reference

Attributes in Kinetic Request CE are like variables that can be tied to any object within the application. For example, a Kapp can have an attribute called "Icon" which dictates what Icon should display when referencing the Kapp within the User Interface. Below is a listing of all attributes and what they control within the Queue Kapp.

Certain attributes (noted below with **) have been defined at the Space, Kapp and Form levels. This means, that if the attribute exists at the Form level, it will override the attribute value set at the Kapp level...etc. The Space is the "highest" level, and then "Kapp" then "Form".

Kapp Attributes
Attribute NameDescriptionExample
IconThe Font Awesome Icons Font Awesome icon used to represent this kapp.fa-list-ul
DescriptionA short description of what this kapp is used for, typically displayed on the Kapp Listing (home) PageWhen you have work to do, you’ll see it here. Queue helps teams get work done in a snap.
Owning TeamThe Owning Team attribute is used to control who has access to administer the kapp. Users that are a part of the team set here can create new forms, and update the Kapp's settings.Queue Admins
**Notification Template Name - CreateThe Name of the Notification Template to use when a Task in Queue is been createdTask Created
**Notification Template Name - CompleteThe Name of the Notification Template to use when a Task in Queue is been submittedTask Completed
Form Attributes
Attribute NameDescriptionExample
IconThe Font Awesome Icons Font Awesome icon used to represent this Form within the app.fa-tasks
Assignment TypeDictates if the App should present an assignment selector before displaying a form. If not set on a given form, the App will present a Assignment Selector before displaying the form when creating the Task. If set to None the form builder will need to display the Assigned Team / Assigned Individual fields or default them.None
Owning TeamDictates who can create a new task using this form from within the app. If left blank, anyone with access to the Queue App can create new tasks using this form.Human Resources
Permitted SubtasksDictates which subtasks are allowed to be created / related to tasks that use this form. If left blank, any sub-tasks can be added to tasks created with this form. This attribute allows multiple values which should be the Form Slug of the desired sub-taskadhoc-approval
Prohibit SubtasksSetting this value to True will not allow a user to create sub-tasks on a task created using this form.True
**Notification Template Name - CreateThe Name of the Notification Template to use when a Task for this form is createdTask Created
**Notification Template Name - CompleteThe Name of the Notification Template to use when a Task for this form is submittedTask Completed - Ad-hoc Task

FAQs

Last updated on 16 Feb 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc