You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
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.
The text was updated successfully, but these errors were encountered: