Open Issues Need Help
View All on GitHub [user] 調理工程申請の調理内容のカード化に改行が適用されていない about 1 month ago
AI Summary: Fix a bug in a Vue.js application where line breaks in cooking process descriptions are not rendering correctly in cards. The issue is with how line breaks (\n) are handled when data is displayed. The solution involves creating a function to properly convert \n to HTML line breaks before rendering the data in the card components.
Complexity:
2/5
Good First Issue
[admin] 会場電力 電力量と場所の希望をセットにしてcsv出力 about 1 month ago
AI Summary: Modify the existing admin panel of a group management application to export a CSV file containing both the requested power usage and the desired location for each group. Currently, this information is in separate CSV files, requiring manual merging. The goal is to streamline this process for the venue power manager.
Complexity:
3/5
Good First Issue