From a497c8a630dbd6158cac2d98404eaefdde684ee0 Mon Sep 17 00:00:00 2001 From: legop3 Date: Sun, 10 May 2026 01:47:40 -0400 Subject: [PATCH] plannings --- rulesdocs/lockdown_audit_rules.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/rulesdocs/lockdown_audit_rules.md b/rulesdocs/lockdown_audit_rules.md index b7dc8a63..c294861a 100644 --- a/rulesdocs/lockdown_audit_rules.md +++ b/rulesdocs/lockdown_audit_rules.md @@ -30,4 +30,13 @@ ONLY lockdown admins can log in and use the site as normal ## web ui lockdown rules: - show admin login overlay on driver page, already correct i think - show disabled overlay on spectator pages, also already good i think -- dont worry about disabling buttons and stuff. anything unallowed will be blocked server-side, and there will be the overlay in UI. \ No newline at end of file +- dont worry about disabling buttons and stuff. anything unallowed will be blocked server-side, and there will be the overlay in UI. + +## what features should still work for everyone: +- the admin login overlay + - meaning, everyone still sees it and can log in and stuff +- the chat, since its in the overlay + - includes setting nicknames and such +- session sync and stuff + - cause it makes the whole page work and be correct + - not really a big deal if someone can see the session sync during lockdown. biggest concern for lockdown is that no one can see or use the real world stuff. \ No newline at end of file