|---------------------------------------------------------------| | 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. | | | |---------------------------------------------------------------|