From dabdb822aa96ac4bb7e8dd63bcca79b61884759b Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Sat, 16 Dec 2023 15:14:46 -0700 Subject: [PATCH] fix: Add more columns used by TM --- tm_admin/projects/projects.yaml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/tm_admin/projects/projects.yaml b/tm_admin/projects/projects.yaml index 4edd05e1..7d724e99 100644 --- a/tm_admin/projects/projects.yaml +++ b/tm_admin/projects/projects.yaml @@ -37,12 +37,34 @@ - share: True - last_updated: - timestamp + - due_date: + - timestamp - status: - public.projectstatus - required: True - share: True - total_tasks: - int32 + - tasks_mapped: + - int32 + - tasks_validated: + - int32 + - mapping_editors: + - public.editors + - validation_editors: + - public.editors + - enforce_random_task_selection: + - bool + - Country: + - string + - mapping_permission: + - public.permissions + - rapid_power_user: + - bool + - progress_email_sent: + - bool + - tasks_bad_imagery: + - int32 - odk_central_src: - string - xform_title: @@ -71,6 +93,14 @@ - string - imagery: - string + - default_locale: + - string + - share: True + - difficulty: + - public.projectdifficulty + - mappingtypes: + - public.mappingtypes + - array: True - osm_preset: - string - odk_preset: