Samagra-Development / odk-collect-extension

ODK Collect is an Android app for filling out forms. ODK Collect Extensions is a layer on top of ODK Collect to make it easier to integrate inside existing Android apps.
https://docs.getodk.org/collect-intro
Apache License 2.0
5 stars 18 forks source link

Move openForm() and prefillAndOpenForm() methods to FormInteractor #35

Closed chinmoy12c closed 1 year ago

chinmoy12c commented 1 year ago

OdkInteractor interface should only contain setupODK and resetODK methods as this interface should only be concerned with High level ODK processes while openForm, openSavedForm and prefillAndOpenForm are specific form level processes and should be moved to FormsInteractor interface which is responsible for handling form level processes. The prefill function depends on updateForm function which also needs to be moved from ODKInteractor.

shivenducs1136 commented 1 year ago

I would like to work on this issue.

Poonam1607 commented 1 year ago

Is this issue assigned? If not then I would like to work on this.

charanpreet-s commented 1 year ago

Hey @shivenducs1136, Have you started/completed this issue?

@Poonam1607 Let's wait for @shivenducs1136 reply before re-assiging.

shivenducs1136 commented 1 year ago

Hello, @charanpreet-samagra Yes, I have already begun working on it.

@Poonam1607 You may play around with other issues, I'll keep you informed on this one.