kurusugawa-computer / kurusugawa-computer/annofab-cli
`statistics visualize` : 出力結果`教師付開始日毎の生産量と生産性.csv`の列名を変更
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 8
- Forks
- 0
- Avg merge
- 51m
- Merged PRs (30d)
- 12
Description
現在、作業時間を表す以下の列が存在します。
- worktime_hour
- annotation_worktime_hour
- inspection_worktime_hour
- acceptance_worktime_hour
この作業時間は計測作業時間です。
計測作業時間であることを明示的に伝えるために、日毎の生産量と生産性.csvと同じ以下の列に変更したいです。
- monitored_worktime_hour
- monitored_annotation_worktime_hour
- monitored_inspection_worktime_hour
- monitored_acceptance_worktime_hour
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the statistics visualize command and locate where 教師付開始日毎の生産量と生産性.csv is generated. Compare its headers with 日毎の生産量と生産性.csv, rename the four work-time columns to their monitored_ forms, and run the relevant visualization checks or command to confirm the output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 58/100