google / ground-platform

Ground hosted components: Web console, Cloud Functions, db config
http://groundplatform.org
Apache License 2.0
203 stars 86 forks source link

MultipleChoiceSelection Condition Proto is missing task ID field #1899

Closed sufyanAbbasi closed 3 months ago

sufyanAbbasi commented 3 months ago

Here we define a list of option IDs for selection in the task condition:

https://github.com/google/ground-platform/blob/3581003c6d610b15f0af4dd1313449608d7bc9d7/proto/src/google/ground/v1beta1/job.proto#L245

However, we require a task ID to know whose options they belong to.

The fix is to simply add a string task_id = 2 field.

gino-m commented 3 months ago

@rfontanarosa Is adding converters for the create/edit survey flow now.