kurusugawa-computer / kurusugawa-computer/annofab-cli
[REQ][feature] アノテーションが作成されたタスクを取得するハイレベルAPI
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 8
- Forks
- 0
- Avg merge
- 51m
- Merged PRs (30d)
- 12
Description
getAnnotationArchive で取得してきたアノテーションを、そのアノテーションが作成されたタスクのステータスでフィルターしたい場合があります。
例えば、受入完了されたタスクのアノテーションだけを使いたいときなど。
アノテーションには「そのアノテーションが作成されたタスク」に関するフィールドが一部含まれていますが、それらは「完成したアノテーション」については使われないものつまり大多数のアノテーションユーザーには無用なので、廃止予定です。
そこで、アノテーションに対応するタスクの情報を取得するハイレベルなコマンドが欲しいです。
Ref. https://github.com/kurusugawa-computer/annofab-api-python-client/issues/58
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 by reading the getAnnotationArchive API documentation and the referenced annofab-api-python-client issue #58. Define the high-level CLI command and how it obtains the task corresponding to each annotation; done means users can retrieve annotations associated with tasks filtered by task status.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100