From 0649004e5134cfbee8aa38c37bd37e75cf513e20 Mon Sep 17 00:00:00 2001 From: youhavetrouble Date: Thu, 12 Oct 2023 18:03:00 +0200 Subject: [PATCH] read the readme --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..145dc60 --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# Disciple of Land + +I deemed existing gathering timers to be inadequate, so I made my own. + +This is currently still missing a lot of functionality and data. + +## 1.0 checklist + +- [x] Displaying gathering nodes +- [x] Displaying next time gathering node will be available +- [x] Displaying gathering node type +- [x] Displaying node's items and their level +- [x] Sorting based on time when node will be available +- [ ] Filter and sorting section/popup +- [ ] Filtering based on job +- [ ] Filtering based on scrip type +- [ ] Filtering based on items +- [ ] Filtering based on level +- [ ] Filtering based on node type (legendary, ephemeral, etc.) +- [ ] Fully input level 80-90 nodes data + +## Nice to have checklist +- [ ] Fully input level 70-80 nodes data +- [ ] Fully input level 60-70 nodes data +- [ ] Fully input level 50-60 nodes data +- [ ] Better mobile support (pwa?)