Joe Beretta
Joe Beretta
MManifest
Created by Shant Tokatyan on 12/7/2024 in #questions-🙋
I want to prevent people from updating other scores on a leaderboard, but that doesn't seem possible
By the way - u r able to connect manifest to your backend I'd rather do the business logic on own side and pass "dirty job" to manifest to keep some time See this part https://manifest.build/docs/rest-api
11 replies
MManifest
Created by Shant Tokatyan on 12/7/2024 in #questions-🙋
I want to prevent people from updating other scores on a leaderboard, but that doesn't seem possible
Anyway even if ID is integer, I think ypu have to implement the more complex acl rules on your side until it will become as out of box solution in the manifest (maybe it won’t)
11 replies
MManifest
Created by Shant Tokatyan on 12/7/2024 in #questions-🙋
I want to prevent people from updating other scores on a leaderboard, but that doesn't seem possible
Hi, I didn’t searched about ID prop type changing, can’t help u right now about this
11 replies
MManifest
Created by Shant Tokatyan on 12/7/2024 in #questions-🙋
I want to prevent people from updating other scores on a leaderboard, but that doesn't seem possible
Hi @Shant Tokatyan I’ve asked the same question and got the answer here https://discord.com/channels/1089907785178812499/1308921203850870884/1309427275728424972
11 replies
MManifest
Created by Shant Tokatyan on 12/4/2024 in #questions-🙋
I plan to use Manifest for hosting a leaderboard. Any advice?
I think u have to seed it and login and change the default password while logged in for 1st time
5 replies
MManifest
Created by Shant Tokatyan on 12/4/2024 in #questions-🙋
I plan to use Manifest for hosting a leaderboard. Any advice?
First of all good luck with using it, hope u'll enjoy Advice - implement it as u see and do 2 things before production: - write features roadmap - to see is manifest able to solve them without overheads on extending usecases - write stress-tests on how long manifest will cover your requirements (how many active users could work with your leaderboard)
5 replies
MManifest
Created by Joe Beretta on 11/20/2024 in #questions-🙋
How migrations work on incremental development?
Oh I know syncronize mode of typeorm and it’s really unsafe to use in production Luckily I knew this drawback and not fault into that scenario on my own P.s. As an idea of solving it I see the option to generate migration files before deployment or after regeneration of existing scheme
3 replies
MManifest
Created by Joe Beretta on 11/20/2024 in #questions-🙋
Access policies: How to allow update/delete entity only for it’s owner?
Thanx one more time for quick responses Initially didn’t know where to post better (some communities even nestjs split issues and discussions into discord and github)
3 replies