Open Issues Need Help
View All on GitHub Software Development • Reception System Design
レポートページの日次集計の日付に曜日も表示したい about 1 month ago
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
利用履歴を降順にしたい about 1 month ago
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