Merge branch 'other'
All checks were successful
ci/woodpecker/push/test Pipeline was successful

This commit is contained in:
JMARyA 2025-02-18 18:57:39 +01:00
commit 97dc727b58
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
2 changed files with 11 additions and 3 deletions

View file

@ -14,6 +14,11 @@ pub mod ui;
// Postgres
// TODO : Background Jobs
// TODO : Refactor caching
// TODO : mail
// TODO : scheduled jobs
// TODO : IDEA
// more efficient table join using WHERE ANY instead of multiple SELECTs
// map_tables(Vec<T>, Fn(&T) -> U) -> Vec<U>