New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bit-portal

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bit-portal

A frontend customer support that aggregates information for boost internal processes, and gives access to initiate / manage / inspect them.

  • 1.0.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

Boost Portal

A react frontend for agents to manage customers

Scaffolding Components

You can use plop to create new react components for the portal.

yarn plop
Running

You can run the web app with a mocked backend by running

yarn start

Schema Update Quick Guide

If changes occur in the schema.gql (Portal API), you need may need to perform several updates on the Portal UI.

1) Generate Types files

From the bit-portal directory run

yarn build-types

This will update the auto generated bit-portal/src/__generated__/globalTypes.ts

2) Updating Mutations and Queries on Portal UI

A Query is used to read or fetch values while a Mutation is used to write or post values.

For a given UI screen (such as a form) GQL query/mutation is defined within the file /screens/<screen>/*.gql For example: bit-portal/src/screens/new-pan-request/new-pan-request.screen.gql

Note: There should be a corresponding Query or Mutation defined in the schema.gql file.

FAQs

Package last updated on 08 Jul 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc