Skip to content
This repository has been archived by the owner on Feb 12, 2020. It is now read-only.

shiftregister-vg/tython

Repository files navigation

Stories in Ready Codacy Badge Build Status

Tython

Backend application for Deep Core

Data Model

The data model consists of two parts, the relationships graph, and the user data (collection, squads, etc).

Relationships

Tyhon Data Model

User Data

All things saved by users.

Squad (WIP)

{
  "_id": "595d591f82cfa10d304f1fcb",
  "owner": "stevegood",
  "faction": "scum",
  "name": "Worlds list",
  "points": 98,
  "pilots": [{
    "pilot": "595d591f82cfa10d304f1fcf",
    "upgrades": [
      "595d591f82cfa10d304f1fca",
      "595d591f82cfa10d304f1fcb"
    ]
  }, {
    "pilot": "595d591f82cfa10d304f1fcx",
    "upgrades": [
      "595d591f82cfa10d304f1fca",
      "595d591f82cfa10d304f1fcb"
    ]
  }]
}

Collection (WIP)

{
  "owner": "stevegood",
  "expansions": [
    "595d591f82cfa10d304f1fca",
    "595d591f82cfa10d304f1fcb",
    "595d591f82cfa10d304f1fcc",
    "595d591f82cfa10d304f1fcd",
    "595d591f82cfa10d304f1fce"
  ],
  "pilots": [
    "595d591f82cfa10d304f1fca",
    "595d591f82cfa10d304f1fcb",
    "595d591f82cfa10d304f1fcc",
    "595d591f82cfa10d304f1fcd",
    "595d591f82cfa10d304f1fce"
  ],
  "ships": [
    "595d591f82cfa10d304f1fca",
    "595d591f82cfa10d304f1fcb",
    "595d591f82cfa10d304f1fcc",
    "595d591f82cfa10d304f1fcd",
    "595d591f82cfa10d304f1fce"
  ],
  "upgrades": [
    "595d591f82cfa10d304f1fca",
    "595d591f82cfa10d304f1fcb",
    "595d591f82cfa10d304f1fcc",
    "595d591f82cfa10d304f1fcd",
    "595d591f82cfa10d304f1fce"
  ]
}

About

Backend application for Deep Core

Resources

License

Stars

Watchers

Forks

Packages

No packages published