Giter VIP home page Giter VIP logo

cognite-remote-web-configurator's Introduction

Cognite Remote Configurator

Available Scripts

Before running commands follow Creating certificates to create https certificates

yarn start

Runs the app in the development mode. Open https://localhost:3000 to view it in the browser.

yarn build

Builds the app for production to the build folder.

Creating Certificates

Inorder to start the project you will need to create valid https certificates and make them trusted in certificate trust store

  1. Install Chocolatey
  2. Run choco install mkcert once it's installed. mkcert
  3. Create a .cert folder in this project root and navigate from CMD and run mkcert -install
  4. Now you should get prompt Root Certificate was successfully installed.
  5. within .cert folder execute mkcert localhost 127.0.0.1 ::1.
  6. Two files should be created as *.pem and *-key.pem. Rename them as cert.pem and key.pem respectively.
  7. Now the certificates should be correctly created.

cognite-remote-web-configurator's People

Contributors

gayandeegala avatar malindakpt avatar mihilranathunga avatar

Watchers

 avatar  avatar  avatar

cognite-remote-web-configurator's Issues

Type validations

Show validation errors for types.
Eg: set a string for a number field.

AutoComplete does not work sometimes

Steps:

  1. Remove hierachy node from root.
  2. Add a new hierachy node with any type.
  3. Try to change the type of that.

Result:

  • AutoComplete doesn't work there

show current edit status

  1. show whether latest changes are available with a mark.
  2. If changes are available warn when changing page or config or unloading page.
  3. Show save status with the server. (show id last update time etc.)

Handle readOnlyfields from FE

BaseNode contains an array of strings(readonlyFields) to indicate the fields that are readOnly.
These fields should be disabled from FE

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.