Creation Form
ChiliPaneer opened this issue · 1 comments
ChiliPaneer commented
Problem: Implement the creation form functionality.
Solution: A user can create a form that results with all the information needed to make a call to a method that triggers the form to actually be sent out. The functionality matches the description.
Description:
/create-survey
FB: MC or Radio
/radio or /mc
FB: Enter your question
FB: How many answer choices?
for i in number:
FB: Enter prompt
FB: Do you want to add another question....
FB: Who do you want to send it to (Channel, group, user list):
FB confirmation:
Specs:
- Can trigger survey creation with command
- Allows entering prompt
- Accepts variable number of answer choices (can just be fixed for now if it's difficult)
- (Designed so that implementing multiple questions is easy)
- Can accept multiple respondee groups (Channels, groups, user lists) delimited by spaces or commas.
- Confirmation message
Notes
Implementation details are subject to change, communicate with team on any clarifications.
ChiliPaneer commented
wrong repo