Elias Kohout eliaskohout
  • Joined on 2024-05-09
eliaskohout pushed to main at eliaskohout/crowsnest 2025-01-07 10:13:50 +01:00
d5f934783b remove caching in database for performance reasons
eliaskohout pushed to main at eliaskohout/crowsnest 2025-01-07 09:35:36 +01:00
9e7188be4f removing persistence dir from repo
eliaskohout pushed to main at eliaskohout/crowsnest 2025-01-07 09:33:58 +01:00
b5374283e1 remove sqlite3 migrations
eliaskohout pushed to main at eliaskohout/crowsnest 2025-01-07 09:32:51 +01:00
9302e982c6 change db from sqlite3 to postgresql
f719c73b46 prepare for multi db setup
Compare 2 commits »
eliaskohout pushed to main at eliaskohout/crowsnest 2025-01-06 18:45:16 +01:00
f3125561eb add badges to article view
eliaskohout opened issue eliaskohout/crowsnest#6 2025-01-04 22:21:53 +01:00
add single article page
eliaskohout opened issue eliaskohout/crowsnest#5 2025-01-04 22:11:10 +01:00
add summarization of articles
eliaskohout opened issue eliaskohout/crowsnest#3 2025-01-04 22:08:55 +01:00
create docker container for deployment
eliaskohout opened issue eliaskohout/crowsnest#2 2025-01-04 21:59:30 +01:00
add connection for postgres
eliaskohout opened issue eliaskohout/crowsnest#1 2025-01-04 21:53:05 +01:00
Add zeit.de extractor
eliaskohout pushed to main at eliaskohout/crowsnest 2025-01-04 17:26:41 +01:00
d63ee8dcf2 move collection and extraction of articles into their own file; add custom response cache
f31c1d7793 change time format to 24h
c14dc68457 bug: ignore errors for malformed search queries
Compare 3 commits »
eliaskohout renamed repository from frontend to eliaskohout/crowsnest 2025-01-03 02:02:10 +01:00
eliaskohout pushed to main at eliaskohout/crowsnest 2025-01-03 01:54:53 +01:00
98655fd1fb move from file storage to sqlite3
eliaskohout pushed to main at eliaskohout/crowsnest 2025-01-03 00:59:42 +01:00
c58c5b3696 move from file storage to sqlite3
eliaskohout pushed to main at eliaskohout/crowsnest 2025-01-02 16:20:44 +01:00
fbca771479 restructuring
f80889ff95 rename web dir to assets
Compare 2 commits »
eliaskohout pushed to main at eliaskohout/crowsnest 2025-01-02 15:27:29 +01:00
7ca4016294 add docstrings
eliaskohout pushed to main at eliaskohout/crowsnest 2025-01-02 15:13:48 +01:00
7798930145 move templates to web dir
eliaskohout pushed to main at eliaskohout/crowsnest 2025-01-02 15:12:57 +01:00
186a726f29 move templates to web dir
eliaskohout pushed to main at eliaskohout/crowsnest 2025-01-02 15:04:57 +01:00
59222160af move routes in seperate files; better error handling for enpoint functions
eliaskohout pushed to main at eliaskohout/crowsnest 2025-01-02 01:20:04 +01:00
b1719704e4 add viewmodel for article