From 19188dd3d905c1c09d526b6a5497f2f6cf78cb36 Mon Sep 17 00:00:00 2001 From: henningxtro Date: Thu, 3 Dec 2020 11:12:35 +0100 Subject: [PATCH] Created Use Case Specification: Manage Vendor Shop (markdown) --- Use-Case-Specification:-Manage-Vendor-Shop.md | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Use-Case-Specification:-Manage-Vendor-Shop.md diff --git a/Use-Case-Specification:-Manage-Vendor-Shop.md b/Use-Case-Specification:-Manage-Vendor-Shop.md new file mode 100644 index 0000000..84a9110 --- /dev/null +++ b/Use-Case-Specification:-Manage-Vendor-Shop.md @@ -0,0 +1,27 @@ +# Use-Case Specification: Manage Vendor Shop +## 1. Use-Case: Manage Vendor Shop +### 1.1 Brief Description +Vendors have the possibility to manage their shop presence on Betterzon. They can register and login. +When they are logged in, they can +- Disable certain listings +- Change contact information of their shop +- Unlist their shop entirely + +## 2. Flow of Events +### Activity Diagram +//![activity diagram](https://example.com) + +//TODO + +## 3. Special Requirements +TBD + +## 4. Preconditions +### 4.1 The Database has to accept connections +### 4.2 A configuration file has to be in place + +## 5. Postconditions +TBD + +## 6. Function Points +[tbd] \ No newline at end of file