Open Issues Need Help
View All on GitHub マーカー追加用スクリプトの作成(scripts/add_marker.py) about 2 hours ago
AI Summary: This issue proposes creating a Python script (`scripts/add_marker.py`) to streamline the process of adding new markers to map definition JSON files. The script will accept marker details via command-line arguments, automatically generate unique IDs, and update or create `data/markers/{map_id}.json`. It includes features like duplicate checking, category validation, and various output formatting options, all while using only standard Python libraries.
Complexity:
3/5
enhancement good first issue