• Joined on 2025-03-24
Julia merged pull request Julia/Koucha#1 2026-02-06 15:23:44 -08:00
Groundwork library code
Julia created pull request Julia/Koucha#1 2026-02-06 15:23:20 -08:00
Groundwork library code
Julia pushed to setup at Julia/Koucha 2026-02-06 15:01:27 -08:00
bab52687c7 db&score, feed_channel impl & score from db
fcb03ead1f fetch, create fetch mod and AdapterClient
070c55a95b db, add item and functions to get items
2dc4c7bc99 db, add channel and feed; user.get_feeds
99321e9a5d db, add core user functionality and tests; db mod
Compare 7 commits »
Julia pushed to setup at Julia/Koucha 2026-02-06 15:01:04 -08:00
336f39a60f db&score, feed_channel impl & score from db
5d7e96eb31 fetch, create fetch mod and AdapterClient
1c3f4cc854 db, add item and functions to get items
ac6e71eb62 db, add channel and feed; user.get_feeds
292b974f1e db, add core user functionality and tests; db mod
Compare 7 commits »
Julia pushed to setup at Julia/Koucha 2026-02-06 14:59:13 -08:00
ecbb4f3bb6 db&score, feed_channel impl & score from db
4467690ff1 fetch, create fetch mod and AdapterClient
55c3e967bc db, add item and functions to get items
09b26c1b39 db, add channel and feed; user.get_feeds
ce95a54227 Db, add core user functionality and tests; db mod
Compare 8 commits »
Julia pushed to setup at Julia/Koucha 2026-02-05 11:22:25 -08:00
3654232dd6 feed_item tests
Julia pushed to setup at Julia/Koucha 2026-02-04 15:49:59 -08:00
f0a4e12f2b Convert to keys and setup feed_item
c3d9dff83f Remove from<i64> from db_ids
Compare 2 commits »
Julia pushed to setup at Julia/Koucha 2026-02-04 13:52:29 -08:00
f2e00afbb9 Adding fetch_item, but need to expand what an ID can be
Julia pushed to setup at Julia/Koucha 2026-02-03 17:51:14 -08:00
25f00d1665 Score refactor, add scores to feed_channels
Julia pushed to setup at Julia/Koucha 2026-02-03 16:15:57 -08:00
91229287a8 Score tests, and get_datetime test-util
Julia pushed to setup at Julia/Koucha 2026-02-02 14:50:54 -08:00
e353977da9 finalized score (for now lol)
Julia pushed to setup at Julia/Koucha 2026-02-01 13:04:39 -08:00
5487a1801f scoring starter code, and flake to stable
Julia pushed to setup at Julia/Koucha 2026-01-26 15:02:05 -08:00
544e380835 (Almost) full test coverage
Julia pushed to setup at Julia/Koucha 2026-01-23 16:35:51 -08:00
0639c5ca12 Pull out feed_channel, add more tests
Julia pushed to setup at Julia/Koucha 2026-01-22 15:55:36 -08:00
0bb9a81d60 clean up 'update_items'
Julia pushed to setup at Julia/Koucha 2026-01-22 13:56:54 -08:00
3748606e21 Move to DB module for visibility; separate db and client code
Julia pushed to setup at Julia/Koucha 2026-01-22 11:40:40 -08:00
f5fc83a471 Clean up server.rs, add DB and Client aliases
Julia pushed to setup at Julia/Koucha 2026-01-22 10:39:42 -08:00
7bb4cf4230 Got the structure; got lots of tests; item still needs work
Julia pushed to setup at Julia/Koucha 2026-01-21 13:04:56 -08:00
d7123fb153 Finalize feed, tests which don't need channel creation
Julia pushed to setup at Julia/Koucha 2026-01-21 12:47:54 -08:00
e07a98ddbb Finalizing type schema and user tests