Open Issues Need Help
View All on GitHub Reverse chronological order for Topics 2 months ago
AI Summary: Fix the display order of user topics. The current order is incorrect and appears to be due to the recent addition of the `nicknames` table. The solution involves either modifying the backend API query to include ordering based on a timestamp (if one exists in a related table like `queries`) or implementing ordering in the Python frontend due to the small number of topics per user.
Complexity:
3/5
bug good first issue