Greenstand / treetracker-web-map-core-demo

5 stars 7 forks source link

Feat make native app work with model layer #37

Closed pierrelstan closed 9 months ago

pierrelstan commented 9 months ago

The following changes have been implemented in the native app :

resolves #34

pierrelstan commented 9 months ago

Looks great, @pierrelstan what's your comment on this re-use model (packages/demo-core)

@dadiorchen It is a useful tool. I didn't have to recreate the logic for some parts of the native app, which has significantly accelerated my work on implementing features related to the 'demo-core' package.

dadiorchen commented 9 months ago

That's great, I think inevitably we will encounter some problems with this pattern in the future, because it is not so simple as direct coding on a single platform, but I believe it will give great benefits in terms of the productivity of development of the whole project, and the convenience to the future maintenance.