Giter Site home page Giter Site logo

dawgsquad's Introduction

dawgsquad's People

Contributors

quinoa3 avatar johywang avatar

Watchers

James Cloos avatar

dawgsquad's Issues

Browse Function In addition to Find Books

Find books is not really useful for the user if they can't find any books they 
want to find. If there's a browse function of all the books available it might 
be more useful for the user. 

Original issue reported on code.google.com by [email protected] on 24 May 2011 at 5:41

Left sidebar not adjusting size

What steps will reproduce the problem?
1. Visit a very long page, such performing a search for books and returning a 
large number of results.

What is the expected output? What do you see instead?

Expect that the left sidebar would stretch further downwards to match the size 
of the page, but instead it stops short.

Please use labels and text to provide additional information.

Can probably be fixed with an image of a small sliver of the left sidebar, and 
using some CSS to repeat the sliver downwards.

Original issue reported on code.google.com by [email protected] on 11 May 2011 at 5:32

Will only display 3 books in MyLibrary- My Books (4th is hidden on bottom)

What steps will reproduce the problem?
1. Add four books to your Library through add books page
2. Click on "My Library" on the sidebar

What is the expected output? What do you see instead?

Should be able to see all the books, and if they the books do not currently fit 
in the screen, need to have a scroll bar. 

Currently just displays the 3 books, the 4th is hidden. On Firefox 4.0.1 users 
cannot get to the 4th book. On Chrome 11, users can hack and highlight the 
screen and move down to "manually" scroll to the fourth book.

