techmatters / terraso-mobile-client

A React Native project for Terraso’s LandPKS mobile application.
https://landpks.terraso.org
GNU Affero General Public License v3.0
2 stars 0 forks source link

Move soilID Redux slice into mobile client codebase #2070

Closed tm-ruxandra closed 2 days ago

tm-ruxandra commented 3 weeks ago

Currently, the Redux slice the handles soil sample data and Soil ID interactions lives in terraso-client-shared. This causes architectural challenges for mobile-only considerations for offline mode operation. Migrate this code (Redux slices under project, site, and soilId) into the terraso-mobile-client repository, and apply minor refactoring to make further offline research tasks more manageable.

shrouxm commented 2 days ago

closing because i think this is complete