Coder Social home page Coder Social logo

dungeons_and_discord_be's People

Contributors

coryrpow avatar josephlee702 avatar pcbennett108 avatar xanderhendry avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

josephlee702

dungeons_and_discord_be's Issues

Services/Serializers

Decide on which Services we'll need to create, I.E. Characters, Items, Monsters, Spells, ETC.
Create Service(s) based on the needed end points.
Create Serializer(s) to format api data to our JSON contract

Equipment/Magic Item Service

create a equipment/items service and serializer or facade that will establish a connection with the api and return end points for:
all items
all equipment
individual equipment
all magic items
individual magic items

Charclass Service

establish a service, and serializer or facade that will navigate through class based end points.
should be able to access:
all classes
individual classes
class levels
class subclasses

DB Setup

Create Database and Define Tables.
Tables will probably need to include:
(Users table will be FE)
Characters: belongs to User, has many games
Games: has many characters, has many encounters
Encounters, belongs to game

Spells Service

create a spells service and serializer or facade that will establish a connection with the api and return end points for:
all spells
individual spells
spells at a given level (0-9)
spells association by class.

JSON Contract

Establish JSON contract with FE team (may need to be tweaked as we work through development)

Character Create endpoint

create an api endpoint for character creation, will send all options associated with creating a level one character, by using services we've already built. This endpoint will be utilized by the front end app.
services that will likely need to be deployed:
Charclass
Race
Background
Proficiency, Equipment, (we might be able to get by with just the options in Charclass)
Spells

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.