Giter Site home page Giter Site logo

ebay-grp-4's People

Watchers

James Cloos avatar Sridhar Jammalamadaka avatar

ebay-grp-4's Issues

Enhancements in add deals page

What steps will reproduce the problem?
1. Sign in to ebay
2. Go to Sell -> View my products using header menu.
3. Select Add deal in one of the product.
4. Select dates, enter absurd selling price

What is the expected output? What do you see instead?
There should be a read only label showing the actual marked price of the 
product. And when we enter a value which is greater than the marked price, we 
should get a validation warning.

Also the date text boxes look oddly large. Make them short and neat. 


Original issue reported on code.google.com by [email protected] on 16 Apr 2013 at 8:22

Cart and wishlist should look similar

Please ensure that the Cart and Wishlist look similar. They look very 
different. This is only for usability perspective to make the site look good. 
This is not a critical bug. But important as shopping cart lies in the heart of 
our website.

Original issue reported on code.google.com by [email protected] on 14 Apr 2013 at 9:57

Exception thrown when not logged in user clicks on View my products, View my sold products

What steps will reproduce the problem?
1. Go to ebay, don't login
2. In header menu, click on Sell -> View my products / View my sold products

What is the expected output? What do you see instead?
First of all, these links should not be shown. Even if shown user should be 
redirected to login page. Exception should not come

Please use labels and text to provide additional information.

This is an important issue. Sort out all such problems as soon as possible.

Original issue reported on code.google.com by [email protected] on 14 Apr 2013 at 9:31

When a logged in user clicks register it should logout

What steps will reproduce the problem?
1. Login to ebay
2. Click on register link

What is the expected output? What do you see instead?
Expected output is that the user should be logged out and then the register 
page should be shown. Currently the user is logged in and still able to 
register. This is logically wrong.



Original issue reported on code.google.com by [email protected] on 14 Apr 2013 at 10:21

Registration page does not have vlidation

What steps will reproduce the problem?
1. Fill the all text field , leave some text filed empty  
2. fill email and telephone no in wrong format.  
3.

What is the expected output? What do you see instead?
Showing exception.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 12 Apr 2013 at 5:03

problems in cart action

What steps will reproduce the problem?
1. Login to ebay, add product with a deal to cart.

What is the expected output? What do you see instead?
The discounted price should be shown in the cart not the marked price. This is 
mandatory.

Also if possible, there must be a link to the productdealdetails.action page 
with productId parameter. This is optional.

Original issue reported on code.google.com by [email protected] on 16 Apr 2013 at 8:35

Cash on delivery not working

What steps will reproduce the problem?
1. Login to ebay.
2. Select a product whose price is lesser than balance in bank account.
3. Click on Proceed to Buy.
4. Click on Cash on Delivery.

What is the expected output? What do you see instead?
Expected output is that the user should be able to buy. Instead we are getting 
following error: 
org.apache.tiles.definition.NoSuchDefinitionException: cashOnDeliveryPayment.jsp

probably cashOnDeliveryPayment.jsp is not checked in. Please check this issue. 


Original issue reported on code.google.com by [email protected] on 14 Apr 2013 at 10:25

Broken links and wrong links shown

What steps will reproduce the problem?
1. Go to our eBay site, don't login
2. Click on My Details / Sell -> How to Sell in header menu. Or About Ebay / 
Announcements / Feedback Forum / Support in footer. 

What is the expected output? What do you see instead?
We should see some static info pages. It could even be like page under 
construction. Some page should be there. Currently nothing happens when we 
click on the link.




Original issue reported on code.google.com by [email protected] on 14 Apr 2013 at 9:36

Problem in updation of order by the seller

What steps will reproduce the problem?
1. Login to ebay as a buyer with proper balance
2. Buy a product.
3. Login now as the seller of that product.
4. Click on Sell -> View my sold products in header menu. 
5. Click on one of the order.
6. Select checkbox Make Status shipped

What is the expected output? What do you see instead?
In logs I found this 
update eBay.order set currentStatus = 'SHIPPED' where orderId = 1and 
(currentStatus<>'ORDER_CANCELLED' || currentStatus<>'DELIVERED')

clearly there is a whitespace missing after the order number near where orderId 
= 1<SPACE EXPECTED HERE>and

Even though error happened, the next page says, Status is successfully updated 
as shipped. Error handling should be done, the struts page should show an error 
message that the order update did not happen. 

Please check client side validations and error handling in your other pages 
too. 

@Debargha, Is this issue happening only in my system? Because I remember you 
had shown me a successful case yesterday. Please check again.

Original issue reported on code.google.com by [email protected] on 14 Apr 2013 at 10:16

No validations and error handling in Add Deals page

What steps will reproduce the problem?
1. Login to ebay, go to Sell -> View my products
2. Click on Add Deal for any product.
3. Enter absurd percentage like 2000 and write invalid date format in deal 
start date and deal end date.

What is the expected output? What do you see instead?
Validation should be done at client side and the user should be warned. Even if 
the client validation misses to check this, the server should show an error in 
struts page after addition. 

Another important thing is that we want to use the Selling price column in the 
deals table. Instead of Discount Percentage, take an input called Deal selling 
price. And compute discount percentage at client side and show it. I mean the 
user should be able to get immediate feedback of how much is the discount 
percentage when he sells for a particular selling price. 

Also Validation should check that selling price is not more than the actual 
price. 




Original issue reported on code.google.com by [email protected] on 14 Apr 2013 at 10:06

Exception thrown when not logged in user tries to buy

What steps will reproduce the problem?
1. Open ebay, don't login.
2. Select a product.
3. Buy a product.

What is the expected output? What do you see instead?
Login screen should be shown, and after logging in, that product should get 
added to the cart and next transaction pages should be shown. Instead of this, 
currently exception is getting thrown.


Original issue reported on code.google.com by [email protected] on 14 Apr 2013 at 9:11

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.