Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding playground presets #4375

Merged
merged 4 commits into from
Sep 26, 2017
Merged

Adding playground presets #4375

merged 4 commits into from
Sep 26, 2017

Conversation

JamesKingdom
Copy link
Collaborator

@JamesKingdom JamesKingdom commented Sep 24, 2017

Closes #4252

Presets Added

  • Balance Beam
  • Basket Spinner
  • Basket Swing
  • Climbing Frame
  • Bouncy Cushion
  • Horizontal Bar
  • Springy Rocker
  • Play Roundabout
  • Sandpit
  • Seesaw
  • Slide
  • Playground Structure
  • Swing
  • Zipwire

Things to do

  • Add a new field for the swing preset that says whether it has a special wheelchair seat
  • Change text for the baby field on the swing preset
    I changed it from Designed for babies to Baby seat, but I'm still unsure if I like this or not
  • Add some more fields to the playground preset, such as operator and age restrictions

@JamesKingdom JamesKingdom added the wip Work in progress label Sep 24, 2017
@bhousel
Copy link
Member

bhousel commented Sep 25, 2017

What a fun PR!

Per your todos:

  • I think we don't need a special wheelchair swing field.. Users can tag with the existing universal wheelchair field if it makes sense.
  • I think what you did with "Baby Seat" checkbox is good..

I added a few other comments.. I know picking icons is tough, but I think we should not use the "entrance" icon for the slide, even though it does look kind of like a slide. Using the same icon for 2 very different concepts makes the map harder to use.

@@ -0,0 +1,11 @@
{
"icon": "entrance",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Haha not sure how I feel about this one..

@@ -0,0 +1,5 @@
{
"key": "max_age",
"type": "text",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

min_age and max_age can both be fields and have type number. This will add up/down buttons to the side.

"playground/baby": {
"key": "baby",
"type": "check",
"label": "Baby Seat"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is fine 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants