Open
Conversation
********************** Move google_api_key to helper_config class - it should not IMO be in helper_base.php Add $disable_indicia_gmaps_inclusion static variable for use elsewhere data_entry_helper.php ********************** "google_places_api" (typo) should read "google_places" Suggest minimum of 'label' and 'driver' for map($options) to allow control over georeference_lookup Add static functions for new email_input and number_input helper_base.php ********************** Add email_input and number_input to $indicia_templates Remove size="30" from date_picker (should be controlled by css) Add propsed native_date_picker to $indicia_templates Remove static variable $google_api_key: now in _helper_config.php Remove static variable $google_maps_api_key: not used anywhere/deprecated
Member
Contributor
|
Thanks @studio4 for the proposals - much appreciated. I've now had a good look through the changes and have the following comments:
|
Author
|
Hello @johnvanbreda,
However, this only works if you move google_api_key up to client_helpers which I think is necessary. Hope this helps? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Move google_api_key to helper_config class - it should not IMO be in helper_base.php
Add $disable_indicia_gmaps_inclusion static variable for use elsewhere
data_entry_helper.php
"google_places_api" (typo) should read "google_places"
Suggest minimum of 'label' and 'driver' for map($options) to allow control over georeference_lookup
Add static functions for new email_input and number_input
helper_base.php
Add email_input and number_input to $indicia_templates
Remove size="30" from date_picker (should be controlled by css)
Add propsed native_date_picker to $indicia_templates
Remove static variable $google_api_key: now in _helper_config.php
Remove static variable $google_maps_api_key: not used anywhere/deprecated