Files
Mog-Squire/TODO.md

60 lines
1.7 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Project TODO
## Bugs
- [ ] Add automated regression test for explorer search (Vitest + RTL)
- [X] Pagination not working
- [X] 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
### Desynthesis UI
- [x] Owned / Partially owned ingredient filters
- [x] Craft-coloured sub-tabs consistent with Recipes page
- [ ] Display crystal icons
- [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