From 47e692bf30f280b5554b2aeda9ade8e522aae515 Mon Sep 17 00:00:00 2001 From: nochill Date: Tue, 3 Oct 2023 14:55:42 +0700 Subject: [PATCH] add new TODO --- TODO | 10 ++++++++-- notes | 11 +++++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index c8602e8..ed3da08 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,9 @@ -- COMMENTS FLOW +- PAGINATION +- ADMIN FLOW (SUBMISSION, USER REPORTS) - USER PROFILE FLOW -- BEST LOCATIONS FILTER ( MIN REVIEWS AND TAGS) \ No newline at end of file +- BEST LOCATIONS FILTER ( MIN REVIEWS AND TAGS) +- OPEN GRAPH PARSER +- USERS FEEED + +## IF THERES TIME LEFT +- STORIES FLOW \ No newline at end of file diff --git a/notes b/notes index 14de161..1dc3bc8 100644 --- a/notes +++ b/notes @@ -104,4 +104,15 @@ PAGINATION http://andreyzavadskiy.com/2016/12/03/pagination-and-total-number-of-rows-from-one-select/ + +########################################################################################## + + +########################################################################################## + +PAGINATION + +http://andreyzavadskiy.com/2016/12/03/pagination-and-total-number-of-rows-from-one-select/ +https://medium.easyread.co/how-to-do-pagination-in-postgres-with-golang-in-4-common-ways-12365b9fb528?gi=a4683590d1d2 + ########################################################################################## \ No newline at end of file