npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

fansunited-widget-either-or

v1.2.1

Published

Welcome to Fans United Either/Or Management Widget. The widget allows staff members with sufficient permissions to create, update and delete Either/Or mini-games. You can use this widget as it is and embed it in your platform, or you can use the Managemen

Downloads

130

Readme

Either/Or Management Widget

Welcome to Fans United Either/Or Management Widget. The widget allows staff members with sufficient permissions to create, update and delete Either/Or mini-games. You can use this widget as it is and embed it in your platform, or you can use the Management Panel. Either/Or is a mini-game where users receives two options and he needs to answer which is one more or less for a specified time. With successful installation, you can create, edit and delete a Either/Or mini-game.

Installation and usage

The easiest way to use fansunited-widget-either-or-management is to install it from npm as follows:

npm  install  fansunited-widget-either-or

or:

yarn  add  fansunited-widget-either-or

Here is an example how you can integrate Fans United Either/Or Management Widget:

import  'fansunited-widget-either-or/style.css';
import { EitherOrManager } from  'fansunited-widget-either-or';

const  App = () => {
return (
<EitherOrManager
	fansUnitedApiKey={'your-api-key'}
	fansUnitedClientId={'your-client-id'} />
);
}

Notes

  • The widget is bundled as a React component and its usage is as simple as the above example

  • Don't worry about your project's CSS. The widget's styling is done with Tailwind CSS and all classes are prefixed to avoid collisions with your existing CSS. This means that the widget's CSS will NOT affect yours. One important thing is that you need to import style.css file from package folder:

import 'fansunited-widget-either-or/style.css';

N.B: If you are using an entry point for importing all your stylings, you need to import fansunited-widget-either-or/style.css there as well

Props

type  EitherOrManagerProps = {
	fansUnitedApiKey: string;
	fansUnitedClientId: string;
	fansUnitedLanguage?: string;
	fansUnitedEnvironment?: string;
	sportal365Project?: string;
	sportal365Infrastructure?: 'shared' | 'betway';
	labels?: LabelsModel;
	hideSignOutButton?: boolean;
};

Fans United Either/Or Management Widget depends on Fans United JS SDK and Fans United Client API. Thats why fansUnitedApiKey and fansUnitedClientId are required. They will be provided to you from Fans United team. For other optional props here is some information:

  • fansUnitedLanguage - for our sports APIs FansUnited platform supports different languages. For now they are Bulgarian (bg), English (en), Romanian (ro), Greek (el), Slovak (sk), Serbian (sr) and Hungarian (hu). If no value given it will be set to English (en).

  • fansUnitedEnvironment - You can run the widget in the following environments: staging, production and watg. If no value given it will be set to production (prod).

  • labels - you can easily translate all labels, UI messages, descriptions, placeholders and etc. with this prop. By default, Fans United Match Quiz Management Widget is available in English so if no value is given, the widget will be translated in English.

  • sportal365Project - The Sportal365 project. Used as a request header when communicating with Sportal365 APIs.

  • sportal365Infrastructure - The Sportal365 infrastructure. Used to determine what authorization should be used when communicating with Sportal365 APIs. If no value given (when sportal365Project props is provided) it will be set to shared .

  • hideSignOutButton - By default on the top left corner of the widget will be displayed a sign out button. To hide that button set this prop to true.

Translation

You can easily translate Fans United Either/Or Management Widget in your language! You just need to pass an object to labels prop with concrete keys and values and that's it! Here's an example how you can do it:

import  'fansunited-widget-either-or/style.css';
import { EitherOrManager } from  'fansunited-widget-either-or';

