An open source online character sheet service for tabletop roleplaying games.
Go to file
jeff d6a80a7996 Serialize characters as protobufs. Skeletal character creation.
Implements the absolute basics of the character creation flow, AKA
most things are missing. Integrates a method of storing character
data, support for that in the database, and a working character
creation page.

The only thing the page does at the moment is create a hardcoded basic
CofD character sheet and save it to the database. There is no ability
to change game system, fill in extra details, etc. There's also no
ability to edit anything.

Also added basic links to the registration and create new character
pages.
2020-12-07 22:37:18 +00:00
migrations Serialize characters as protobufs. Skeletal character creation. 2020-12-07 22:37:18 +00:00
proto Serialize characters as protobufs. Skeletal character creation. 2020-12-07 22:37:18 +00:00
src Serialize characters as protobufs. Skeletal character creation. 2020-12-07 22:37:18 +00:00
templates Serialize characters as protobufs. Skeletal character creation. 2020-12-07 22:37:18 +00:00
.env First commit; prototype state. 2020-12-03 19:21:09 +00:00
.gitignore First commit; prototype state. 2020-12-03 19:21:09 +00:00
COPYING Add license. 2020-12-03 19:21:09 +00:00
Cargo.lock Serialize characters as protobufs. Skeletal character creation. 2020-12-07 22:37:18 +00:00
Cargo.toml Serialize characters as protobufs. Skeletal character creation. 2020-12-07 22:37:18 +00:00
LICENSE Add license. 2020-12-03 19:21:09 +00:00
Rocket.toml Remove development cookie key from rocket.toml 2020-12-03 19:30:09 +00:00
build.rs Serialize characters as protobufs. Skeletal character creation. 2020-12-07 22:37:18 +00:00
diesel.toml First commit; prototype state. 2020-12-03 19:21:09 +00:00
rust-toolchain First commit; prototype state. 2020-12-03 19:21:09 +00:00