From 3f48693af4af98b618021c90a6096e160ce4f2f7 Mon Sep 17 00:00:00 2001 From: aaandri98 <anrighi@unibz.it> Date: Wed, 23 Oct 2019 13:56:13 +0200 Subject: [PATCH] added acceptance and user stories, and updated eclipse project with fitnessee support --- .../AcceptanceTests/addItem-acceptanceTest.txt | 15 --------------- .../AcceptanceTests/template_acceptanceTest.txt | 15 --------------- Documentation/UserStories/addItem-userStory.txt | 16 ---------------- .../UserStories/modifyItem-userStory.txt | 11 ----------- .../UserStories/template_userStory.txt | 17 ----------------- 5 files changed, 74 deletions(-) delete mode 100644 Documentation/AcceptanceTests/addItem-acceptanceTest.txt delete mode 100644 Documentation/AcceptanceTests/template_acceptanceTest.txt delete mode 100644 Documentation/UserStories/addItem-userStory.txt delete mode 100644 Documentation/UserStories/modifyItem-userStory.txt delete mode 100644 Documentation/UserStories/template_userStory.txt diff --git a/Documentation/AcceptanceTests/addItem-acceptanceTest.txt b/Documentation/AcceptanceTests/addItem-acceptanceTest.txt deleted file mode 100644 index ca73538..0000000 --- a/Documentation/AcceptanceTests/addItem-acceptanceTest.txt +++ /dev/null @@ -1,15 +0,0 @@ -|---------------------------------------| -| TITLE: | -|---------------------------------------| -| INPUT | DESCRIPTION | OUTPUT | -|-----------|---------------|-----------| -| | | | -| | | | -| | | | -| | | | -| | | | -| | | | -| | | | -| | | | -| | | | -|-----------|---------------|-----------| \ No newline at end of file diff --git a/Documentation/AcceptanceTests/template_acceptanceTest.txt b/Documentation/AcceptanceTests/template_acceptanceTest.txt deleted file mode 100644 index ca73538..0000000 --- a/Documentation/AcceptanceTests/template_acceptanceTest.txt +++ /dev/null @@ -1,15 +0,0 @@ -|---------------------------------------| -| TITLE: | -|---------------------------------------| -| INPUT | DESCRIPTION | OUTPUT | -|-----------|---------------|-----------| -| | | | -| | | | -| | | | -| | | | -| | | | -| | | | -| | | | -| | | | -| | | | -|-----------|---------------|-----------| \ No newline at end of file diff --git a/Documentation/UserStories/addItem-userStory.txt b/Documentation/UserStories/addItem-userStory.txt deleted file mode 100644 index 9a10562..0000000 --- a/Documentation/UserStories/addItem-userStory.txt +++ /dev/null @@ -1,16 +0,0 @@ -|---------------------------------------------------------------| -| addItem() | -|-------------------------------|---------------|---------------| -| Acceptance Test: addItem | Priority 3 | Points 3 | -|-------------------------------|---------------|---------------| -| A registered user can insert a new Item in the website data- | -| base. It is not compulsary to open a new Auction when an it- | -| tem is inserted. The user will be asked during the insertion | -| form the category of the product and the system will assign | -| automatically the ID. The user is also forced to insert a | -| description of the product it is selling and an Image repre- | -| senting it. Therefore the form is composed by some input | -| fields for the title, category (chosen from a dropdown menu), | -| description and insert the images. The user has to be logged. | -| | -|---------------------------------------------------------------| diff --git a/Documentation/UserStories/modifyItem-userStory.txt b/Documentation/UserStories/modifyItem-userStory.txt deleted file mode 100644 index 1433042..0000000 --- a/Documentation/UserStories/modifyItem-userStory.txt +++ /dev/null @@ -1,11 +0,0 @@ -|---------------------------------------------------------------| -| modifyItem() | -|-------------------------------|---------------|---------------| -| Acceptance Test: modifyItem | Priority 3 | Points 3 | -|-------------------------------|---------------|---------------| -| A registered user can modify an existing Item. The system | -| will show only the owned items to the user (inserted ones) | -| and the user can modify the name, the description and add or | -| remove the related images. Then the user will be ask for | -| confirmation. | -|---------------------------------------------------------------| diff --git a/Documentation/UserStories/template_userStory.txt b/Documentation/UserStories/template_userStory.txt deleted file mode 100644 index 45d6a99..0000000 --- a/Documentation/UserStories/template_userStory.txt +++ /dev/null @@ -1,17 +0,0 @@ -|---------------------------------------| -| TITLE: | -|-----------|---------------|-----------| -| INPUT | DESCRIPTION | OUTPUT | -|-----------|---------------|-----------| -| | -| | -| | -| | -| | -| | -| | -| | -| | -| | -| | -|---------------------------------------| -- GitLab