From 6016e606ad75b71e14e99f1739611bc8715fa6bf Mon Sep 17 00:00:00 2001 From: Nishit Suwal <81785002+NSUWAL123@users.noreply.github.com> Date: Mon, 6 Nov 2023 11:57:30 +0545 Subject: [PATCH] fix (createNewProject): updateContents - project setup description updated (#968) --- .../components/createnewproject/DataExtract.tsx | 16 +++++++++++++--- .../createnewproject/ProjectDetailsForm.tsx | 12 ++++++++---- .../components/createnewproject/SelectForm.tsx | 5 ++--- .../components/createnewproject/SplitTasks.tsx | 10 +++++++--- .../components/createnewproject/UploadArea.tsx | 10 +++++++--- 5 files changed, 37 insertions(+), 16 deletions(-) diff --git a/src/frontend/src/components/createnewproject/DataExtract.tsx b/src/frontend/src/components/createnewproject/DataExtract.tsx index 59f05b81be..8d86b86bb1 100644 --- a/src/frontend/src/components/createnewproject/DataExtract.tsx +++ b/src/frontend/src/components/createnewproject/DataExtract.tsx @@ -90,9 +90,19 @@ const DataExtract = ({ flag, customLineUpload, setCustomLineUpload, customPolygo
- Fill in your project basic information such as name, description, hashtag, etc. - To complete the first step, you will need the account credentials of ODK central server.{' '} - Here are the instructions for setting up a Central ODK Server on Digital Ocean. + + You may choose to use the default OSM data extracts as your feature types to perform the field survey + + The relevant data extracts that exist on OSM are imported based on your AOI. + + You can use these data extracts to use the select_from_map functionality from ODK that allows you the mapper + to select the existing feature and conduct field mapping survey + + + In contrast to OSM data extracts, you can also upload custom data extracts around the AOI to conduct the + field mapping survey. + + Note: The custom data extracts shall follow the defined data standards.
- Fill in your project basic information such as name, description, hashtag, etc. - To complete the first step, you will need the account credentials of ODK central server.{' '} - Here are the instructions for setting up a Central ODK Server on Digital Ocean. + + Fill in your project basic information such as name, description, hashtag, etc. This captures essential + information about your project. + + To complete the first step, you will need the login credentials of ODK Central Server.{' '} + + Here are the instructions for setting up a Central ODK Server on Digital Ocean, if you haven’t already. +