This website requires JavaScript.
Explore
Help
Sign In
projectmoon
/
tenebrous-sheets
Watch
1
Star
0
Fork
You've already forked tenebrous-sheets
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
f34383d0c0
tenebrous-sheets
/
src
/
models.rs
4 lines
50 B
Rust
Raw
Normal View
History
Unescape
Escape
First commit; prototype state.
2020-12-01 21:32:16 +00:00
pub
mod
characters
;
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 20:32:02 +00:00
pub
mod
proto
;
User accounts, DAO trait, registration. Not very thorough, but it does work.
2020-12-05 13:07:33 +00:00
pub
mod
users
;