Update db design, partially fill out README
This commit is contained in:
parent
d0f956f1e9
commit
71143ba9dd
15
README.md
15
README.md
|
@ -1,2 +1,15 @@
|
|||
# dutylog.app DB Schema
|
||||
WIP
|
||||
This repository will house any initialization scripts, constant data, design notes, and really anything else related to the database.
|
||||
|
||||
## Design Notes
|
||||
All activities will be stored in our own database for simplicity and so that data can be formatted in a usable setup. Activity names will not be stored in the DB and instead will live in a `[type].[lang].json` file in their game translated forms.
|
||||
|
||||
## Translations
|
||||
Current translation file list:
|
||||
- `language.[lang].json`
|
||||
- `servers.[lang].json`
|
||||
- `expansions.[lang].json`
|
||||
- `instance_types.[lang].json`
|
||||
- `instances.[lang].json`
|
||||
- `jobs.[lang].json`
|
||||
These files will be generated by the DB initialization script and will need to be moved to the `www` repo for build/deployment.
|
||||
|
|
1766
schema.dia
1766
schema.dia
File diff suppressed because it is too large
Load Diff
BIN
schema.png
BIN
schema.png
Binary file not shown.
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 60 KiB |
Loading…
Reference in New Issue