This commit is contained in:
root 2025-02-17 19:29:25 +01:00
parent d03c8a3132
commit 02d082f19f

View file

@ -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)