npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@kineticdata/bundle-queue

v6.0.5

Published

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

Downloads

86

Readme

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 Name | Field Type | Description ---------- | ----------- | ----------- Assigned Individual | Text | Stores the username of who the Task is assigned to Assigned Individual Display Name | Text | Stores the Display Name of who the Task is assigned to Assigned Team | Text | Stores the full path to which team the Task is assigned to Assigned Team Display Name | Text | Stores the Display Name of which team the Task is assigned to Cancelation Reason | Text | If a task is in a Cancelled status, this field is required and displayed in the App Deferral Token | Text | Stores the token used to relate this task to the process that initiated it (Typically only used with Automated type Tasks) Details | Text | This field should provide any details needed for the assignee to complete the Task Due Date | Date/Time | This field is used to display when the task needs to be completed by Observing Teams | Checkbox | Used to control security and which teams are able to view the Task Observing Individuals | Checkbox | Used to control security and which users are able to view the Task Pending Reason | Text | If a task is in a Pending status, this field is required and displayed in the App Resolution | Text | If 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 Date | Date/Time | This field is used to store and display when the task is scheduled to be completed Summary | Text |This field should give a high level description of what the Task is for Status | Select | There are 4 valid Status options in Queue for all types of tasks.In ProgressPendingCompleteCancelled

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 Name | Description | Example -------------- | -------------- | -------------- Icon | The Font Awesome Icons Font Awesome icon used to represent this kapp. | fa-list-ul Description | A short description of what this kapp is used for, typically displayed on the Kapp Listing (home) Page | When you have work to do, you’ll see it here. Queue helps teams get work done in a snap. Owning Team | The 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 - Create | The Name of the Notification Template to use when a Task in Queue is been created | Task Created **Notification Template Name - Complete | The Name of the Notification Template to use when a Task in Queue is been submitted | Task Completed

Form Attributes

Attribute Name | Description | Example -------------- | -------------- | -------------- Icon | The Font Awesome Icons Font Awesome icon used to represent this Form within the app. | fa-tasks Assignment Type | Dictates 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 Team | Dictates 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 Subtasks | Dictates 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-task | adhoc-approval Prohibit Subtasks | Setting this value to True will not allow a user to create sub-tasks on a task created using this form. | True **Notification Template Name - Create | The Name of the Notification Template to use when a Task for this form is created | Task Created **Notification Template Name - Complete | The Name of the Notification Template to use when a Task for this form is submitted | Task Completed - Ad-hoc Task