mirror of
https://github.com/ushahidi/SMSSync.git
synced 2026-04-25 15:55:57 +03:00
[GH-ISSUE #235] Enable configuration of SMSSync through scanning of a QR code #169
Labels
No labels
Bug report
Code improvement
Concern
Feature request
Feature request
Good first issue to work on
In progress
Needs info
Question
Ready
Translation
User Experience
User Experience
Website
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SMSSync#169
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @arthurbuliva on GitHub (Jan 22, 2015).
Original GitHub issue: https://github.com/ushahidi/SMSSync/issues/235
Originally assigned to: @eyedol on GitHub.
As the title says, I think this will make it easy for people to configure SMSSync. Am thinking that this may be particularly useful for the Drupal module currently under test so that different users can get configuration details to either manually set up or Drupal generates a QR code which SMSSync will understand
@eyedol commented on GitHub (Apr 13, 2015):
Add a camera icon after the
+icon on the actionbar. When the camera icon is tapped, launch the camera to scan the QR code. After a successful scan of the QR code by SMSsync, it should populate the Sync URL list by deserializing the sample JSON string below from the QR code.The scyncscheme's method values should be
POSTandPUTonly. That ofdataFormatshould beURLEncoded,JSON,XML, andYAMLUpdate the developer section of the website to reflect this.
Updated Changed
enabled:truefield tostatus:false@arthurbuliva commented on GitHub (Apr 20, 2015):
The Drupal 7 SMSSync module is waiting for you on this. It will give you a good means of testing whether the QR code scan actually works.
github.com/arthurbuliva/smssync@65aacd7b16@eyedol commented on GitHub (Apr 20, 2015):
@arthurbuliva mind attaching a sample QR code that has the sample JSON string above?
@arthurbuliva commented on GitHub (Apr 21, 2015):
@arthurbuliva commented on GitHub (Apr 21, 2015):
Question, why do we need the "syncscheme" section? Normally the users don't configure any of those parameters in those sections, do they? The only thing that they configure is the device_id, which I have included in the QR code.
@eyedol commented on GitHub (Jun 19, 2015):
@arthurbuliva the SyncScheme is a configuration option. There is a default one that is always set when you add a Sync URL. I thought it makes sense to provide that as well. Yes, this can be an optional field.