PowerlineApp / powerline-mobile

Other
4 stars 16 forks source link

Special Tags with Tappable Tracking #594

Open jterps08 opened 7 years ago

jterps08 commented 7 years ago

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 commented 6 years ago

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 commented 6 years ago

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