Code Monkey home page Code Monkey logo

swgoh-tracker's Introduction

swgoh-tracker

This is just a draft page about a little app which is going to become a Star Wars: Galaxy of Heroes (SWGOH) mobile game tracker. This is supposed to be a Notification system for SWGOH players letting them know about important events in the game affecting their account or their Guild directly.

This is very beginning of development, so don't expect much. So far ;) You can find my current design proposal on this page: https://github.com/AndyMurgin/swgoh-tracker/wiki/Design-Evolution

Let me know in case of any questions or suggestions! See you soon!

swgoh-tracker's People

Contributors

andymurgin avatar

Watchers

James Cloos avatar  avatar

swgoh-tracker's Issues

Accounts Service: Add Persistence Level - MongoDB

  • Accounts Service needs a storage;
  • Because of the nature of SWGOH-API public data, let's use MongoDB as a main storage type;
  • Add MongoDB integration, introduce accounts collection;
  • Save a new account in MongoDB upon a successfull registration API request.

New Component: Accounts Service

Introduce new app aka 'Account Service'.

  • Spring Boot
  • REST
  • Rest Client
  • -MongoDB- (out of the scope for now - will be covered in a separate issue)
    For this early stage of the project, put its code to a separate module of the same repo.

No specific business logic is required so far - will be covered in other issue tickets.

SWGOH-API Connector: Rename Maven Module

  • For this project stage, all services codebase will be stored in one repo.
  • Since the repo itself called swgoh-tracker, 'swgoh-tracker-connector' name is redundant and not accurate for SWGOH-API Connector => rename it to more appropriate one.

Connector: spring-boot-dependencies 'import' scope warning

There is a warning during mvn build about scope for spring-boot-dependencies:

must be one of [provided, compile, runtime, test, system] but is 'import'

Need to find a proper way of including this dependency (or delete it at all, if not really needed)

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.