Initial commit

This commit is contained in:
Aodhan
2025-07-07 13:39:46 +01:00
commit cfa2eff6ef
69 changed files with 70452 additions and 0 deletions

46
TODO.md Normal file
View File

@@ -0,0 +1,46 @@
# Project TODO
## Bugs
- [X] Pagination not working
- [ ] Fix search in explorer
## UI Improvements
- [ ] Mobile / tablet / desktop responsive views
- [ ] Change colours to be more consistent across tabs
- [ ] Add job sub-filters for armour and weapons
### Inventory UI
- [x] More compact grid layout
- [x] Tooltips on hover
- [ ] Formatted stat info for weapons and armour
- [ ] Item effects for consumables
- [X] Recipe details for ingredients
- [X] "Scrolls" tab with spell details
- [X] Wiki links for further reading
- [X] Sorting advisor highlight when the same item appears in multiple inventory tabs
- [ ] Inventory import from CSV
### Recipes UI
- [X] Filter for recipes whose ingredients are **fully** or **partially** owned
- [X] Show which inventory tab contains each owned ingredient
- [X] Display item icons where available
- [X] Display item descriptions where available
## Performance
- [ ] Speed up loading of data (consider table joins)
## Cross-section Linking
- [ ] Clickable items in recipe table / inventory that open the same item in the explorer
## Stretch Goals
- [ ] Quest advisor
- [ ] Gear build advisor
- [ ] AI assistant powered by fine-tuned FFXI wiki data
- [ ] Frontend DB editor to correct data / add icons