afarentino / poll

Poll is a cloud-native web application that presents single question surveys to its users. Survey results are persisted to a MongoDB database.
Apache License 2.0
1 stars 0 forks source link

New Feature: Allow user to customize question used #2

Open afarentino opened 1 year ago

afarentino commented 1 year ago

As a user of the poll single use question survey, I'd like to be able to change the question shown so that I can reuse the application for other short-lived surveys.

Acceptance criteria

afarentino commented 12 months ago

Possibilities include Next.Js, (React) and server-side components.

afarentino commented 11 months ago

We also can consider, potentially introducing an AI form builder assistant similar to what Microsoft is doing inside of the Power Platform this year (with its latest enhancements to Github co-pilot and Power Virtual agents).

I don't want us reinventing the wheel here (forms are a known and solved pain point for developers with various libraries + builders) and something should be found that allows this app to quickly be re-used with a new question.

afarentino commented 11 months ago

Additional research links:

What I like:

Potential challenges:

Nice-to-have: Now that poll is open-source it needs a longer-term strategy beyond a quick MVP. By becoming part of a pre-existing open-source community other developers are going to find, use, and improve it.