Go to file
efim 539b20f419 rooms service methods implementation
removed stubbed room, but thing compiles and maybe will work?
lot's of pain with trying to store Topic inside Ref together with Room.

storing them together in a tuple means for the room there should always
be a topic
but then modifying the room in side of ref is uncomfortable, because i
want to do F[Unit] send updated room together with room modification,
but Ref seems to take in only pure function to update the value

there got to be maybe some semaphors or something like that?
and storing topics where? in a separate state?
that would maybe simplify things, but i'm coding well into the night and
that's not a good idea really

now before testing this with front end, i need a way to create a room.
2023-04-28 02:42:02 +04:00
backend/src/main/scala/industries/sunshine/planningpoker rooms service methods implementation 2023-04-28 02:42:02 +04:00
common/src/main/scala/industries/sunshine/planningpoker rooms service methods implementation 2023-04-28 02:42:02 +04:00
frontend/src/main/scala/industries/sunshine/planningpoker models: separate backend room model 2023-04-27 22:17:47 +04:00
project initial way to run the server: 2023-04-23 18:33:29 +04:00
public npm create vite 2023-04-21 17:12:21 +04:00
.envrc npm create vite 2023-04-21 17:12:21 +04:00
.gitignore adding scalajs & laminar 2023-04-21 17:22:17 +04:00
.scalafmt.conf scalafmt all 2023-04-25 10:25:36 +04:00
build.sbt new Join Room form that requests authcookie 2023-04-26 11:42:40 +04:00
counter.js npm create vite 2023-04-21 17:12:21 +04:00
flake.lock npm create vite 2023-04-21 17:12:21 +04:00
flake.nix initial way to run the server: 2023-04-23 18:33:29 +04:00
index.html npm create vite 2023-04-21 17:12:21 +04:00
javascript.svg npm create vite 2023-04-21 17:12:21 +04:00
main.js fix vite plugin configuration for mutliproject sbt 2023-04-24 09:17:32 +04:00
package-lock.json added tailwind 2023-04-21 18:24:24 +04:00
package.json added tailwind 2023-04-21 18:24:24 +04:00
postcss.config.js added tailwind 2023-04-21 18:24:24 +04:00
style.css added tailwind 2023-04-21 18:24:24 +04:00
tailwind.config.js fix tailwind search path 2023-04-23 18:07:00 +04:00
vite.config.js fix vite plugin configuration for mutliproject sbt 2023-04-24 09:17:32 +04:00