-
-
Notifications
You must be signed in to change notification settings - Fork 22
Add AR Scan Eligible #281
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
Add AR Scan Eligible #281
Conversation
versx
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be pretty helpful.
Mygod
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not support for gym?
|
Chuck #18 should now support this PR for testing. For both gyms and stops. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should make this configurable since it's probably going to be a little bit before the RDM PR is merged and I don't want to break mapjs for everyone who isn't running RDM vanilla these days.
Add to default.json in the db.scanner section:
"arScanColumn": false
Add to map.js right above the let sql = in this pr:
const ar_scan_eligible = config.db.scanner.arScanColumn ? ', ar_scan_eligible' : '';
And the below suggestion.
Thoughts?
TurtIeSocks
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just need to remove 2 spaces in the backend and add an icon for an eligible gym and this will be ready.
Co-authored-by: TurtIeSocks <58572875+TurtIeSocks@users.noreply.github.com>
Uh oh!
There was an error while loading. Please reload this page.