Elias Kohout eliaskohout
  • Joined on 2024-05-09
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
eliaskohout pushed to main at eliaskohout/crowsnest 2025-01-02 00:35:18 +01:00
f0fc6820f3 add search
fe9ac81281 add sorting; implement sort criteria in default repo ; adding html header
Compare 2 commits »
eliaskohout pushed to main at eliaskohout/crowsnest 2025-01-01 19:35:28 +01:00
db91ebeece restructuring; setting up basic webserver and templating
eliaskohout pushed to main at eliaskohout/crowsnest 2024-12-29 01:04:54 +01:00
e3fcd62159 change IIdentifiable interface to use a string instead of int