1.1.7 β€’ Published 2 months ago

strapi-plugin-voting v1.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

Strapi Voting

A plugin for Strapi Headless CMS that provides a simple voting system together with a moderation panel and logs.

✨ Features

  • Any Content Type relation: Voting system can be linked to any of your content types, both collection and single.
  • Voting modes: Allows users to either vote once per day per for one entity out of the collection, once per day per every entity of the collection or customizable per specific needs.
  • Moderation Panel: Search and filter through the logs and see various voting statistics.
  • Simple to use and change: Plugin is designed to provide a simple and seamless experience with extensive configuration compatabilities.

⏳ Installation

(Use npm to install this plugin within your Strapi project (recommended). Install npm with these docs.)

npm install strapi-plugin-voting@latest

After successful installation you've to build a fresh package that includes plugin UI. To achieve that simply use:

npm run build
npm run develop

or just run Strapi in the development mode with --watch-admin option:

npm run develop --watch-admin

The Voting plugin should appear in the Plugins section of Strapi sidebar after you run app again.

πŸ•ΈοΈ Public REST API specification

Vote

POST <host>/voting/api::<collection name>.<content type name>:<entity id>

Vote for a specific entity of a content type, for example Page with ID: 1.

Everytime You call this endpoint, on success, selected entities votes field will be increased by +1 and a user and a votelog will be created accordingly.

Example URL: https://localhost:1337/voting/api::page.page:1/vote

Example response body

{
  "createdAt": "2022-04-26T12:50:49.954Z",
  "id": 1,
  "publishedAt": "2022-04-26T12:50:50.600Z",
  "title": "Apple pie",
  "updatedAt": "2022-04-28T12:17:45.893Z",
  "votes": 64
}

Enjoy πŸŽ‰

1.1.7

2 months ago

1.1.6

2 months ago

1.0.62

2 months ago

1.0.66

2 months ago

1.0.65

2 months ago

1.0.64

2 months ago

1.0.63

2 months ago

1.0.69

2 months ago

1.0.68

2 months ago

1.0.67

2 months ago

1.0.73

2 months ago

1.0.72

2 months ago

1.0.71

2 months ago

1.0.70

2 months ago

1.0.77

2 months ago

1.0.76

2 months ago

1.0.75

2 months ago

1.0.74

2 months ago

1.0.79

2 months ago

1.0.78

2 months ago

1.1.1

2 months ago

1.1.0

2 months ago

1.1.5

2 months ago

1.1.4

2 months ago

1.1.3

2 months ago

1.1.2

2 months ago

1.0.100

2 months ago

1.0.80

2 months ago

1.0.84

2 months ago

1.0.83

2 months ago

1.0.82

2 months ago

1.0.81

2 months ago

1.0.88

2 months ago

1.0.87

2 months ago

1.0.86

2 months ago

1.0.85

2 months ago

1.0.89

2 months ago

1.0.91

2 months ago

1.0.90

2 months ago

1.0.95

2 months ago

1.0.94

2 months ago

1.0.93

2 months ago

1.0.92

2 months ago

1.0.99

2 months ago

1.0.98

2 months ago

1.0.97

2 months ago

1.0.96

2 months ago

1.0.61

2 months ago

1.0.60

4 months ago

1.0.59

4 months ago

1.0.55

4 months ago

1.0.54

4 months ago

1.0.58

4 months ago

1.0.57

4 months ago

1.0.56

4 months ago

1.0.53

4 months ago

1.0.44

6 months ago

1.0.43

7 months ago

1.0.47

6 months ago

1.0.46

6 months ago

1.0.45

6 months ago

1.0.49

6 months ago

1.0.51

6 months ago

1.0.50

6 months ago

1.0.52

6 months ago

1.0.42

7 months ago

1.0.41

7 months ago

1.0.40

11 months ago

1.0.19

1 year ago

1.0.18

1 year ago

1.0.39

1 year ago

1.0.17

1 year ago

1.0.38

1 year ago

1.0.16

1 year ago

1.0.22

1 year ago

1.0.21

1 year ago

1.0.20

1 year ago

1.0.26

1 year ago

1.0.25

1 year ago

1.0.24

1 year ago

1.0.23

1 year ago

1.0.29

1 year ago

1.0.28

1 year ago

1.0.27

1 year ago

1.0.33

1 year ago

1.0.11

1 year ago

1.0.32

1 year ago

1.0.10

1 year ago

1.0.31

1 year ago

1.0.30

1 year ago

1.0.37

1 year ago

1.0.15

1 year ago

1.0.36

1 year ago

1.0.14

1 year ago

1.0.35

1 year ago

1.0.13

1 year ago

1.0.34

1 year ago

1.0.12

1 year ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.1

2 years ago