-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rework form entry and form hierarchy to be one Activity #5420
Comments
Activity
Activity
@grzesiek2010 I'm aiming to convert After we're done with that, we can review if we can make improvements to how we store the form session. Just moving everything to one Activity here should make managing that state much simpler though. |
Blocked until v2023.3.x is merged in tomaster
Currently, there are two Activity objects that handle form entry (answering questions) and viewing/navigating the form hierarchy. This has two major disadvantages:
We should restructure our code so that
FormEntryActivity
handles the full form entry workflow. This most likely means creating a two Fragment or View objects that represent different "view" on the form entry session and can easily be switched in between (and potentially embed within each other).As part of this, we should also remove the
FormSessionRepository
.The text was updated successfully, but these errors were encountered: