progress-logger

command module
v0.0.0-...-5ac5601 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 30, 2019 License: GPL-3.0 Imports: 12 Imported by: 0

README

progress-logger

An API to log progress in a event using git.

API

  • GET /{event-id}/commits: Gives a list of all commits
  • GET /{event-id}/projects: Gives a list of all registered projects
  • POST /{event-id}/join: Registers a project for an event
  • POST /create: Creates a new event

Storage

Storage is using bolt, a KVDB, here are the buckets

  • Projects : projects (Event) -> (List(Project))
  • Commits : commits (Event) -> (List(Commits))

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL