ground-android icon indicating copy to clipboard operation
ground-android copied to clipboard

Refactor NavigationRequest `object` to `data object`

Open yongsuk44 opened this issue 2 years ago • 4 comments

'data object' instead of a plain 'object' means that it automatically has a 'toString()' function without the need to override it manually

Link

yongsuk44 avatar Mar 18 '24 05:03 yongsuk44

/gcbrun

shobhitagarwal1612 avatar Mar 18 '24 09:03 shobhitagarwal1612

@yongsuk44 Can you please fix the failing build?

shobhitagarwal1612 avatar Mar 30 '24 18:03 shobhitagarwal1612

@shobhitagarwal1612 sry, 'import' and Lint issues and fixed them.

yongsuk44 avatar Mar 31 '24 08:03 yongsuk44

Running integration tests, they should complete shortly:

/gcbrun

gino-m avatar May 13 '24 10:05 gino-m

data to data object is already addressed in https://github.com/google/ground-android/pull/2483

shobhitagarwal1612 avatar Jun 03 '24 07:06 shobhitagarwal1612