Commit Graph

32 Commits

Author SHA1 Message Date
white
d6ac20d609 UPDATE: removed Gaming category 2025-03-05 15:22:50 +00:00
Chris-1010
028e618830 UPDATE: Remove viewing data queries from testing_data.sql 2025-03-02 17:46:50 +00:00
EvanLin3141
451994b755 FIX: Followed Categories 2025-03-01 23:18:26 +00:00
JustIceO7
9815ee5a09 MISC: Added data and tested catgory page to be working 2025-03-01 02:25:41 +00:00
Chris-1010
1d55caff03 FIX: Route to category page upon clicking on a followed category on the sidebar 2025-02-28 14:50:27 +00:00
JustIceO7
00b2a3547e CHANGE: Changed Userpage styling 2025-02-27 19:21:56 +00:00
Chris-1010
de7a01d893 UPDATE: Add more category thumbnails & rename some categories 2025-02-27 14:03:02 +00:00
Chris-1010
eb65e71cfb REFACTOR: Remove current_stream_title and current_selected_category_id from users table 2025-02-27 14:03:01 +00:00
white
ef93df549b FEAT: Added backend admin functionality 2025-02-26 12:04:00 +00:00
JustIceO7
f192518382 UPDATE: Added user follow category routes 2025-02-23 16:53:11 +00:00
JustIceO7
6999e1a0a1 UPDATE: Added more categories to database and updated categories page 2025-02-20 00:08:13 +00:00
Chris-1010
d79f617b4f REFACTOR: Enhance Categories Page;
REFACTOR: Update ListRow component;
REFACTOR: Improve component structure and navigation; FEAT: Scroll fetching hook;
REFACTOR: Add more testing_data to database to demonstrate updated ListRow component;
2025-02-16 23:37:24 +00:00
df9fb69b7b PATCH: Fixed error that caused users without a set stream title to be unable to stream 2025-02-12 19:56:31 +00:00
899764eaf8 FEAT: Streams now save to mp4 after a stream is stopped, instead of discarded 2025-02-11 20:57:27 +00:00
Chris-1010
1499e042cb FIX: General fixes and update to HomePage 2025-02-06 20:23:44 +00:00
c0ddca85ba PATCH: Fixed a load of broken user routes 2025-02-06 17:25:25 +00:00
JustIceO7
eb83fd297a FEAT: Added feature to return streamers data given their username 2025-02-06 14:52:23 +00:00
6a8509ca42 REFACTOR: Moved user routes into user blueprint, and grouped them, fixed some (not all) routes 2025-02-06 01:00:46 +00:00
a8af24e256 UPDATE: Refactored backend routes to improve readability 2025-02-05 21:04:05 +00:00
4c79c80f3d UPDATE: Added VOD table and moved is_live to the users table 2025-02-05 13:48:42 +00:00
Chris-1010
3c0d9d3131 UPDATE: Updated chat message structure;
Bug: Session seems to be empty when chat.py routes are called.
2025-01-30 17:57:38 +00:00
white
5d3479e726 UPDATE: Added more complete test queries, fixed recommendations queries 2025-01-30 11:24:52 +00:00
white
f981b69c94 PATCH: Fixed database not returning data in recommendations
UPDATE: Decreased polling time to 1 second for later use
2025-01-30 10:24:26 +00:00
Chris-1010
6586506c97 MAJOR Fix: Resolved API Request Delays;
Feat: Added a dev test account to users for expedited login;
Refactor: Improve socket connection handling and add logging for API request duration & update to ListRow key generation for improved uniqueness;
Feat: Made it so streams with no set thumbnail use their category's thumbnail;
Minor Fix: Corrections to db recommendation methods;
2025-01-30 03:53:33 +00:00
white
4d9e819b39 UPDATE: Improved chat tranmission speed by 3seconds 2025-01-29 16:50:26 +00:00
Chris-1010
83b458ed99 Refactor: Improve database queries and fix formatting issues in stream utilities 2025-01-29 15:52:53 +00:00
Chris-1010
a4f66ba321 Feat: Update to VideoPage to display stream data; 2025-01-29 14:51:36 +00:00
bc1a48a571 UPDATE: Added stream title and selected category to users table 2025-01-29 00:38:10 +00:00
440063bbd0 UPDATE: Revamped database class, and implemented some routes in streams.py 2025-01-28 20:36:13 +00:00
cbef531b3e PATCH: Fixed jsonifying the SQL output 2025-01-28 19:02:36 +00:00
Chris-1010
25235c5c26 PATCH: Fix to Database Changes 2025-01-28 15:14:33 +00:00
ThisBirchWood
7b511677c9 Patch: Adjusted SQL schema to remove errors, and added sample data to test Flask routes 2025-01-28 09:06:54 +00:00