Giter VIP home page Giter VIP logo

pointz's People

Contributors

dependabot[bot] avatar yurickh avatar

Stargazers

 avatar

Watchers

 avatar  avatar

pointz's Issues

Implement state machine for the user status

The problem

Currently, a user status is defined by a combination of booleans (namely alive and done), and local status (showResults, creating).

Suggested solution

We could probably define a state machine for a single enum field in the user instance that would move between waiting, creating, voting, results, so we could make the UI code more declarative and hold less variables in our heads, keeping the routing logic inside the room component.

When joining a room, user sees a glimpse of the 404 page

The problem

When joining a pre-existing room, users will see the 404 page since the client is still fetching for the room data.

Suggested solution

We can improve the loading state for the Room page by adding this case, and only show 404 after fetching is completed.

Add documentation

We want to make a simple readme on how to run the environment in development

Feature request: Edit ticket name during voting

The problem

Once a ticket is created, further edits are not allowed until voting is done. Users should be able to add more info to the ticket name.
Optionally, users could create a nameless ticket and add a description while voting is going.

Add delay to removing users from the room

The problem

Currently, when a user refreshes the page while the room is in a voting state, all other users will see the total number of users jumping around to account for the removal and the addition of the user in the room.

Suggested solution

We could debounce the total number of users so it has a couple sends leeway.

Topic voting feature

I have an idea for your voting app. We’re very commonly having to come up with topics to discuss and then vote on the topics during the meeting. How about having an app that allows you to have a round topic submission and then have round of topic voting.

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.