bab52687c7
db&score, feed_channel impl & score from db
...
Adds a feed_channel implementation which reflects a feed's specific
settings per channel.
Also added an UnparsedTimedScore to score which allows parsing to score
from db in a controlled fashion.
2026-02-06 15:01:21 -08:00
070c55a95b
db, add item and functions to get items
...
Creates item. It's pretty barebowns until I implement fetching.
I also added get functions for feed and channel to get items with.
2026-02-06 15:01:21 -08:00
2dc4c7bc99
db, add channel and feed; user.get_feeds
...
Adds the primary functionality for channel and feed
Also adds a function to user to get the feeds associated with a user.
2026-02-06 15:01:21 -08:00
99321e9a5d
db, add core user functionality and tests; db mod
...
Adds all the basic user functions, and tests for them.
This is also intializes the DB Module, which will have more things in it
2026-02-06 15:01:21 -08:00