From cb41e60fe0c1a7a68fc5b21768b246beaaa3cbd4 Mon Sep 17 00:00:00 2001 From: archon0ne Date: Wed, 3 Jul 2024 09:15:58 +0000 Subject: [PATCH 1/2] Update readme.md --- readme.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index c563011..f3fcf38 100644 --- a/readme.md +++ b/readme.md @@ -1,8 +1,13 @@ As is a theme with everything i share, mostly written by ChatGPT. -There's obvious flaws in the mod, so use with care, and back your edited files up (assort.json + questassort.json) +There's obvious flaws in the mod, so use with care, and back your edited files up (assort.json + questassort.json). I was able to edit around 25 items from Lotus, without any issues. I assume they will almost deffinitely work just fine with the rest. usage: python ./app.py webtool runs at 127.0.0.1:5000 -make sure you place assort.json and questassort.json next to app.py \ No newline at end of file +make sure you place assort.json and questassort.json next to app.py + +__To-do__ +* Add search functionality for item ids on the edit page +* Better layout +* Consistency between how the main overview vs the edit page looks. \ No newline at end of file From 2add0a087e4bf62fe79090f5bbf539da05e6d611 Mon Sep 17 00:00:00 2001 From: archon0ne Date: Wed, 3 Jul 2024 15:13:39 +0000 Subject: [PATCH 2/2] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index f3fcf38..ab20868 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ As is a theme with everything i share, mostly written by ChatGPT. -There's obvious flaws in the mod, so use with care, and back your edited files up (assort.json + questassort.json). I was able to edit around 25 items from Lotus, without any issues. I assume they will almost deffinitely work just fine with the rest. +There's obvious flaws in the tool, so use with care, and back your edited files up (assort.json + questassort.json). I was able to edit around 25 items from Lotus, without any issues. I assume they will almost deffinitely work just fine with the rest. usage: python ./app.py webtool runs at 127.0.0.1:5000