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

Special Tags with Tappable Tracking #594

Open
jterps08 opened this issue May 5, 2017 · 2 comments
Open

Special Tags with Tappable Tracking #594

jterps08 opened this issue May 5, 2017 · 2 comments
Assignees
Labels

Comments

@jterps08
Copy link
Member

jterps08 commented May 5, 2017

We need a way to display for a leader to dynamically display a phone number for an elected leader in a post or announcement. For example: "Please call Congressman at and Senator at and Senator at to let them know how you feel about whales." The text in the tags is programmatically/dynamically replaced by the system automatically (frontend or backend?)>

NameC1 returns the user's Congressman.
SenatorS1 returns the user's first Senator.
SenatorS2 returns the user's second Senator.
PhoneC1 returns the Congressman's phone number.
PhoneS1 returns the first Senator's phone number.
PhoneS2 returns the second Senator's phone number.

We need a way to track on the backend if a user has tapped a specific item on the frontend so that we display this as a count. For example, how many user's tapped PhoneS1 in this post?

The use case is this: Leader sends out a phone number in a special tag. User taps phone number. A counter increases by 1.

@igaponov
Copy link
Collaborator

Emails/phones are exposed for representative endpoint.
Do you want to count a phone/email or a representative? What if a representative changes his phone number?

@jterps08
Copy link
Member Author

Let's discuss this further. I need to explain.

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

No branches or pull requests

2 participants