1 Open Issue Need Help Last updated: Jul 20, 2025

Open Issues Need Help

View All on GitHub
Testing General Testing

AI Summary: Optimize the FFXIV item price tracker by replacing the inefficient 43,000-line item ID dictionary with a more efficient database solution. This involves designing and implementing a database (e.g., SQLite) to store and quickly retrieve item information based on item name or ID, improving the speed and usability of the API calls. Future considerations include a GUI for easier user input.

Complexity: 4/5
help wanted question