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