Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
fix: Add more columns used by TM
Browse files Browse the repository at this point in the history
  • Loading branch information
rsavoye committed Dec 16, 2023
1 parent 08619ee commit dabdb82
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions tm_admin/projects/projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit dabdb82

Please sign in to comment.