2 Open Issues Need Help Last updated: Jul 29, 2025

Open Issues Need Help

View All on GitHub
Software Development Reception System Design

AI Summary: Modify the existing daily report page to include the day of the week alongside the date for improved readability and user understanding. This involves updating the query to retrieve the day of the week and modifying the presentation layer to display this information.

Complexity: 2/5
enhancement good first issue
Software Development Reception System Design

AI Summary: Modify the query used to fetch usage history on the usage history page to order the results in descending order (most recent first) instead of ascending order. This likely involves changing the `ORDER BY` clause in the SQL query used to retrieve the data from the Supabase database.

Complexity: 2/5
enhancement good first issue