16 Commits

Author SHA1 Message Date
Alessio
5be812e96e Include current user "likes" information when building notifications feed 2025-02-15 12:51:07 -08:00
Alessio
041af0f91d Move common type definitions (Tweet, User, etc) from 'scraper' package to 'persistence' 2025-02-14 16:02:40 -08:00
Alessio
bbe098d6df REFACTOR: replace imports of the 'persistence' package in 'persistence_test' with dot-imports 2025-02-10 13:30:01 -08:00
Alessio
b0cf2076e2 Make notifications paginated 2024-11-01 23:23:03 -07:00
Alessio
f554846355 Add sample notification data, and compound query to retrieve notifications and associated data 2024-08-31 23:04:13 -07:00
84ff6c12b7 Change all timestamps to use milliseconds instead of seconds 2024-01-07 15:15:43 -06:00
dc1bde2fe6 Implement 'likes sort order' for Likes tab 2023-10-12 15:34:24 -03:00
5bb65853da Fix a previous test that had a thread in it 2023-10-08 14:55:10 -07:00
4343ab7971 Include entire thread in tweet-detail query result 2023-10-08 14:42:42 -07:00
162802914f Add a parameter to a Cursor to fetch a user's likes 2023-09-09 18:24:01 -03:00
14b9143f76 Compound db queries now fetch whether the tweet is liked by the current logged-in user 2023-09-04 13:11:58 -03:00
b2df94f041 Show tombstones 2023-08-29 12:27:53 -03:00
17084408f7 Implement user feed using cursors 2023-08-12 10:02:51 -03:00
604d5b9ce2 REFACTOR: convert function comments to proper godoc
- also fix indentation in versions.go file
2023-08-03 00:47:43 -03:00
160be3f045 Add query for Tweet Detail view 2023-08-03 00:34:59 -03:00
315d872b52 Add sample data and build query to load a user feed 2023-08-02 23:25:13 -03:00