From 5493885325d61ff0730cbca4aca9f7cfa50619c6 Mon Sep 17 00:00:00 2001 From: Jazz Turner-Baggs <473256+jazzz@users.noreply.github.com> Date: Fri, 25 Jul 2025 09:19:56 -0700 Subject: [PATCH] Added Test-UI clarity --- requirements/status.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/requirements/status.md b/requirements/status.md index 6427e22..a3862cf 100644 --- a/requirements/status.md +++ b/requirements/status.md @@ -11,15 +11,16 @@ The application should include the least amount of complexity while also effecti ### Functionality -1. Ability to create Identity -1. Create new conversations from introductions -1. View existing Conversations - -1. Ability to send messages to a Conversation -1. Ability to receive messages automatically in the background +1. Ability to create multiple Identities/Accounts +1. Ability to sign-in with single chosen Identity. +1. Ability to view recieved messages by conversation. +1. Newly created inbound conversations are displayed. +1. New Oubtound conversations can be created. +1. Ability to send messages to an existing Conversation. +1. Ability to receive messages automatically in the background. 1. Notifications are posted when receiving new messages. 1. Encoding/encryption errors are logged and retrievable. -1. Missing messages are displayed to user. +1. Missing messages in a conversation are visible to the user. ### Usability @@ -28,6 +29,7 @@ The application should include the least amount of complexity while also effecti ### Performance ### Supportability + 1. App runs on Mobile 1. App runs on Desktop