Better yet, Facebook Javascript API has FB.Canvas.setSize function to allow all 
of the screen to be shown and resize the canvas (so there's no "double 
scrollbars"


Original issue reported on code.google.com by [email protected] on 15 May 2011 at 7:11

Inital offer details page breaks when book info text fields contain ' or "

What steps will reproduce the problem?
1. Log in to SharingMedia
2. Go to Add books
3. Type "harry potter" into Title and click Continue
4. Scroll to bottom and choose radio button next to the last result, 'Harry 
Potter: Themes From, Featuring "Hedwig's Theme" and "Harry's Wondrous World" '
5. Click Continue

What is the expected output? What do you see instead?
Expected that we will see initial offer details page for this book. Instead, 
see nothing, although the actual incorrect output is at the bottom beyond what 
the canvas can display.

Please use labels and text to provide additional information.

* Seems that this issue happens when we choose a book with quotation marks in 
the title. There may also be other issues with regards to formatting, and we 
will need to extensively test other search result cases.

Original issue reported on code.google.com by [email protected] on 13 May 2011 at 9:41

If users do not select a radio button in Add Book Initial Offer and click "Continue", will throw error

What steps will reproduce the problem?
1. Go to Add Books page
2. Search and select a book from the results page
3. Immediately click next without selecting a radio button

What is the expected output? What do you see instead?
Should have a warning (e.g. popup for a notification on the screen) that shows 
the user need to select an option and prevent user from going to the next page.

Instead, it goes to the Confirm Selection screen with "Selected Offer Details" 
box showing "error".

At the top there's these two Notices from CakePHP:
Notice(8): Undefined index: offer_type 
[APP/controllers/book_initial_offers_controller.php, line 102]
Notice (8): Undefined variable: offer_value 
[APP/controllers/book_initial_offers_controller.php, line 118]


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 15 May 2011 at 5:22

My Transaction should be clearer transaction status

What steps will reproduce the problem?
1. Go to My Transaction page of My Library

What is the expected output? What do you see instead?
There should be some sort of way to tell the status of the transaction (e.g. 
color coding - yellow for needing action, green as completed, etc). Right now 
it's just a bunch of white on black text

Original issue reported on code.google.com by [email protected] on 24 May 2011 at 5:48

login requires extra user interaction

What steps will reproduce the problem?
1.  you go to the app url when you are not logged into facebook, it will 
present you with a login page, so click "login"
2. click on the facebook button
3. type in login info
4. press login 1 more time

What is the expected output? What do you see instead?

Click the login button and get logged in, instead of clicking on the login 
button, then clicking on the facebook button, getting logged in, and then 
clicking on the login button again.

Please use labels and text to provide additional information.

Ideally, we will not have a login button at all.


Original issue reported on code.google.com by [email protected] on 14 May 2011 at 12:39

Users sometimes cannot add books to their library

What steps will reproduce the problem?
1. Go to add books from the home page
2. Search for a book that you currently do not have
3. Select a book that's not the first one
4. Click continue, add details of the offer, and confirm to add book

What is the expected output? What do you see instead?
Should be able to see "Book Added" after the confirmation screen. Instead, it 
tells the user that they already have the book (which is false).

Users need to be able to select different books.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 15 May 2011 at 6:17

SQL Error appears if user tries to counter offer nothing to the owner

What steps will reproduce the problem?
1. Go to "Find Books"
2. Find a book that someone in the system has
3. Click on a book, and click counter transaction
4. Select nothing, click "Propose Counter Transaction"

What is the expected output? What do you see instead?
Should not let user Propose Counter Transaction without a selection on either 
loan, trade or sell. 

Instead, it took me to the next page where it says "Your offer has been 
successfully made!" with the following error at the top of the page.

 Undefined variable: trade_id [APP/controllers/transactions_controller.php, line 293]

Notice (8): Undefined variable: trade_id 
[APP/controllers/transactions_controller.php, line 299]

Warning (512): SQL Error: 1064: You have an error in your SQL syntax; check the 
manual that corresponds to your MySQL server version for the right syntax to 
use near '
                                        duration = NULL,
                                        price = NULL 
                                    WHERE owner_id = 75' at line 3 [CORE/cake/libs/model/datasources/dbo_source.php, line 684]

Query: UPDATE transactions SET current_id = 518118311, trade_id = , duration = 
NULL, price = NULL WHERE owner_id = 753045222 AND client_id = 518118311 AND 
book_id = 23 AND status = 0; 

Please use labels and text to provide additional information.
We could just disallow users to go to the next page if there's no selection.

Original issue reported on code.google.com by [email protected] on 23 May 2011 at 7:08

User can add two of the same book

What steps will reproduce the problem?
1. Add a book with just a sell option
2. Add the same book with just a loan option

What is the expected output? What do you see instead?
Should not be able to add the book. Should say add unsuccessful.
However, in this case, the book gets added twice and is seen in My Library. 

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 17 May 2011 at 4:15

Correct book_id not being added to tuples in table book_initial_offers

What steps will reproduce the problem?
1. Add any book to your library.
2. Try and add a different book.
3.

What is the expected output? What do you see instead?

The expeced output is both books are added to your library successfully. The 
actual output is that the page complains that you already have that book in 
your library (since all tuples in book_initial_offers are being added with 
book_id = 0). Need to get correct book_id when adding to book_initial_offers.


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 12 May 2011 at 9:10

Inconsistencies with MVC Design Pattern

The way we're developing our views and controllers breaks the MVC principle of 
separating View and Controller. Our controllers are relying on accessing forms 
in Views, when they really should be being passed parameters from the views.

This impacts the flexibility of our system, and inhibits us from using 
CakePHP's unit tests.

Original issue reported on code.google.com by [email protected] on 17 May 2011 at 6:52

Main page CSS not showing

What steps will reproduce the problem?
1. Go to our website at http://apps.facebook.com/sharingmedia/

What is the expected output? What do you see instead?
 * Expecting to see CSS styling on front page.

Please use labels and text to provide additional information.
 * Might be an issue from the new main_layout.ctp file that was added.

Original issue reported on code.google.com by [email protected] on 10 May 2011 at 5:50

Facebook setup documentation fails

What steps will reproduce the problem?
1. Set up Facebook application as described in documentation
2. Specify http://mydomain.com/ as the domain.

What is the expected output? What do you see instead?
Facebook complains that I should use mydomain.com instead.

Original issue reported on code.google.com by [email protected] on 9 May 2011 at 8:17

Adding the same book twice as the same user prompts MySQL error

What steps will reproduce the problem?
1. Add a book to your mylibrary with Add Books
2. Add the same book again.

What is the expected output? What do you see instead?
App should fail gracefully, and remind user that they already have the book in 
their library. Instead, error message is printed and false message of "Add 
Successfull" is displayed.


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 12 May 2011 at 5:00

after logout, you can go back to the app instead of being directed to the login page

What steps will reproduce the problem?
1. Login to Facebook
2. Go to app url
3. Logout of Facebook
4. Go to app url
5. navigate through page 

What is the expected output? What do you see instead?

At step 4, when you go to app url, you should be taken back to the login page 
instead of the splash page and you should not be able to navigate through the 
application.


Please use labels and text to provide additional information.




Original issue reported on code.google.com by [email protected] on 14 May 2011 at 3:07

Automated Developer Build Instructions Fail

What steps will reproduce the problem?
1. Follow the developer instructions up to the "Automated Builds and Tests" 
section.
2. Try to follow that section.

What is the expected output? What do you see instead?
Not sure.  It doesn't say.  I see the following error, though:
  test.cron: No such file or directory

No such file could be found by using the following command:
  find . -iname "test.cron"

What version of the product are you using? On what operating system?
changeset:   712:853e2e114fe8
A fresh FC13 home VM from the UW CS department.


Original issue reported on code.google.com by CodeBlack08 on 17 May 2011 at 2:28

Add Books not updating trade books info properly

What steps will reproduce the problem?
1. go to add books search for a book and select one
2. for options select trade and enter a number less than 20 ( i did 2)


What is the expected output? What do you see instead?
row should be added to trades table with an incremented id and the entered int 
into the book_id column. Instead the number entered by the user is listed as 
the trade_id column in the book_initial_offers table.  




Original issue reported on code.google.com by [email protected] on 15 May 2011 at 8:33

Trade status not reflecting properly in library

What steps will reproduce the problem?
1. Log in to Facebook and go to My Library

What is the expected output? What do you see instead?
Books with trades aren't displaying their trade-able status properly.

Please use labels and text to provide additional information.

Should be a quick fix in my library code.

Original issue reported on code.google.com by [email protected] on 16 May 2011 at 1:51

Wrong formatting on add books page

What steps will reproduce the problem?
1.on apps.facebook.com/sharingmedia select add books
2. search a book

What is the expected output? What do you see instead?
Should be simple book info and image of the book. instead you see php tags and 
no info.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 10 May 2011 at 6:04

Adding book offer details

What steps will reproduce the problem?
1. Log in to SharingMedia
2. Click Add Book
3. Fill in book information and click Continue
4. Click Add This Book for any book
5. Enter Book offer details and click Add to my Library
6. Click Confirm Add to my library

What is the expected output? What do you see instead?
The book offer details are lost. Additionally, if we go into My library, we can 
see that the book is added, but all offer details are missing.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 16 May 2011 at 1:47

database_setup.sql does not exist

What steps will reproduce the problem?
1. wget http://dawgsquad.googlecode.com/hg/tools/database_setup.sql as 
specified in the instructions

What is the expected output? What do you see instead?
database_setup.sql is supposed to be get downloaded. Instead, I get a 404.

What version of the product are you using? On what operating system?
Version 754759d901ce on a fresh EC2 AMI.

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 9 May 2011 at 8:11

Trade options on counter_transaction page need cleanup

What steps will reproduce the problem?
1. Start a transaction for a book
2. Select Counter Transaction
3. Select the checkbox for "offer a book as trade", and select a book to offer 
in trade.

What is the expected output? What do you see instead?
Sometimes it is unclear which book you are selecting, leading users to 
misselect th ebook for trade. Need to better align radio buttons.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 21 May 2011 at 6:07

Running Developer "All Tests" from the test.php page fails

What steps will reproduce the problem?
1. Goto the site, http://localhost/dawgsquad/sharingmedia/app/webroot/test.php, 
as directed by the Developer Documentation in the "How to Test" section.
2. Select "All Tests"

What is the expected output? What do you see instead?
Not sure, the documentation doesn't really specify.  I get the following error:
  Fatal error: Cannot redeclare class Article in /var/www/html/dawgsquad/sharingmedia/cake/tests/cases/libs/model/models.php on line 283 

What version of the product are you using? On what operating system?
changeset:   712:853e2e114fe8
A fresh FC13 home VM from the UW CS department.

Please provide any additional information below.


Original issue reported on code.google.com by CodeBlack08 on 17 May 2011 at 3:06

"Choose Book Details" page styling is off

What steps will reproduce the problem?
1. Goto Facebook app main page using Firefox.
2. Click "Add Book"
3. Type in "Potter" for the title and "Continue"
4. Click "Add this book" for the top search result

What is the expected output? What do you see instead?
Expected: http://dawgsquad.googlecode.com/hg/docs/UI/screen_add3_tut.png
Seen: http://postimage.org/image/1wge0ldus/

The page styling seems to be off.

What version of the product are you using? On what operating system?
changeset:   712:853e2e114fe8
A fresh FC13 home VM from the UW CS department.

Original issue reported on code.google.com by CodeBlack08 on 17 May 2011 at 3:21

error messages on home page

What steps will reproduce the problem?

1. Go to our website at http://apps.facebook.com/sharingmedia/


What is the expected output? What do you see instead?

 * The expected output does not have the two yellow error messages.


Please use labels and text to provide additional information.

 * Should be able to correct the problem by changing permissions on the server. 




Original issue reported on code.google.com by [email protected] on 30 Apr 2011 at 3:21

Cannot display appropriate pages except front page

What steps will reproduce the problem?
1. go to the front page
2. go to any links from the front

What is the expected output? What do you see instead?

It will show "Fatal error: Call to a member function create() on a non-object"

Please use labels and text to provide additional information.

Cannot display appropriate pages except front page Due to the error above.

Original issue reported on code.google.com by [email protected] on 11 May 2011 at 3:21

Layout contains broken Links

What steps will reproduce the problem?
1. Go to Home Page on SharingMedia
2. Click on any of the links on the top left row of links.
3. Redirect to invalid page.

What is the expected output? What do you see instead?
  Links should redirect to corresponding pages in app, including home, add books, find books, mylibrary.


Original issue reported on code.google.com by [email protected] on 10 May 2011 at 6:05

Redirection problem at Facebook Login

What steps will reproduce the problem?
1. Go to sharingmedia/
2. Log into Facebook

What is the expected output? What do you see instead?

Expect to get redirected to home page.

Firefox has detected that the server is redirecting the request for this 
address in a way that will never complete.

Using Firefox 4.0.1


Original issue reported on code.google.com by [email protected] on 12 May 2011 at 2:30

Text displayed in transactions does not update based on context of book owner / potential buyer

What steps will reproduce the problem?
1. Go through the transaction use case (aka find books, start transaction, 
counteroffer or accept.

What is the expected output? What do you see instead?
Text should reflect whether or not the user is the owner of the book or the 
buyer. For example, switching "Buy" and "Sell" etc.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 21 May 2011 at 5:58

My Library can be accessed from the sidebar, but not from front page

What steps will reproduce the problem?
1. Click on My Library on the front page
2. It will display "Coming Soon"
3. Click on the My Library button on the sidebar
4. My Library page shows up

What is the expected output? What do you see instead?
My Library should still say "Coming Soon" since it's not completed yet



Original issue reported on code.google.com by [email protected] on 15 May 2011 at 5:58

Add Initial Offer Details page should have some sort of description next to each option

What steps will reproduce the problem?
1. Go to add books page
2. Search for a book
3. Click add to Library on the book you want

It will take user to the initial offer page. Currently it's just three radio 
buttons and a text box. There's no description that "Loan for" is in days, 
"Sell for" is in dollars, and "Trade for" is for books.

Should have some sort of description to make it clear


Original issue reported on code.google.com by [email protected] on 15 May 2011 at 5:18

User location information

What steps will reproduce the problem?
1. Go to Find Books.
2. Search for any books that someone owns.

What is the expected output? What do you see instead?

Currently we show the name of the owner of the book. It would be nice if we can 
also show the location of the owner.

Please use labels and text to provide additional information.

We can work on this enhancement after bug-squashing and other improvements. The 
location data can be retrieved from Facebook session info and can be stored in 
an extra column in the users table. User locations can then be displayed on 
Find Book results, My transactions tab, and wherever it's appropriate.

Original issue reported on code.google.com by [email protected] on 24 May 2011 at 4:52

Setup script - database setup

What steps will reproduce the problem?
1. Run through Server setup instructions
2. Go to http://localhost/dawgsquad/sharingmedia, or try accessing MYSQL using 
sudo mysql -u (your root name)

What is the expected output? What do you see instead?
on http://localhost/dawgsquad/sharingmedia, says database table cannot be 
found. In MySQL, trying to use media_db returns "access denied" error.

Please use labels and text to provide additional information.
Seems like database permissions aren't being set properly or something.

Original issue reported on code.google.com by [email protected] on 16 May 2011 at 5:02

Deleting Books in My Library produces SQL Error

What steps will reproduce the problem?
1. Add a book to your library (going through the use case)
2. Go to My Library page (should not be accessible, this is related to issue 
19.)
3. Click on remove on one of the books (but books are not displayed correctly, 
see issue 20)
4. Click "yes" on the confirm page. 

What is the expected output? What do you see instead?
Should have the book being deleted and user taken back to the My Library page.

However, it currently throws an SQL error:
SQL Error: 1064: You have an error in your SQL syntax; check the manual that 
corresponds to your MySQL server version for the right syntax to use near 'AND 
book_initial_offers.book_id = 2' at line 1 
[CORE/cake/libs/model/datasources/dbo_source.php, line 684]



Original issue reported on code.google.com by [email protected] on 15 May 2011 at 6:07

app/tmp and subdirectories don't exist

What steps will reproduce the problem?
1. Download and run LAMPsetup.sh
2. Set up database
3. Navigate to http://localhost/dawgsquad/sharingmedia/

What is the expected output? What do you see instead?
1. The chown step fails in LAMPsetup.sh because app/tmp doesn't exist.
2. Several warnings/errors appear on the app page because subdirectories of 
app/tmp don't exist.

What version of the product are you using? On what operating system?
Version 754759d901ce on a fresh EC2 AMI.

Please provide any additional information below.
Are you expecting to have various empty directories under app/tmp in your 
repository? That doesn't work; you need to create some marker files there. If 
you browse repository on Google Code you'll see that there's nothing at that 
path.

Original issue reported on code.google.com by [email protected] on 9 May 2011 at 8:15

User can still access the application after user logs out

What steps will reproduce the problem?
0. Log into Facebook 
1. Go to the SharingMedia application main page
2. In a new tab of the same browser go to Facebook main page  
3. Log out of Facebook on that tab
4. Go back to the SharingMedia App and click on Add Books

What is the expected output? What do you see instead?
Should direct users to login page.

Instead, user can still click around and add books, which will cause SQL errors.



Original issue reported on code.google.com by [email protected] on 16 May 2011 at 2:02

In Remove Books, it displays the Title instead of the Author in the confirm screen

What steps will reproduce the problem?
1. Add a Book to your library (Make sure it's added because sometimes it 
doesn't add, see Issue 22)
2. Go to your library
3. Click remove on the book you want to remove

What is the expected output? What do you see instead?
It should read "Are you sure you want to remove <title> by <author>?"

Currently it reads "Are you sure you want to remove <title> by <title>"

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 15 May 2011 at 5:08

SharingMedia Spelled wrong on the home page

What steps will reproduce the problem?
1. First page of the app

What is the expected output? What do you see instead?
Expected o/p = SharingMedia 
Current o/p = SharinGMedia

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 10 May 2011 at 6:21

Inconsistent Search Behavior

What steps will reproduce the problem?
1. Press the space bar to product a "space" character in the ISBN field of the 
add book page.
2. Type 0765801027 0 after the ISBN.
3. Press continue.

What is the expected output? What do you see instead?
The expected output should be the single book 0765801027 since ISBN are unique 
identifiers. However I get another book that should not be part of this.

What version of the product are you using? On what operating system?
Current version released as of today, Monday May 16, 2011. Windows 7 x64 Home 
Premium, using Google Chrome 11.0.696.68.

Please provide any additional information below.
There also seems to be an issue with spaces that could interfere with results. 
I'm not sure if this is a feature, but it seems as though it shouldn't be.

Original issue reported on code.google.com by [email protected] on 17 May 2011 at 2:39

Everytime someone clicks a link that links to http://apps.facebook.com/sharingmedia and its sub pages, it will always show a facebook bar within the frame

What steps will reproduce the problem?
1. Click on any link on main page (in my case add_books)
2.
3.

What is the expected output? What do you see instead?
Should go straight to add_books. Instead, it goes to the facebook login page, 
realizes the user is logged on, then redirects them back to the correct page. 
This is a minor annoyance to the user.

Need to get rid of the second step. Facebook login page should now show up at 
all.

This is partly due to the new linking mechanism (always linking to 
http://apps.facebook.com/sharingmedia/(subpages)
Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 17 May 2011 at 10:02

media_db script issue

What steps will reproduce the problem?
1. Run \. media_db_setup.sql as root in database

What is the expected output? What do you see instead?

Expect database and all tables to be successfully made. Instead, 
media_db.loans, media_db.book_initial_offer, and media_db.transactions all 
cannot be made.




Original issue reported on code.google.com by [email protected] on 8 May 2011 at 7:09

Running TEST.pl Fails and/or Has No Output

What steps will reproduce the problem?
1. Follow the developer instructions up to the "How to test" section on a fresh 
VM.
2. Try to run TEST.pl as directed with the "-a" flag.

What is the expected output?
Some sort of failure/success notifications for some tests.

What do you see instead?
An error:
Can't locate IO/Scalar.pm in @INC (@INC contains:
     /usr/local/lib/perl5 /usr/local/share/perl5 /usr/lib/perl5
     /usr/share/perl5 /usr/lib/perl5 /usr/share/perl5
     /usr/local/lib/perl5/site_perl/5.10.0/i386-linux-thread-multi
     /usr/local/lib/perl5/site_perl/5.10.0
     /usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi
     /usr/lib/perl5/vendor_perl /usr/lib/perl5/site_perl .) at TEST.pl
     line 5.  BEGIN failed--compilation aborted at TEST.pl line 5.

That one can be fixed by installing perl-IO-stringy with yum:
  sudo yum install -y perl-IO-stringy

Then, trying again, another error happens:
Can't locate Mail/Sendmail.pm in @INC (@INC contains:
     /usr/local/lib/perl5 /usr/local/share/perl5 /usr/lib/perl5
     /usr/share/perl5 /usr/lib/perl5 /usr/share/perl5
     /usr/local/lib/perl5/site_perl/5.10.0/i386-linux-thread-multi
     /usr/local/lib/perl5/site_perl/5.10.0
     /usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi
     /usr/lib/perl5/vendor_perl /usr/lib/perl5/site_perl .) at TEST.pl
     line 6.  BEGIN failed--compilation aborted at TEST.pl line 6.

This one can be fixed with:
  sudo yum install -y perl-Mail-Sendmail

Then, trying again, no output is seen.  There is no indication of success or 
failure so nothing further could be fixed.

What version of the product are you using? On what operating system?
changeset:   712:853e2e114fe8
A fresh FC13 home VM from the UW CS department.


Original issue reported on code.google.com by CodeBlack08 on 17 May 2011 at 2:24

User can access the site if they forcefully open a new tab

From Andrew Lau:
On a side note try this:
1. Login into Facebook and use the app
2. Right click on add books and choose open as new tab.
Here you can view the URL and even perform actions outside the screen. 
3. Copy the URL
4. Open a new web browser like Mozilla Firefox and make sure you are not logged 
on Facebook on the new browser.
5. Paste the URL.
6. Press enter and voila! You can access some parts of the page, but you get 
errors too.

This was done on a Windows 7 x64 Home Premium machine. Chrome OS 11.0.696.68 
and Firefox 4.0.1.

Original issue reported on code.google.com by [email protected] on 17 May 2011 at 4:31

Complete Loan is missing accurate due date and uses default value

What steps will reproduce the problem?
1. Go to My Loans
2. Make sure you have a "complete loan" link

What is the expected output? What do you see instead?
Due date as the real due date. Instead I see a blank string for due date.

Please use labels and text to provide additional information.
I think this is due to parameters being passed incorrectly from the My 
Transactions page

Original issue reported on code.google.com by [email protected] on 21 May 2011 at 6:45

My Library Does not show information on the books you own

What steps will reproduce the problem?
1. Go to My Library page from the Side bar (which itself is a bug since it 
should have been disabled in tag version v0.5

What is the expected output? What do you see instead?
If the My Library function needs to work, it should show the books you own, the 
image of the books, and information on the books.

Instead, we see broken images, and no info, user will also see php tags.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 15 May 2011 at 6:02

Add Books workflow crashes

What steps will reproduce the problem?
1. Login to the app on Facebook
2. Add Books
3. Enter fields 
4. No search results 
5. Hit continue
6. CRASH (We cannot click any link at this point)

What is the expected output? What do you see instead?
Expected any of the links like Home, Mylibrary etc to work at this point

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 12 May 2011 at 7:09

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.