Giter VIP home page Giter VIP logo

card-games's People

Contributors

jimmayvv avatar

Watchers

 avatar  avatar

card-games's Issues

Remove authentication UI from the app

Remove the UI responsible for authentication from the starter app. We will leave the code in place (including the Prisma schema) in case we need to re-add this later, but for now, we are not authenticating this application, so we will scrap it.

Score Grid (Board) Should be its own component

This portion of the game, is rendered in its own function. Rather than making this its own function, it should instead be its own component, with the necessary info sent through as props

Numeric Input not working as controlled input

The numeric input does not control correctly when being set to <input type='number'> whereas <input type='text'> controls itself just fine.

This is undesirable though, because we want a numeric keyboard on mobile. Will need to devise a solution.

This is mentioned in React issues here: facebook/react#6556

There should be an `admin` role which can do everything

There should be an admin role which can do everything aside from delete other admins. They should be able to promote users from a base user to a moderator, and from a moderator to another admin. They can also suspend any non-admin account

Fix Alert Modal to allow prop decoding if backdrop should show

Due to a bug of Modal's within modal's in mdbreact, the inner modal cannot have a backdrop. Since the alert modal will sometimes be called from within a modal, and sometimes from the game itself (perhaps not, but regardless...) a prop should be passed to the alert modal to tell it whether or not it should display with a backdrop

Write app from scratch, no CRA

Configure Webpack 4, Relay, React, Babel, ESLint etc... from scratch without using create-react-app

How hard can that be? LOL

Add Avatar / Photo Images with player names

If you add a collection of avatar's that you can select to use with a player's name, it might help the score keeper keep track of who's which score. This might be something to add near the end after testing, and all the core functions work.

Validate profile form

The profile form should have validation for when there are errors, in addition there should be enforced (and displayed to the user) requirements for the account settings page.

Allow users to create a game type

The user should have the option to select from a list of predefined game types, or have an option to create a game type. Perhaps also in the future a new issue can be created which will allow that user to save the game type to their local storage for later use as well.

Hook in PropTypes Validation

Use PropTypes validation to ensure that each game mode is checked and validated prior to trying to initialize a game.

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.