@outliant/sunrise-utils
TypeScript icon, indicating that this package has built-in type declarations

1.1.28 • Public • Published

Sunrise Utils

A Node.js package that contains code which is commonly used Project Sunrise

You have the following utils available:

  • log: Custom logging for sunrise projects
  • fieldConditions: Returns an array for sunrise column filters
  • taskPipeline: Task pipeline reusable codes
    • taskStatusOptions: Array of task status column options
    • defaultCustomColumns: Array of task pipeline custom columns
    • buildFiltersQuery(orgId, departmentId, filters = [], query = {}, searchFields = []): Function to build task pipeline filter ES query
      • orgId: Organization ID
      • departmentId: Department ID
      • filters: Array of filters
      • query: Query request params that includes size, projectId, search
      • searchFields: Array of fields that the search will run against including the defaults
    • buildSortScript(query = {}, customSort = []): Function to build task pipeline sort script
      • query: Query request params that includes sort, sortBy
      • customSort: Array of custom ES sorting script that will be appended to the list of sorting script
  • projectPipeline: Project pipeline reusable codes
    • buildFiltersQuery(orgId, departmentId, filters = [], query = {}, searchFields = []): Function to build task pipeline filter ES query
      • orgId: Organization ID
      • departmentId: Department ID
      • filters: Array of filters
      • query: Query request params that includes size, projectId, search
      • searchFields: Array of fields that the search will run against including the defaults
    • buildSortScript(query = {}, customSort = []): Function to build task pipeline sort script
      • query: Query request params that includes sort, sortBy
      • customSort: Array of custom ES sorting script that will be appended to the list of sorting script

Installation

  npm i @outliant/sunrise-utils

Readme

Keywords

Package Sidebar

Install

npm i @outliant/sunrise-utils

Weekly Downloads

26

Version

1.1.28

License

ISC

Unpacked Size

286 kB

Total Files

68

Last publish

Collaborators

  • allanp-outliant
  • outliant-cali
  • lucasdantas
  • donaldoutliant
  • erwanlent