1.0.2 • Published 7 years ago

ore-fol-codes v1.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

ore-fol-codes

Build Status npm Version JS Standard

Code variables for ore-fol.com

Installation

$ npm install ore-fol-codes --save

Usage

'use strict'

const { UserRoleCodes } = require('@ore-fol/codes')

{
  const isAdmin = (user) => UserRoleCodes.ADMIN === user && user.roleCode
  /* ... */
}

Values

ActivityTypeCodes
KeyValue
THREAD_CREATE_ACTIVITYthread:create
THREAD_UPDATE_ACTIVITYthread:update
THREAD_DESTROY_ACTIVITYthread:destroy
POST_CREATE_ACTIVITYpost:create
POST_UPDATE_ACTIVITYpost:update
POST_DESTROY_ACTIVITYpost:destroy
BanPutterTypeCodes
KeyValue
THREAD_OWNERputter:thread-owner
SYSTEM_OPERATORputter:system-operator
BanTargetTypeCodes
KeyValue
POSTban:post
THREADban:thread
USERban:user
COMMENTban:comment
BanTypeCodes
KeyValue
WRONG_THREAD_BANban:wrong_thread
VIOLATION_BANban:violation
INAPPROPRIATE_BANban:inappropriate
OTHER_REASON_BANban:other_reason
CrawlTypeCodes
KeyValue
NICHANcrawl:nichan
NewsTypeCodes
KeyValue
THREAD_CREATE_NEWSnews:thread-create
THREAD_UPDATE_NEWSnews:thread-update
THREAD_DESTROY_NEWSnews:thread-destroy
THREAD_TAG_NEWSnews:thread-tag
THREAD_BAN_NEWSnews:thread-ban
POST_CREATE_NEWSnews:post-create
POST_UPDATE_NEWSnews:post-update
POST_DESTROY_NEWSnews:post-destroy
POST_STAR_NEWSnews:post-star
POST_BAN_NEWSnews:post-ban
POST_TAG_NEWSnews:post-tag
PostTypeCodes
KeyValue
UPLOAD_POSTpost:upload
LINK_POSTpost:link
CRAWL_POSTpost:crawl
ReportTargetTypeCodes
KeyValue
POSTreport:post
THREADreport:thread
COMMENTreport:comment
USERreport:user
ReportTypeCodes
KeyValue
POST_INAPPROPRIATEpost:inappropriate
POST_VIOLATIONpost:violation
POST_WRONG_THREADpost:wrong_thread
POST_OTHER_REASONpost:other_reason
StarTargetTypeCodes
KeyValue
POSTstar:post
THREADstar:thread
TagTargetTypeCodes
KeyValue
POSTtag:post
THREADtag:thread
ThreadColorCodes
KeyValue
COLOR_A#e74c3c
COLOR_B#e67e22
COLOR_C#f1c40f
COLOR_D#2ecc71
COLOR_E#1abc9c
COLOR_F#3498db
COLOR_G#9b59b6
COLOR_H#34495e
COLOR_I#95a5a6
COLOR_J#ecf0f1
COLOR_K#c0392b
COLOR_L#d35400
COLOR_M#f39c12
COLOR_N#27ae60
COLOR_O#16a085
COLOR_P#2980b9
COLOR_Q#8e44ad
COLOR_R#2c3e50
COLOR_S#7f8c8d
COLOR_T#bdc3c7
UserRoleCodes
KeyValue
NONENONE
ADMINADMIN

License

This software is released under the MIT License.

Links