Commit Graph

14 Commits

Author SHA1 Message Date
efim 550841e882 fix: display correct button on unauthed room page 2023-11-23 06:14:54 +00:00
efim e4c56506be refactor: data structs for template + method
enclosing rooms.Room into roomTableData, with methods to be used in
tempalte to get other template related derived data structures
2023-11-19 05:41:03 +00:00
efim d87c102d95 feat: create|login on room path 2023-11-18 13:41:54 +00:00
efim 04ab19fadf feat: participant bricks in room added 2023-11-17 03:37:06 +00:00
efim 9f4fe20979 feat: tepmlate for all person bricks
and separate page for temporary template viewing
2023-11-16 03:56:22 +00:00
efim 4764300d08 feat: initial brick templates 2023-11-15 06:55:12 +00:00
efim 83e81ec011 feat: logout route and button 2023-11-14 05:14:40 +00:00
efim 1297fcf35d refactor: common base template for pages
will allow to add common header and stuff
2023-11-13 05:25:02 +00:00
efim b1f2e896b9 feat: release hand endpoint & button 2023-11-12 18:37:26 +00:00
efim b90fcc3f20 feat: stream room updates SSE endpoint
via subscription to redis with enriched channel
2023-11-12 18:08:17 +00:00
efim 34d610a8c8 feat: raising hand endpoint 2023-11-12 08:35:00 +00:00
efim aa048efbd3 feat: update go to 1.21.3 2023-11-06 05:15:02 +00:00
efim 4dbbfcd6f2 refactor: support request cancellation in SSE
that's my first use of select on channels, yay
2023-11-05 15:46:07 +00:00
efim bb89b8ccf5 feat: SSE bs into room 2023-11-05 15:00:36 +00:00