-
Notifications
You must be signed in to change notification settings - Fork 252
Update public_bookcase.json - Add more fields #1001
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
Changes from 3 commits
415ff6f
63e5efc
b2b3b8f
59b19ed
fb836fe
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| { | ||
| "key": "books", | ||
| "type": "combo", | ||
| "label": "Type" | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,23 +3,28 @@ | |
| "fields": [ | ||
| "name", | ||
| "public_bookcase/type", | ||
| "books", | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I would have said that for public bookcases, it is rather the exception to find only specific types of books. For this reason, I would have put this field to the
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It is already exception they are mapped, let alone such tags being discovered by users, but it is fine to change it. |
||
| "operator", | ||
| "capacity", | ||
| "lit" | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. For clarity, it is moved to moreFields. (it is not hidden if people can easily discover it) (Here also it is fine to change it.) |
||
| "direction" | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. So it can be more easily discovered. (Here also it is fine to change it.) |
||
| ], | ||
| "moreFields": [ | ||
| "access_simple", | ||
| "address", | ||
| "branch_brand", | ||
| "brand", | ||
| "colour", | ||
| "covered", | ||
| "email", | ||
| "height", | ||
| "indoor", | ||
| "level", | ||
| "lit", | ||
| "location", | ||
| "opening_hours", | ||
| "phone", | ||
| "ref", | ||
| "support", | ||
| "wheelchair" | ||
| ], | ||
| "geometry": [ | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.