rokwire / rokwire/app-flutter-plugin
[FEATURE] Embed survey widgets flag
Nobody has claimed this yet.
- Dominant language
- Dart
- Stars
- 3
- Forks
- 4
- Avg merge
- 1m
- Merged PRs (30d)
- 3
Description
Is your feature request related to a problem? Please describe.
There is no convenient way to specify whether survey data should be embedded inside other widgets or expanded to fill all available space.
Describe the solution you'd like
We should be able to define whether the show_survey action opens a new panel or replaces an existing survey. If the "replace" feature is used, we should use local notifications to notify that specific survey widget of the update based on it's current survey ID.
Describe alternatives you've considered
Each panel that uses survey widgets could manually specify whether the widgets should be embedded or expanded, but this would duplicate some code and make it more difficult to change the UI behavior of the survey widgets.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the show_survey action and the survey widget implementation in the Flutter plugin. Trace how panels open or replace existing surveys, then verify that a replacement can notify the widget associated with the current survey ID and that both expanded and embedded behavior are covered.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter
- Domain
- mobile-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100