From 8bbdbeaeb9dee9cca32447b423bedb3021fe0283 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Tue, 18 Feb 2025 18:47:47 +0100 Subject: [PATCH] Note that visibility of objects upon import is also relevant --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 09e941a..31365cd 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ It will hence attempt to do so when first run (or unless all relevant informatio - Parser - Location of metadata files to upload - Location of images files to upload +- Decision, whether objects should be imported as public #### Setup workflow @@ -33,6 +34,7 @@ It will hence attempt to do so when first run (or unless all relevant informatio to upload metadata from - The app opens a file selection dialogue querying the user to select a folder to upload images from +- User is asked if imported objects should be published immediately - The thus gathered information is stored in a config file. The password is discarded.