const  labels = {
	userNotFound:  'User not found. Please try again',
	noGamesFound: "No Either/Or games were found. You can create one by clicking the button 'Create'",
	signOut:  'Sign out',
	timeFormat:  'DD.MM.YYYY, HH:mm',
	getEitherOrsErrorMessage: 'There was a problem with fetching list of Either/Or games',
	title:  'Title',
	status:  'Status',
	creationDate:  'Created at',
	actions:  'Actions',
	create: 'Create',
	edit: 'Edit',
	save: 'Save',
	preview: 'Preview',
	close: 'Close',
	filterBy: 'Filter by:',
	sortBy: 'Sort by:',
	clearStatus: 'Clear status',
	contextEntityTag: 'Context entity tag',
	typeContextTagNamePlaceholder: 'Type context tag name...',
	showMoreImages: 'Show more images',
	hideMoreImages: 'Hide more images',
	uploadImage: 'Upload image',
	groupByStatus: 'Group by status',
	copyUrl: 'Copy URL',
	copied: 'Copied',
	add: 'Add',
	configuration: 'Configuration',
	titlePlaceholder: 'Provide a title for your Either/Or',
	description: 'Description',
	descriptionPlaceholder: 'Describe your Either/Or',
	images: 'Images',
	rules: 'Rules',
	rulesPlaceholder: 'Describe your rules for participating in Either/Or',
	adContent: 'Ad content',
	adContentPlaceholder: 'Place your ad content in Either/Or',
	optionImages: 'Option images',
	main: 'Main',
	cover: 'Cover',
	mobile: 'Mobile',
	imagePlaceholder: 'Paste your image as valid URL or as relative path',
	active: 'Active',
	inactive: 'Inactive',
	statusDescription: "When Either/Or is Inactive, then users are not allowed to participate",
	winningCondition: 'Winning condition',
	winningConditionDescription: "Winning condition determines the correct choice out of a pair of options presented to the user. When is set to 'More,' the user must select the option that has a greater value to win. Conversely, if is set to 'Less,' the winning choice is the one with the lesser value",
	more: 'More',
	less: 'Less',
	time: 'Time',
	timeDescription: 'Enter the time limit for answering questions by users. Time is in seconds',
	lives: 'Lives',
	livesDescription: 'Enter how many lives the user will have during a game',
	points: 'Points',
	pointsDescription: 'Set the threshold of consecutive correct answers after which points are awarded and define the amount of points received from this step onwards.Valid value for correct steps is between 0-50 and for score 1-100',
	pointNumber: 'Point number',
	pointsCorrectSteps: 'Correct steps',
	pointsCorrectStepsPlaceholder: 'Set the number of correct steps needed in a row to earn points',
	pointsScore: 'Score',
	pointsScorePlaceholder: 'Set the points awarded per correct answer within the streak',
	optionsDescription: 'Describe the options that users will select from during the game. Ensure to provide a minimum of 5 and a maximum of 100 options',
	optionsValue: 'Value',
	optionsValuePlaceholder: 'Type the value of the option',
	repeatedValueMessage: 'You have entered a repeated value. Please enter a different one',
	flags: 'Flags',
	flagsPlaceholder: 'Type your flag and hit enter',
	labels: 'Labels',
	customFields: 'Custom fields',
	dynamicFieldsDescription: 'You can create your custom attributes for easier way to connect or describe your Either/Or',
	keyDynamicFields: 'Key',
	valueDynamicFields: 'Value',
	options: 'Options',
	optionNumber: 'Option number',
	context: 'Context',
	content: 'Content',
	tags: 'Tags',
	entity: 'Entity',
	campaign: 'Campaign',
	id: 'ID',
	idContentPlaceholder: 'Type the ID of your content',
	idCampaignPlaceholder: 'Type the ID of your campaign',
	label: 'Label',
	labelContentPlaceholder: "Type the content's label",
	labelCampaignPlaceholder: "Type the campaign's label",
	type: 'Type',
	typeDescription: 'Select the Either/Or type. You can set the types in our Management Portal by going to Features, then clicking on the Either/Or page',
	noType: "No type",
	deleteLabel: 'Delete',
	cancelLabel: 'Cancel',
	confirmationQuestionLabel: 'Are you sure you want to delete',
	typeContentPlaceholder: "Type the content's type",
	previewEitherOr: 'Preview Either/Or',
	getFootballEntitiesErrorMessage: "There was a problem with fetching football's data",
	createEitherOrMessage: 'You have successfully created Either/Or',
	createEitherOrErrorMessage: 'There was a problem creating Either/Or. Please try again',
	titleRequiredFieldValidationMessage: 'Title field is required!',
	livesFieldValidationMessage: "The value for 'lives' field is invalid. The valid one is withing the range of 1-20",
	timeFieldValidationMessage: "The value for 'time' field is invalid. The valid one is withing the range of 1-20",
	pointsFieldValidationMessage: "Points contain value where score or correct steps is an invalid one",
	optionsFieldValidationMessage: "Options must not contain any repeated IDs",
	tagsInvalidFieldValidationMessage: 'Tag entity is required!',
	getEitherOrErrorMessage: 'There was a problem with fetching Either/Or data. Please try again',
	deleteEitherOrMessage: 'You have successfully deleted Either/Or',
	deleteEitherOrErrorMessage: 'There was a problem with deleting Either/Or. Please try again',
	updateEitherOrMessage: 'You have successfully updated Either/Or',
	updateEitherOrErrorMessage: 'There was a problem updating Either/Or. Please try again',
	uploadingImageMessage: 'You have successfully uploaded image',
	generateSignedInUrlErrorMessage: 'There was a problem generating signed in URL to store the image in bucket. Please try again',
	uploadingImageErrorMessage: 'There was a problem with uploading image to bucket. Please try again',
	encryptingImageErrorMessage: 'There was a problem with encrypting image before uploading it to bucket. Please try again',
	clear: 'Clear'
	searchSportal365ImagesErrorMessage: 'There was a problem with searching images from Sportal 365 API. Please try again'
	searchImages: 'Search images',
	clearFromToFilterSportal365ImagesMessage: 'You have cleared from/to filter for Sportal365 search images',
	hideFilters: 'Hide filters',
	showFilters: 'Show filters',
	dateFromTo: 'Date from/to',
	dateFromToPlaceholder: 'Select Date...',
	branding: 'Branding',
	urls: 'URLs',
	primaryUrl: 'Primary URL',
	secondaryUrl: 'Secondary URL',
	privacyPolicyUrl: 'Privacy Policy URL',
	termsAndConditionsUrl: 'Terms and Conditions URL',
	additionalUrl: 'Additional URL',
	colors: 'Colors',
	primaryColor: 'Primary Color',
	secondaryColor: 'Secondary Color',
	contentColor: 'Content Color',
	backgroundColor: 'Background Color',
	borderColor: 'Border Color',
	additionalColor: 'Additional Color',
	mainLogo: 'Main Logo',
	mobileLogo: 'Mobile Logo',
	backgroundImage: 'Background Image',
	mobileBackgroundImage: 'Mobile Background Image',
	additionalImage: 'Additional Image',

};

