codemonument / deno_audio_logbook

A deno fresh server, with a telegram bot to receive audio messages and a website to show all messages of a user in a calendar
2 stars 0 forks source link

Add AudioBacklog Sidebar #16

Closed Bloodiko closed 1 year ago

Bloodiko commented 1 year ago

Adds a sidebar with information in which months Recordings have been saved in the Database. Adds Temporary Caching Invalidades Cache when new Audio File is Recieved in Bot

Unfinished TODO!, resolve TODO before Merging!

Bloodiko commented 1 year ago

I'll close this, and reopen later.

Current issue with this:

even though its async handler, the "return" of the page blocks until async is resolved. Thus, having tons of async calls in the handler, with db calls and other stuff, delays page return for a substantial amountof time, keeping the connection open.

(Or there is a different issue, and the Telegram Bot initialization on application start delays the return. Need to investigate that.)