From cb6ecf85420bcabe4d806cf79c729da0652bde39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A1n=20Mikl=C3=B3s?= Date: Mon, 22 Apr 2024 16:04:05 +0200 Subject: [PATCH] Update new_project.rst --- official_docs/en/new_project.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/official_docs/en/new_project.rst b/official_docs/en/new_project.rst index e265211..22b849e 100644 --- a/official_docs/en/new_project.rst +++ b/official_docs/en/new_project.rst @@ -25,8 +25,9 @@ When the project is created, a data table is created (with the name we have give After logging in to the project, several settings need to be made to make the project usable, such as setting up modules and creating forms. In a nutshell, the following settings should be done: -- Set up your data table(s). -- Set up upload forms. -- Set up an SQL query. -- Set up your map interface -- Set up modules for data query (e.g. text_filter, identify_points) and visualisation (results_asStable, results_buttons, results_summary). + + - Set up your data table(s). + - Set up upload forms. + - Set up an SQL query. + - Set up your map interface + - Set up modules for data query (e.g. text_filter, identify_points) and visualisation (results_asStable, results_buttons, results_summary).