From 4e91a22406c7056e789133f23f2cffc4895f9ed4 Mon Sep 17 00:00:00 2001 From: p7mj Date: Wed, 8 Apr 2026 19:54:50 -0400 Subject: [PATCH] helen easter egg improved, testing user account, checklist --- CHATTER/users/Helen/placeholder.txt | 1 - CHATTER/users/helen_zhao/info.txt | 4 ++++ CHATTER/users/helen_zhao/pass.txt | 0 DA_CHECKLIST.txt | 14 ++++++++++++++ 4 files changed, 18 insertions(+), 1 deletion(-) delete mode 100644 CHATTER/users/Helen/placeholder.txt create mode 100644 CHATTER/users/helen_zhao/info.txt create mode 100644 CHATTER/users/helen_zhao/pass.txt create mode 100644 DA_CHECKLIST.txt diff --git a/CHATTER/users/Helen/placeholder.txt b/CHATTER/users/Helen/placeholder.txt deleted file mode 100644 index 3cdb6a5..0000000 --- a/CHATTER/users/Helen/placeholder.txt +++ /dev/null @@ -1 +0,0 @@ -My love don't leave me... but you did. \ No newline at end of file diff --git a/CHATTER/users/helen_zhao/info.txt b/CHATTER/users/helen_zhao/info.txt new file mode 100644 index 0000000..8a438a8 --- /dev/null +++ b/CHATTER/users/helen_zhao/info.txt @@ -0,0 +1,4 @@ +Helen Zhao +11/2/2010 +She, Her +My love... but you left me. \ No newline at end of file diff --git a/CHATTER/users/helen_zhao/pass.txt b/CHATTER/users/helen_zhao/pass.txt new file mode 100644 index 0000000..e69de29 diff --git a/DA_CHECKLIST.txt b/DA_CHECKLIST.txt new file mode 100644 index 0000000..e82195f --- /dev/null +++ b/DA_CHECKLIST.txt @@ -0,0 +1,14 @@ +Finish request status checking in client! +Finish request processing in server! +Consider working on chat itself! +Consider working on group chats! +Consider what to put in each user's folder, including: + - Personal information (info.txt) + - display name (first line) + - birthday (second line) + - Pronouns (third line) + - profile information (rest of lines) + - Password, hashed (pass.txt) +Add user permission detection and editing through a special admin dashboard +Add a root user, but just for testing +Give Helen some information \ No newline at end of file