CSheesley / CSheesley/ccs_cross_poll_backend
Twilio Text - FE
- Dominant language
- Ruby
- Stars
- 1
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
When on the Walk-in Search Results page, a user can click on a "Text Me Center Info" (or something like that) button. This button makes a POST to: `/api/v1/locations/information_text?location_id=<#>&phone<1234567890>`.
Params include the `id` of the closest locations (which was already returned), along with the `phone` number(which a user will need to input). For ease of collection, phone number should be 10 straight digits with no other characters.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the Walk-in Search Results flow and the /api/v1/locations/information_text endpoint. Check how the closest location id is already returned and how a phone number can be collected as 10 digits. Done means the Text Me Center Info action sends both values in the requested POST.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100