playtime icon indicating copy to clipboard operation
playtime copied to clipboard

Supporting children and families experiencing homelessness in Washington, DC. Live app - https://wishlist.playtimeproject.org Organization Website:

Results 26 playtime issues
Sort by recently updated
recently updated
newest added

Resolves #123 ### Description - Based off of work done by @admir23 in #130. - Addresses concerns from @leesharma (https://github.com/rubyforgood/playtime/pull/130#issuecomment-337460393) by removing the application layout from the error pages. -...

Works towards #62 (part 2/3) ### Description I broke #62 into three PRs for easier review: this is part 2. (part 1: #173) There were two main changes in this...

Right now, our wishlist urls look like this: `/wishlists/1`. URLs are part of the user interface and ids don't make for a great UI; let's make them more like this:...

Enhancement
In Progress

This task is to add pagination to wishlist items on the root view (`wishlist_items#index`) and the wishlist show view (`wishlists#show`). There are a number of ways to implement pagination: I'd...

In Progress
Beginner Friendly

Continuation of #107 The Facebook social share button wasn't working, so we decided to remove it for the first release. Now that development is a little more leisurely, we should...

Enhancement
In Progress
Beginner Friendly

The initial idea of anonymous pledges was to have them act like guest shopping cart items–they'd be attached to the session and, if the user creates an account, they'd attach...

Enhancement
In Progress

Resolves #141 ### Description Adds pagination. ### Type of change * New feature (non-breaking change which adds functionality)

Resolves #141 Add pagination for wishlist_items using kaminari gem.

Resolves issue #112 - I have used social-share-button gem only to get the facebook share functionality to work by changing some syntax. I have added URL and desc attributes. **Example...