cards-of-carousal icon indicating copy to clipboard operation
cards-of-carousal copied to clipboard

Results 29 cards-of-carousal issues
Sort by recently updated
recently updated
newest added

On large screen sizes, we should scale the background SVG a bit to make the dots more noticeable on larger resolutions. This can simply be done with a single breakpoint...

frontend
refactor
low priority

Tests for incoming messages are all missing. We should be checking for incoming messages and check the behavior of what the Lobby.js file does based on that. # User Stories...

bug
backend
low priority

https://github.com/I3uckwheat/cards-of-carousal/blob/main/backend/app/socket.js#L19 Instead of using `(req, webSocket)`, we should flip it to use `(webSocket, req)` like the wss connection's callback.

backend
refactor
low priority

Related to: #175 Right now the czar can send the winner to the host without first flipping all of the card groups. This is not fair to the players that...

frontend
Issue Draft

related to: #206 There is currently no validation that the player submitted all of their cards, this is trusting the client. We should verify the player has submitted the correct...

frontend
minor
Issue Draft

The github action in use to build and publish the backend docker container does not support `workdir` variables. SInce we have two Dockerfiles, one for frontend, one for backend, we...

We need to start documenting messages being sent between the host and player, this will help future developers know what is going on. If you feel there is a better...

![image](https://user-images.githubusercontent.com/61510135/111079763-c69ad800-84d1-11eb-9b44-ebd89f10ce9e.png) The labels for these inputs should be centered vertically so it's clear which number selector they are pointing at.

bug

Related to #113: Add `cursor: pointer;` to all button elements in the App.css root selector. This improves accessibility throughout our app.

refactor