Coder Social home page Coder Social logo

bryntum-arkyn-demo's Introduction

Bryntum Demo for Arkyn

This example uses Bryntum Scheduler, Bryntum Grid, Bryntum Gantt and Bryntum Resource Histogram. The demo is separated into two views:

  1. Gantt View: It shows a Gantt chart with a Resource Histogram which shows employee allocation
  2. Scheduler View: It contains a Scheduler along with a Grid of unplanned tasks which can be dragged onto the Scheduler

The Scheduler, the Gantt chart, and the Resource Histogram all share one ProjectModel so changes in any of them are automatically reflected in the other widgets in real time. The Grid of unplanned tasks has a different store, but tasks can be dragged from the Grid to the Scheduler to add them to the Scheduler's store (which will also update the Gantt and Histogram).

The demo also contains a small Express.js server which serves the data in JSON format. In real world use case, this will of course be replaced by your own backend server.

This application was generated with:

Bryntum Repository access setup

IMPORTANT NOTE! These access instructions are mandatory when using the private Bryntum NPM repository.

This application uses npm packages from the Bryntum private NPM repository. You must be logged-in to this repository as a licensed or trial user to access the packages.

Please check Online npm repository guide for the detailed information on the sign-up/login process.

React integration guide

Please check the Bryntum React integration online guide for detailed integration information and help.

Installation

Use the following command to install the example packages after the successful login.

Using npm:

$ npm install

Using yarn:

$ yarn install

Running the backend server

To run the backend server run this command:

node server.js

The server will start running at: http://localhost:3000/

Running a development server

To build example and start development server run this command:

Using npm:

$ npm run start

Using yarn:

$ yarn run start

Navigate to http://localhost:5173/ or http://127.0.0.1:5173/ in your browser. We recommend to use latest versions of modern browsers like Chrome, FireFox, Safari or Edge. The app will automatically reload if you change any of the source files.

Creating a production build

To build production code for the example run this command:

Using npm:

$ npm run build

Using yarn:

$ yarn run build

The build artifacts will be stored in the build/ directory.

Distribution zip references

  • Bryntum API docs. Open docs/index.html in your browser.
  • Bryntum Repository guide docs/guides/npm-repository.md.
  • Bryntum React integration guide docs/guides/integration/react/guide.md.

Online References

bryntum-arkyn-demo's People

Contributors

kronaemmanuel avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.