biblio

package module
v0.0.0-...-bfff70c Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2017 License: BSD-3-Clause Imports: 6 Imported by: 0

README

Biblio

Organize the home library, and track what you are reading. Basically, a mashup of Goodreads and Trello.

Tech

It's mostly a learning attempt, so it's made up of things I don't know very well -- the backend is Golang, and the front-end is React with styles made from Bourbon components. It is meant to run on Google App Engine.

Todo

The first version's featureset is going to be extremely limited: you will be able to add books to a list and move them around:

  • Wire up a (mostly) functional drag-and-drop/not-as-good-as-trello style interface
  • Add support for adding new "works"
  • Figure out an API contract between the front-end and the backend
    • Add/List
    • Update/remove
    • Biblio position
  • Add OAuth to manage users/books
  • Add tests
    • React tests
    • Go tests
  • Wire it all up
  • Talk to either the Google Books API or a different one to get book metadata
  • Deploy it out

More to come as this gets developed out.

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	OAuthConfig  *oauth2.Config
	SessionStore sessions.Store
)

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
app

Jump to

Keyboard shortcuts

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