From e46083b9c570d4b57b5d7999eb48b858fc9e9df9 Mon Sep 17 00:00:00 2001 From: aaandri98 <anrighi@unibz.it> Date: Wed, 23 Oct 2019 09:58:21 +0200 Subject: [PATCH] updated folders --- Documentation/AcceptanceTests/.gitkeep | 0 .../AcceptanceTests/addItem-acceptanceTest.txt | 15 +++++++++++++++ .../AcceptanceTests/template_acceptanceTest.txt | 15 +++++++++++++++ Documentation/UserStories/.gitkeep | 0 Documentation/UserStories/addItem-userStory.txt | 16 ++++++++++++++++ .../UserStories/modifyItem-userStory.txt | 11 +++++++++++ .../UserStories/template_userStory.txt | 17 +++++++++++++++++ 7 files changed, 74 insertions(+) create mode 100644 Documentation/AcceptanceTests/.gitkeep create mode 100644 Documentation/AcceptanceTests/addItem-acceptanceTest.txt create mode 100644 Documentation/AcceptanceTests/template_acceptanceTest.txt create mode 100644 Documentation/UserStories/.gitkeep create mode 100644 Documentation/UserStories/addItem-userStory.txt create mode 100644 Documentation/UserStories/modifyItem-userStory.txt create mode 100644 Documentation/UserStories/template_userStory.txt diff --git a/Documentation/AcceptanceTests/.gitkeep b/Documentation/AcceptanceTests/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/Documentation/AcceptanceTests/addItem-acceptanceTest.txt b/Documentation/AcceptanceTests/addItem-acceptanceTest.txt new file mode 100644 index 0000000..ca73538 --- /dev/null +++ b/Documentation/AcceptanceTests/addItem-acceptanceTest.txt @@ -0,0 +1,15 @@ +|---------------------------------------| +| TITLE: | +|---------------------------------------| +| INPUT | DESCRIPTION | OUTPUT | +|-----------|---------------|-----------| +| | | | +| | | | +| | | | +| | | | +| | | | +| | | | +| | | | +| | | | +| | | | +|-----------|---------------|-----------| \ No newline at end of file diff --git a/Documentation/AcceptanceTests/template_acceptanceTest.txt b/Documentation/AcceptanceTests/template_acceptanceTest.txt new file mode 100644 index 0000000..ca73538 --- /dev/null +++ b/Documentation/AcceptanceTests/template_acceptanceTest.txt @@ -0,0 +1,15 @@ +|---------------------------------------| +| TITLE: | +|---------------------------------------| +| INPUT | DESCRIPTION | OUTPUT | +|-----------|---------------|-----------| +| | | | +| | | | +| | | | +| | | | +| | | | +| | | | +| | | | +| | | | +| | | | +|-----------|---------------|-----------| \ No newline at end of file diff --git a/Documentation/UserStories/.gitkeep b/Documentation/UserStories/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/Documentation/UserStories/addItem-userStory.txt b/Documentation/UserStories/addItem-userStory.txt new file mode 100644 index 0000000..9a10562 --- /dev/null +++ b/Documentation/UserStories/addItem-userStory.txt @@ -0,0 +1,16 @@ +|---------------------------------------------------------------| +| 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 new file mode 100644 index 0000000..1433042 --- /dev/null +++ b/Documentation/UserStories/modifyItem-userStory.txt @@ -0,0 +1,11 @@ +|---------------------------------------------------------------| +| 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 new file mode 100644 index 0000000..45d6a99 --- /dev/null +++ b/Documentation/UserStories/template_userStory.txt @@ -0,0 +1,17 @@ +|---------------------------------------| +| TITLE: | +|-----------|---------------|-----------| +| INPUT | DESCRIPTION | OUTPUT | +|-----------|---------------|-----------| +| | +| | +| | +| | +| | +| | +| | +| | +| | +| | +| | +|---------------------------------------| -- GitLab