Git Product home page Git Product logo

symbl-tracker-management-ui's Introduction

Live Demo

Link: https://elastic-lamarr-0c1027.netlify.app/
The app requires you to enter valid credentials. You can visit here to create a new account.

Symbl Tracker Management UI

Symbl's Management API exposes REST endpoints to perform CRUD operations on Tracker entities. This is a frontend layer intended for a code-free interaction to view, create, update, and delete Trackers.

Installation

You will need node and npm installed globally on your machine.

Run npm install to install all dependencies.
Run npm start to start serving the frontend assets on localhost:3000.

Note for Developers

Under the hood, the Tracker Management UI is making REST calls to Symbl's Management API. Below is the exhaustive list of available endpoints for Tracker entities.

Operation Endpoint
Create Tracker POST v1/manage/tracker
Create Trackers in Bulk POST v1/manage/trackers
Get Trackers GET v1/manage/tracker
Get Tracker by ID GET v1/manage/tracker/:trackerId
Get Tracker by name GET v1/manage/tracker?name={trackerName}
Update Tracker PUT v1/manage/tracker/:trackerId
Delete record DELETE v1/manage/tracker/:trackerId

More information

What are Symbl Trackers?
https://docs.symbl.ai/docs/concepts/trackers/

Consuming Trackers with Management APIs
https://docs.symbl.ai/docs/management-api/trackers/overview/#consuming-trackers-with-management-api

Consuming Trackers with Async APIs
https://docs.symbl.ai/docs/management-api/trackers/overview/#consuming-trackers-with-async-apis

Consuming Trackers with Streaming API
https://docs.symbl.ai/docs/management-api/trackers/overview/#consuming-trackers-with-streaming-api

Future Support

This app is currently limited to creating trackers one by one. If a user wants to register multiple trackers, he/she needs to create them each individually. It would be nice to have UI support for bulk-creation. The most straightforward solution is to have some interface where you can copy & paste the raw JSON (array of trackers) and hence create multiple trackers within a click or two. We are always open to feedback & suggestion on how the UX can be improved.

Preview

Screen Shot 2021-10-21 at 9 48 07 AM

Screen Shot 2021-10-21 at 9 51 26 AM

Screen Shot 2021-10-21 at 9 53 38 AM

symbl-tracker-management-ui's People

Contributors

moona3k avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

govind2404

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.