|
|
563212c98e
|
perf(frontend): add filter for low interaction graphs & deleted users
|
2026-02-16 17:09:22 +00:00 |
|
|
|
4f577abd4f
|
feat(frontend): add 3d interaction graph
|
2026-02-16 17:03:51 +00:00 |
|
|
|
43ce58fd40
|
feat: combine post and comment uploads into a single file
|
2026-02-11 19:00:59 +00:00 |
|
|
|
9d7569cfc5
|
feat(frontend): add information about emotion topics
|
2026-02-10 14:25:18 +00:00 |
|
|
|
4208b94401
|
feat(frontend): improve top emotion card styling
|
2026-02-10 14:20:58 +00:00 |
|
|
|
8f2805f664
|
fix(frontend): average emotion not being the main card item
|
2026-02-10 14:13:48 +00:00 |
|
|
|
645d2fdfdb
|
fix: topic file upload functionality in front and backend
|
2026-02-09 19:29:54 +00:00 |
|
|
|
2666670f56
|
feat(frontend): create emotional stats page
|
2026-02-09 18:47:01 +00:00 |
|
|
|
8f9e30be4a
|
feat(frontend): add navbar to switch between types of stats
|
2026-02-09 18:42:41 +00:00 |
|
|
|
d028bd4f12
|
feat(frontend): add basic styling to upload page
|
2026-02-09 18:36:23 +00:00 |
|
|
|
dd917cc39e
|
refactor: extract summary stats into separate component
|
2026-02-08 16:43:35 +00:00 |
|
|
|
ed70035fd4
|
fix: add missing dependencies
|
2026-02-05 18:26:03 +00:00 |
|
|
|
c9e84c1d23
|
feat: add Modal popup for extra User Info
|
2026-02-03 11:52:04 +00:00 |
|
|
|
2af31d3392
|
refactor: improve api calling and var storage in Stat Page
|
2026-02-03 11:36:43 +00:00 |
|
|
|
815aaf3481
|
chore: add all endpoint response types in react
|
2026-02-03 11:19:47 +00:00 |
|
|
|
e2a6e16c8a
|
refactor: move api types into dedicated file
|
2026-02-03 11:14:09 +00:00 |
|
|
|
5fbaf5fadc
|
fix: black bar at bottom of screen and horizontal scroll bar
|
2026-02-03 10:34:35 +00:00 |
|
|
|
44e9c0e9b8
|
feat: three extra cards in Stat page
|
2026-02-03 10:31:05 +00:00 |
|
|
|
30b11ce66e
|
feat: add summary cards in Stat page
|
2026-02-03 10:28:24 +00:00 |
|
|
|
471fea39c8
|
perf: improve page loading times by limiting user fetching
|
2026-02-03 10:07:26 +00:00 |
|
|
|
07ab818d95
|
perf: remove loading page temporarily due to perf issues
|
2026-02-02 17:31:19 +00:00 |
|
|
|
4742193818
|
feat: revamp styling on stats page
Abstracted away CSS into stats_styling.tsx
|
2026-02-02 16:31:14 +00:00 |
|
|
|
2a54f863f4
|
fix: broken loading screen
|
2026-02-02 15:43:09 +00:00 |
|
|
|
291b6ed2aa
|
feat: add rudimentary top features box to stat page
|
2026-02-02 15:41:25 +00:00 |
|
|
|
9dd03ae2aa
|
feat: endpoint to filter by sources
|
2026-02-01 16:53:27 +00:00 |
|
|
|
39ee917ef5
|
fix: page not loading if dataset was empty
|
2026-02-01 16:19:43 +00:00 |
|
|
|
cc63e8429e
|
feat: add search bar to Stat page
|
2026-02-01 16:16:44 +00:00 |
|
|
|
b058853f3c
|
refactor: rename word freq endpoint
Improving consistency be grouping similar endpoints together
|
2026-01-31 19:43:00 +00:00 |
|
|
|
cb01de1f79
|
fix: broken frontend displays after API changes
|
2026-01-31 18:00:26 +00:00 |
|
|
|
777060420c
|
feat: improve layout of Stats page
|
2026-01-29 19:41:32 +00:00 |
|
|
|
6fe46c4d48
|
feat: improve word cloud styling
|
2026-01-29 19:32:47 +00:00 |
|
|
|
21e325a968
|
refactor: improve data fetching in Stats page
|
2026-01-29 19:31:51 +00:00 |
|
|
|
5332af57e8
|
refactor: remove unnecessay WordCloud abstraction
|
2026-01-29 15:02:24 +00:00 |
|
|
|
dc2fb39fb7
|
fix: incorrect attr name for word cloud
|
2026-01-28 19:54:38 +00:00 |
|
|
|
506ef3bd46
|
refactor: rename endpoint to events_per_day
|
2026-01-28 19:48:37 +00:00 |
|
|
|
855546677f
|
fix: heatmap colouring based on max value
|
2026-01-28 19:00:05 +00:00 |
|
|
|
1466b05bde
|
feat: hourly heatmap of new posts in Stats Page
|
2026-01-27 20:26:09 +00:00 |
|
|
|
2a255fb983
|
refactor: rename main stat page to StatPage
|
2026-01-27 19:52:11 +00:00 |
|
|
|
dd8070dd51
|
chore: add nivo/heatmaps dependency
|
2026-01-27 19:51:25 +00:00 |
|
|
|
dda1c1fee8
|
feat: word cloud on stat page
|
2026-01-27 18:37:42 +00:00 |
|
|
|
dcdeafd7a9
|
update NPM libraries
|
2026-01-27 17:41:38 +00:00 |
|
|
|
3fefe4f51e
|
feat: graph showing posts per day in React
|
2026-01-27 17:41:30 +00:00 |
|
|
|
1234ffde85
|
add stat page and separate home page and upload
|
2026-01-27 17:36:24 +00:00 |
|
|
|
2fcb4eabae
|
add react router
|
2026-01-27 17:32:08 +00:00 |
|
|
|
5c1e65b606
|
remove unused package.json
|
2026-01-27 17:29:53 +00:00 |
|
|
|
2482c1da1c
|
add error message in React Page
|
2026-01-27 13:20:07 +00:00 |
|
|
|
ffba2d78c2
|
add two inputs for posts and comments
|
2026-01-27 12:14:22 +00:00 |
|
|
|
524a5d2619
|
Add react app
|
2026-01-27 11:58:08 +00:00 |
|