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

I'm adding this issue for Hacktoberfest! 🎃 For new people setting up this project locally: if you find holes or confusing/out-of-date instructions in the docs, we'd love a PR! This...

Beginner Friendly

Another open-ended Hacktoberfest issue. 🎃 There are some places where the styles spill into the views or are a little messy (for example, we have some ``s scattered around). Improving...

UX
Beginner Friendly

If I'm a user on the site and I encounter an error, an unexpected interface, or something else annoying, I'd like a way of giving feedback to the development team....

UX

### Context When you click the pledge button, you should see something similar to this: ![pledging flow](https://user-images.githubusercontent.com/814638/30890262-dbe7ca32-a2f9-11e7-85fc-82664ff38f9c.gif) That Amazon tab opening is one of the most critical features of this...

Test

I'm breaking this out of #56 since it's really a different issue. ## The Issue Sometimes, Amazon queries return errors. The current behavior is that the page stays blank. We...

Enhancement
Amazon Product API

View details in Rollbar: [https://rollbar.com/project-playtime/project-playtime/items/25/](https://rollbar.com/project-playtime/project-playtime/items/25/) ``` ActionController::UnknownFormat: WishlistItemsController#index is missing a template for this request format and variant. request.formats: ["../../../../../../../../../../etc/passwd{{"] request.variant: [] File "/home/deploy/apps/playtime/shared/bundle/ruby/2.4.0/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb", line 40, in default_render File "/home/deploy/apps/playtime/shared/bundle/ruby/2.4.0/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb",...

Bug
Production
Rollbar

added comma to line #88 Resolves #001 ### Description ### Type of change * Bug fix (non-breaking change which fixes an issue) * New feature (non-breaking change which adds functionality)...

Right now, we're using the boring, default rails error pages: ![default rails 404](https://user-images.githubusercontent.com/814638/31480024-53d21840-aee9-11e7-8a5f-287668ede20f.png) They do the job, but it'd be nice to have something that matches the rest of the...

UX
Beginner Friendly

(Under #113) In the theme of adding shiny status buttons to the README, let's start measuring/displaying our test coverage! Here are [instructions](https://docs.codeclimate.com/v1.0/docs/configuring-test-coverage) for getting Code Climate test coverage set up....

Chore
In Progress
Beginner Friendly

Resolves #62 (part 3/3) ### Description I broke #62 into three PRs for easier review: this is the final piece. (part 1: #173, part 2: #174) Now that we have...

WIP