Coder Social home page Coder Social logo

bingo's Introduction

Bingo

Go Report Card Work In Progress

Classic Bingo game, not on paper ( Lets save some papers ๐Ÿ—’๏ธ )

Architecture

TBD

Contributing

TBD

License

AGPL

Copyright (C) 2017 Vishnu Bharathi

bingo's People

Contributors

scriptnull avatar

Watchers

 avatar  avatar

Forkers

argonlaser

bingo's Issues

Bingo Progress/Loading Bar

How the progress/loading bar should look like ?

5x5 table that resembles bingo board. On progress, each box will get stroked off.

Implementation Details

We have two option here.

  1. gif image for loading.
  2. Html+css+js component

Based on discussion, we agreed upon to go with Html+css+js component, because of

  1. Loading and progress can both be shown, whereas in gif only loading can be shown.
  2. Html+css+js would accelerate development and might even provide better performance.

Implementation output

At the end of this task, we will have the following things in our hand.

  1. npm package called "bingo-progress-bar"
  2. bower package called "bingo-progress-bar"

Anyone will be able to use the progress bar by adding the following tag in his html file.

<link rel="stylesheet" href="styles/bingo-progress-bar.css">
<script src="scripts/bingo-progress-bar.min.js"></script>

If a user wants to initialize the progress bar after adding the above two things, he will do

1.Place a place holder div, wherever he likes

<div id="progressBar"></div> 
<script>
  var progressBar  = new BingoProgressBar(document.getElementById('progressBar'));
   
  // set 10% progress - 100 is the max value
  progressBar.setProgress(10);
</script>

Implementation Steps.

Dockerize `gameShip` service

We need to package and run each microservice within a docker container.

gameShip is the currently stable service. So, we need to dockerize and set up a CI workflow.

Bingo background and design

The test background for bingo is currently soft-paper

The border color of the table is yet to be decided based upon the background.

The idea is to keep an image of paper behind as the background and color the border as per the paper feel.

Bingo User service.

User table containing normalized user data from login providers like facebook

Implementation Steps

  • Setup data store - Postgres ( a script for starting the db everytime we do development )
  • API service - This is a monolith which will serve all api objects initially. we will move out services one by one when we want.
  • POST /user endpoint

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.