Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ixoncloud/app-batch-period-selection

https://marketplace.ixon.cloud/en/apps/batch-period-selection
https://github.com/ixoncloud/app-batch-period-selection

Last synced: 1 day ago
JSON representation

https://marketplace.ixon.cloud/en/apps/batch-period-selection

Awesome Lists containing this project

README

        

# Batch Period Selection App

This workspace contains the Batch Period Selection app for IXON Cloud. It can be used to select batch periods in a dashboard to zoom towards batch specific insights. It is based on the [IXON Cloud Custom Component Development Kit](https://developer.ixon.cloud/docs/custom-components). Note that this app is built with [Svelte](https://svelte.dev/), [Typescript](https://www.typescriptlang.org/) and [SCSS](https://sass-lang.com/). It requires you to be familiar with the [Node.js](https://nodejs.org/) ecosystem.

## Testing locally

Install the dependencies...

```sh
npm install
```

...login to your IXON Cloud account...

```sh
npx cdk login
```

...and run the simulator:

```sh
npx cdk simulate batch-period-selection
```

...this opens the simulator app in a browser and builds the component in watch-mode, which means that any changes to the component source files will trigger a rebuild and will auto-reload the simulator.

## Documentation

To check out docs and examples on how to develop a custom component, visit [Custom Component Development Docs](https://developer.ixon.cloud/docs/custom-components).

The [@ixon-cdk/runner](https://www.npmjs.com/package/@ixon-cdk/runner) page has a complete overview of all commands that can be run in a component workspace project.