Skip to content

plugin which adds ability to show whether you attend a event by a single mouse click

Notifications You must be signed in to change notification settings

gruppe-adler/nodebb-plugin-attendance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodebb-plugin-attendance

plugin which adds ability to show whether you attend a event by a single mouse click

API

the following endpoints are added:

GET /api/attendance/:tid

ex.

wget --progress=dot --save-headers -O - http://localhost:4567/api/attendance/1

POST /api/attendance/:tid

body:

{
	"type": commitment|firm_commitment|canceled
}

ex.

wget --progress=dot --method=POST --header="Content-Type:application/json" --body-data='{"type":"yes"}' --save-headers  -O - "http://localhost:4567/api/attendance/1"

GET /api/attendance/:tid/user/:uid/history


omg I just realized… fuck attendance. What we have here is an API for users to tag a topic from a pre-defined list of tags, some of which are mutually exclusive.

About

plugin which adds ability to show whether you attend a event by a single mouse click

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published