diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-09-11 18:21:45 +0300 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-09-11 18:21:45 +0300 |
| commit | 71d1bc59503500c0b73fafbd7965c2ff149ed8a8 (patch) | |
| tree | 3d48955a07459a0c16d4c384af9a8cb603633686 | |
| parent | 00361b1099952939bf5bdede7841659b888dd80c (diff) | |
| download | ctfc-71d1bc59503500c0b73fafbd7965c2ff149ed8a8.tar ctfc-71d1bc59503500c0b73fafbd7965c2ff149ed8a8.tar.gz ctfc-71d1bc59503500c0b73fafbd7965c2ff149ed8a8.zip | |
Updated formatting and fixed some wording
| -rw-r--r-- | README.md | 50 |
1 files changed, 25 insertions, 25 deletions
@@ -38,10 +38,11 @@ Once set, an owner cannot be changed (owner is set via code, it's not chosen by ### Direct messages chat Each direct message chat has the following properties: -- `string Name`: between 5 and 81 characters +- `User Author1`: an object (or potentially a string that is just a username) for the first user in the direct messages +- `User Author2`: an object (or potentially a string that is just a username) for the second user in the direct messages - `string collection Messages`: a collection containing all messages -The name is not chosen by a user. It is in the format `USERNAME USERNAME`, where the two usernames must be in alphabetic order. +The name is not chosen by a user. It is in the format `USERNAME USERNAME`, where the "bigger" username is first, and the smaller is second. ### Files @@ -55,7 +56,6 @@ As discussed, files are used for long term storage. The location of all files ar │ ├─ Cool Kids Club.txt │ └─ Computer geeks.txt └─ Direct Messages - ├─ john robertson94.txt └─ robertson94 steve.txt ``` - Users folder: contains text files for each user, in format `USERNAME.txt` @@ -278,7 +278,7 @@ With Help message: ├2 Computer geeks : You like computers? So do we. Join us for the nerdy experience ├─Page 1/1─┘ │ -├% Chats page options : [(D)irect messages/(A)ccount/(L)ogout/(<) for previous page/(>) for next page/(C) for create chat/(name) for go to chat room by name/(number) for go to chat room by number/(H)elp] +├% Chats page options : [(D)irect messages/(A)ccount/(L)ogout/(<) for previous page/(>) for next page/(C) for create chat/(E) for edit chats/(name) for go to chat room by name/(number) for go to chat room by number/(H)elp] └@ [D/A/L/</>/C/E/name/number/H] : █ ``` @@ -328,19 +328,19 @@ With Help message: ``` ``` -┌────────────────────────┐ -│ Editing Cool Kids Club │ -├────────────────────────┘ -├1 Name : Cool Kids Club +┌──────────────┐ +│ Editing chat │ +├──────────────┘ +├1 Chat name : Cool Kids Club ├2 Description : A chat room only for those worthy of it B-) │ └@ [B/name/number/H] : █ ``` ``` -┌────────────────────────┐ -│ Editing Cool Kids Club │ -├────────────────────────┘ -├1 Name : Cool Kids Club +┌──────────────┐ +│ Editing chat │ +├──────────────┘ +├1 Chat name : Cool Kids Club ├2 Description : A chat room only for those worthy of it B-) │ ├% Editing chat options : [(B)ack to chats page/(number) for edit option by number/(H)elp] @@ -350,22 +350,22 @@ With Help message: Editing an option is just like editing an [account option](#Account%20page). Also, I'll only show editing Name, since the procedure is the same for editing the Description. ``` -┌─────────────────────────────┐ -│ Editing Cool Kids Club name │ -├─────────────────────────────┘ +┌───────────────────┐ +│ Editing chat name │ +├───────────────────┘ └@ Account Password or [B/H] : █ ``` ``` -┌─────────────────────────────┐ -│ Editing Cool Kids Club name │ -├─────────────────────────────┘ +┌───────────────────┐ +│ Editing chat name │ +├───────────────────┘ ├% Editing chat name options : [(B)ack to Editing chat page/(H)elp] └@ Account Password or [B/H] : █ ``` ``` -┌─────────────────────────────┐ -│ Editing Cool Kids Club name │ -├─────────────────────────────┘ +┌───────────────────┐ +│ Editing chat name │ +├───────────────────┘ ├@ Account Password : password1 └@ New name [2-20 characters; A-z, 0-9, spaces, _, -] : █ ``` @@ -439,9 +439,9 @@ With Help message: ┌───────┬─────────┬────────┐ │ Chats │ Account │ Logout │ ├───────┴─────────┴────────┘ -├1 David Robertson (robertson94) : Just a guy +├1 David Robertson (robertson94) ├2 Bob J Stevenson (bjs) -├3 Steve (steve) : I am Steve +├3 Steve (steve) ├─Page 2/2─┘ │ └@ [C/A/L/</>/username/number/H] : █ @@ -451,9 +451,9 @@ With Help message: ┌───────┬─────────┬────────┐ │ Chats │ Account │ Logout │ ├───────┴─────────┴────────┘ -├1 David Robertson (robertson94) : Just a guy +├1 David Robertson (robertson94) ├2 Bob J Stevenson (bjs) -├3 Steve (steve) : I am Steve +├3 Steve (steve) ├─Page 2/2─┘ │ ├% Direct messages options : [(C)hats/(A)ccount/(L)ogout/(<) for previous page/(>) for next page/(username) for directly message person with username/(number) for enter direct messages by number/(H)elp] |
