servable-reviewable

1.0.2 • Public • Published

Reviewable Protocol

logo

npm Package NPM Downloads Build Status License: MIT JavaScript Style Guide

The reviewable protocol handles the complete publication state of an object.

Install

yarn add servable-reviewable

Auxiliary packages

Shared library

servable-reviewable-shared

yarn add servable-reviewable-shared

React library

servable-reviewable-react

yarn add servable-reviewable-react

Protocol

Configuration

Payload sample

 {
    "id": "reviewable",
    "name": "reviewable",
    "slug": "ps",
    "module": {
        "servable-reviewable": "*"
    },
    "version": "*",
    "params": {
        "liveClasses": ["reviewable"],
        "schema": {
            "restrictSecurity": true
        }
    }
}

Reference

Capacities

Schema

Classes TODO

Class level permissions TODO

Indexes

{
    "_reviewableStatus": {
        "reviewableStatus": 1
    }
}

Fields

{
    "reviewableStatus": {
        "type": "String"
    }
}

Protocol class

TODO

Classes

TODO

Triggers

TODO

Before init

TODO

After init

TODO

Seed

TODO

Config

TODO

Functions

TODO

Jobs

TODO

Live classes

TODO

Security

TODO

Performance

TODO

Servable Documentation

You can find here the complete servable documentation with guides and api reference.

License

MIT © yelounak

Package Sidebar

Install

npm i servable-reviewable

Weekly Downloads

0

Version

1.0.2

License

ISC

Unpacked Size

6.39 kB

Total Files

12

Last publish

Collaborators

  • yelounak