From 02d082f19f0affae989882f37c6d5efe005cff19 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 17 Feb 2025 19:29:25 +0100 Subject: [PATCH] updated --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 07b0210..612bb16 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,7 @@ V1.0.2: - py: in option 1, upon listing new links, if the description isn't empty, ask if the link is trusted or not, and if it is, write it in verified.csv instead - py: in option 2, upon trusting links, if description doesnt exist, ask the user to write one that isn't empty, and if it does exist, ask the user to press enter to keep the existing description, otherwise write a new one - py: merge the option 2 and 3 together, and repurpose option 3 to become "edit links attributes" +- py: option 4: at the end of the synchronization phase, iterate over (your own) unverified links that do NOT have a description, and find the first description in other participants' verified.csv file to put in there, to enrich your unverified list V1.0.3: - py+csv: expand on the participants trust levels (-1 = blacklisted, 0 = regular participant, 1 = blacklist trusted, 2 = verified trusted, 3 = blacklist+verified trusted)