Giter VIP home page Giter VIP logo

predictions's Introduction

Predictions

Web game for making New Year's predictions with friends.

Developing

Development requires a local installation of Docker and Docker Compose.

Build application containers:

docker-compose build

Run the app:

docker-compose up

The app will be available at http://localhost:8000. The database will be exposed on port 32001.

Running tests

Run tests with Docker Compose:

docker-compose -f docker-compose.yml -f tests/docker-compose.yml run --rm app

predictions's People

Contributors

jeancochrane avatar

Stargazers

Nikolaus Schlemm avatar Kyle King avatar Matt Triano avatar

Watchers

James Cloos avatar  avatar

predictions's Issues

Improve design

The design of the site is very bare-bones right now. In particular it would be nice to have a better header, cleaner typography, and a more attractive input form.

Advanced permissions

We use user.is_staff right now to determine if users should be able to add predictions, but we don't want all game players to be able to add or edit new users, so we should switch to permissions instead.

Add a chat sidebar

The Django Channels tutorial demonstrates a simple chat example that we can use to bootstrap.

Extend canvas

Right now the canvas is restricted by the width and height of the browser window. Extend the canvas so the user can scroll in all directions to add more stickies.

Don't raise errors when permission is denied

Currently a PermissionDenied exception in the consumer will close websocket connections. Fix this so that the error keeps the connection open, and also adjust the error handling more broadly to show alerts if the websocket closes unexpectedly.

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.