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-settings

v6.0.5

Published

The Space bundle is designed to be a launching point for all other Kapps in the system. Within the space bundle, you can access other kapps, update your profile, and browse/update teams. ![Space Screenshot](./screenshot.png)

Downloads

34

Readme

Space

The Space bundle is designed to be a launching point for all other Kapps in the system. Within the space bundle, you can access other kapps, update your profile, and browse/update teams. Space Screenshot

Space Configuration References

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

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 Services 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".

Space Attributes

Attribute Name | Description | Example -------------- | -------------- | -------------- **Approver | Options are: a Team Name, a Users username, manager or none. If this is set, all forms in this kapp will get approvals sent to the value set here unless specified in a form. | none **Approval Form Slug | The form slug for which approvals should be created in (if not defined on form) | approval Description | A short description of what this kapp is used for, typically displayed on the Kapp Listing (home) Page | Browse, request and check status of services **Form Workflow | Defines which workflow type should be executed for each type of action. All values should be prefixed with an action (Created, Deleted, Updated) Workflow types are (Standard, True, False, or a custom process name) Example (Created - False | Deleted - True | Updated - My Custom Process) | Updated - False Record Search History | This attribute controls when searches made from this kapp are recorded. Options are All (all searches will be recorded) / None (Only record when no results found) / Off (never record search history) | All Icon | The Font Awesome Icons Font Awesome icon used to represent this kapp. | fa-book 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. | Services Admins **Notification Template Name - Create | The Name of the Notification Template to use when a Form in this kapp has been created | Service Submitted **Notification Template Name - Complete | The Name of the Notification Template to use when a Form in this kapp has been submitted | Service Completed **Service Days Due | Number of days until service is expected to be fulfilled for forms in this Kapp - This attribute can be overridden if set at the form level | 7 **Submission Workflow | Defines which workflow type should be executed for each type of action. All values should be prefixed with an action (Submitted, Created, Updated, Deleted) Workflow types are (Standard, True, False, or a custom process name) This attribute can be overridden by a form's attribute Example (Submitted - False | Submitted - True | Submitted - My Custom Process) | Submitted - True **Task Assignee Individual | User to assign tasks to for forms submitted within this kapp (typically set at the form level if applicable) | `` **Task Assignee Team | Team to assign tasks to for forms submitted within this kapp (typically set at the form level if applicable) | Default **Task Form Slug | The slug of the form to use when creating a task item. (If set here, all forms in this kapp, unless specified at the form level will have tasks created in the form set here) | work-order