titin_sculpts_clay
CCConvex Community
•Created by titin_sculpts_clay on 8/16/2024 in #support-community
AV warning on opening dashboard
Can I dm you that?
4 replies
CCConvex Community
•Created by titin_sculpts_clay on 8/7/2024 in #support-community
Sorting records randomly
What I'm doing now is a similar approach: saving the total in a metadata table and updating it for each upload + assigning each post an index
At read time, I'll just
- keep an array of already served posts this session
- generate a rand number [0,n] not in that list,
- check if corresponding post exists and other checks (I want to prioritize unviewed posts)
- fetch it
It works for now, but it's not the most extensible and it needs scaffolding — so I'll keep my eyes peeled for the paginatable rand query 😅
8 replies
CCConvex Community
•Created by titin_sculpts_clay on 8/7/2024 in #support-community
Sorting records randomly
oki. Thanks for sharing
8 replies