const  App = () => {
return (
<EitherOrManager
	fansUnitedApiKey={'your-api-key'}
	fansUnitedClientId={'your-client-id'}
	labels={labels}/>
);
}

Here is all information about LabelsModel:

| Key | Description | Default Value | | :-------------: |:-------------:| :-----:| | userNotFound | On login screen when client gives invalid information about email or password. | User not found. Please try again | | noGamesFound | When there are no created games for specific client, this message will appear on screen. | No Either/Or games were found. You can create one by clicking the button 'Create' | | signOut | Used as label on sign out button. | Sign out | | getEitherOrsErrorMessage | react-toastify error message when request fails for fetching list of Either/Or. | There was a problem with fetching list of Either/Or games | | title | Label for title | Title | status | Status of a Either/Or | Status | | creationDate | Date of created Either/Or in same format as given for timeFormat prop | Created at | | actions | Two icon buttons with different actions | Actions | | create | Label for management header | Create | | edit | Label for management header | Edit | | save | Label for save button | Save | | preview | Label for preview button | Preview | | close | Label for close button | Close | | filterBy | Label for filters container on main screen | Filter by: | | sortBy | Label for sort container on main screen | Sort by: | | clearStatus | Label for clear status hyperlink for status filter | Clear status | | contextEntityTag | Label for input search for context entity tag in filters container | Context entity tag | | typeContextTagNamePlaceholder | Placeholder for input search for context entity tag in filters container and in context side bar | Type context tag name... | | showMoreImages | Label for hyperlink in images container | Show more images | | hideMoreImages | Label for hyperlink in images container | Hide more images | | uploadImage | Label next to upload button | Upload image | | groupByStatus | Label for checkbox in sort container | Group by status | | copyUrl | Label for copy url button | Copy URL | | copied | Label for copy url button | Copied | | add | Label for add button | Add | | configuration | Label for configuration accordion | Configuration | | titlePlaceholder | Placeholder/desciption about title input field name on management screen. | Provide a title for your Either/Or | | timeFormat | Timeformat for displaying dates. Widgets uses dayjs as a date dependency. | DD.MM.YYYY, HH:mm | | previous | Label for pagination button. | Previous | | next | Label for pagination button. | Next | | id | Label for ID read only input field. | ID | | description | Label for desciption input field on management screen. | Description | | descriptionPlaceholder | Placeholder/desciption about input field for game description when creating/editing a game. | Describe your Either/Or | | images | Label for images container. | Images | | rules | Label for rules rich text. | Rules | | rulesPlaceholder | Placeholder for rules rich text. | Describe your rules for participating in Either/Or | | adContent | Label for AD content rich text. | Ad content | | adContentPlaceholder | Placeholder for AD content rich text. | Place your ad content in Either/Or | | optionImages | Label for option images container. | Option images | | main | Label for main image. | Main | | cover | Label for cover image. | Cover | | mobile | Label for mobile image. | Mobile | | imagePlaceholder | Placeholder for image inputs. | Paste your image as valid URL or as relative path | | active | Label for status. | Active | | inactive | Label for status. | Inactive | | statusDescription | Description for status select. | When Either/Or is Inactive, then users are not allowed to participate | | winningCondition | Label for winning condition select. | Winning condition | | winningConditionDescription | Description for winning condition select. | Winning condition determines the correct choice out of a pair of options presented to the user. When is set to 'More,' the user must select the option that has a greater value to win. Conversely, if is set to 'Less,' the winning choice is the one with the lesser value | | more | Label for more option. | More | | less | Label for less option. | Less | | time | Label for time input. | Time | | timeDescription | Placeholder for time input. | Enter the time limit for answering questions by users. Time is in seconds | | lives | Label for lives input. | Lives | | livesDescription | Placeholder for lives input. | Enter how many lives the user will have during a game | | points | Label for points. | Points | | pointsDescription | Description for points. | Set the threshold of consecutive correct answers after which points are awarded and define the amount of points received from this step onwards.Valid value for correct steps is between 0-50 and for score 1-100 | | pointNumber | Label for point container. | Point number | | pointsCorrectSteps | Label for points correct steps input. | Correct steps | | pointsCorrectStepsPlaceholder | Placeholder for point correct steps input. | Set the number of correct steps needed in a row to earn points | | pointsScore | Label for points score input. | Score | | pointsScorePlaceholder | Placeholder for points score input. | Set the points awarded per correct answer within the streak | | optionsDescription | Description for options. | Describe the options that users will select from during the game. Ensure to provide a minimum of 5 and a maximum of 100 options | | optionsValue | Label for options value. | Value | | optionsValuePlaceholder | Placeholder for options value. | Type the value of the option | | flags | Label for choosing flags. | Flags | | flagsPlaceholder | Placeholder on input field for flags | Type your flag and hit enter | | labels | Label for labels container | Labels | | customFields | Label for custom fields container | Custom fields | | dynamicFieldsDescription | Description paragraph for labels and custom fields containers | You can create your custom attributes for easier way to connect or describe your Either/Or | | keyDynamicFields | Label for key input | Key | | valueDynamicFields | Label for value input | Value | | repeatedValueMessage | react-toastify warning message when client submits same flag. | You have entered a repeated value. Please enter a different one | | options | Label for options. | Options | | optionNumber | Label for option container's header. | Option number | | correct | Label for correct radio button. | Correct | | context | Label for context container. | Context | | content | Label for context content container. | Content | | tags | Label for context tags container. | Tags | | entity | Label for entity search in tag. | Entity | | campaign | Label for context campaign container. | Campaign | | id | Label for ID. | ID | | idContentPlaceholder | Placeholder for ID content in context. | Type the ID of your content | | idCampaignPlaceholder | Placeholder for ID content in campaign. | Type the ID of your campaign | | label | Label for context content/campaign label input. | Label | | labelContentPlaceholder | Placeholder for label content in context. | Type the content's label | | labelCampaignPlaceholder | Placeholder for label content in campaign. | Type the campaign's label | | type | Label for context content type input. | Type | | typeDescription | Description paragraph for type select. | Select the Either/Or type. You can set the types in our Management Portal by going to Features, then clicking on the Either/Or page | | noType | The default select option for Either/Or type. | No type | | deleteLabel | Label for delete button in confirmation modal. | Delete | | cancelLabel | Label for cancel button in confirmation modal. | Cancel | | confirmationQuestionLabel | Paragraph in confirmation modal. | Are you sure you want to delete | | typeContentPlaceholder | Placeholder for type content in context. | Type the content's type | | previewEitherOr | Title in preview modal. | Preview Either/Or | | clear | Label tippy clear button | Clear | | searchImages | Label for search image input | Search images | | hideFilters | Label for hyperlink to hide filters for image search | Hide filters | | showFilters | Label for hyperlink to show filters for image search | Show filters | | dateFromTo | Label for date from/to filter for image search | Date from/to | | dateFromToPlaceholder | Placeholder for input date from/to filter for image search | Select Date... | | branding | Label for branding container | Branding | | urls | Label for branding urls container | URLs | | primaryUrl | Label for branding primary url input | Primary URL | | secondaryUrl | Label for branding secondary url input | Secondary URL | | privacyPolicyUrl | Label for branding privacy policy url input | Privacy Policy URL | | termsAndConditionsUrl | Label for branding terms and conditions url input | Terms and Conditions URL | | additionalUrl | Label for branding additional url input | Additional URL | | colors | Label for branding colors container | Colors | | primaryColor | Label for branding primary color input | Primary Color | | secondaryColor | Label for branding secondary color input | Secondary Color | | contentColor | Label for branding content color input | Content Color | | backgroundColor | Label for branding background color input | Background Color | | borderColor | Label for branding border color input | Border Color | | additionalColor | Label for branding additional color input | Additional Color | | mainLogo | Label for branding main logo | Main Logo | | mobileLogo | Label for branding mobile logo | Mobile Logo | | backgroundImage | Label for branding background image | Background Image | | mobileBackgroundImage | Label for branding mobile background image | Mobile Background Image | | additionalImage | Label for branding additional image | Additional Image | | getFootballEntitiesErrorMessage | react-toastify error message when typing the name of the entity in tags and request fails. | There was a problem with fetching football's data | | createEitherOrMessage | react-toastify successful message when creating Either/Or | You have successfully created Either/Or | | createEitherOrErrorMessage | react-toastify error message when creating Either/Or | There was a problem creating Either/Or. Please try again | | titleRequiredFieldValidationMessage | react-toastify error message when validating title for Either/Or | Title field is required! | | livesFieldValidationMessage | react-toastify error message when validating lives for Either/Or | The value for 'lives' field is invalid. The valid one is withing the range of 1-20 | | timeFieldValidationMessage | react-toastify error message when validating time for Either/Or | The value for 'time' field is invalid. The valid one is withing the range of 1-20 | | pointsFieldValidationMessage | react-toastify error message when validating points for Either/Or | Points contain value where score or correct steps is an invalid one | | optionsFieldValidationMessage | react-toastify error message when validating options for Either/Or | Options must not contain any repeated IDs | | tagsInvalidFieldValidationMessage | react-toastify error message when validating tags for Either/Or | Tag entity is required! | | updateEitherOrMessage | react-toastify successful message when updating Either/Or | You have successfully updated Either/Or | | updateEitherOrErrorMessage | react-toastify error message when updating Either/Or | There was a problem updating Either/Or. Please try again | | deleteEitherOrMessage | react-toastify successful message when deleting Either/Or | You have successfully deleted Either/Or | | deleteEitherOrErrorMessage | react-toastify error message when deleting Either/Or | There was a problem with deleting Either/Or. Please try again | | uploadingImageMessage | react-toastify success message when uploading image to bucket | You have successfully uploaded image | | generateSignedInUrlErrorMessage | react-toastify error message when trying to receive a signed in URL. | There was a problem generating signed in URL to store the image in bucket. Please try again | | uploadingImageErrorMessage | react-toastify error message when uploading image to bucket | There was a problem with uploading image to bucket. Please try again | | encryptingImageErrorMessage | react-toastify error message when encrypting image before uploading it to bucket | There was a problem with encrypting image before uploading it to bucket. Please try again | | clearFromToFilterSportal365ImagesMessage | react-toastify info message when clearing date from/to filter | You have cleared from/to filter for Sportal365 search images | | searchSportal365ImagesErrorMessage | react-toastify error message when searching images from Sportal 365 API | There was a problem with searching images from Sportal 365 API. Please try again |