1.0.13 • Published 4 years ago

slashq_widget_dev v1.0.13

Weekly downloads
4
License
ISC
Repository
-
Last release
4 years ago

#SlashQ

SlashQ is an appointment scheduling and queue management tool that helps you to manage customer flow. With SlashQ you can eliminate lines and improve customer satisfaction while avoiding congestion and ensuring social distancing.

##Description

SlashQ provides you with a portal where customers can book an appointment online. Each store outlet will be provided with a separate portal. You have the flexibility to manage time slots and capacity per slot by outlet. You can also review the appointments scheduled for your store.

Customers select a slot based on availability and get a confirmation via SMS with the token number, a QR code and other details. They show up at your store, scan the code and check in at the scheduled time

##Registration steps

Businesses can create a slashQ account from the signup page. You need to enter information like business name, email address, business address, phone number, and password. Once the signup process is completed you will be directed to the business details page, where you can manage your business details and appointment details.

##Widget configuration

Businesses can configure a javascript widget from the settings page. In the settings page, you can configure the widget attributes such as widget button width, height, color, button text, button text color, etc to match with your application. Once the configuration is set up, you can copy the widget code from the page and paste it in your application.

##Get an API key

Businesses can generate an API key from the setting page. The API key is needed for all requests to the slashQ API platform.

##installation and usage

  • Install
npm i slashq_widget_dev
  • Import the module into your project
import ‘slashq_widget’
  • Invoke the widget using the SlashqWidget object
window.SlashqWidget.init({
  width: "100%",
  height: "100%",
  text: "Book An Appointment",
  font_size: "1.2rem",
  font_color: "#ffffff",
  bg_color: "red",
  container: "test-element",
  api_key: "your Slashq API Key",
});

Note:

  • The api_key is mandatory to invoke the widget. Get your API Key from SlashQ admin settings.
  • The custom invotion should be enabled in the SlashQ admin settings page, else default settings will be applied.
1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago