CCExtractor / CCExtractor/taskwarrior-flutter
Improve TXT export readability by using label:value format instead of raw JSON
- 主要言語
- Dart
- スター
- 244
- フォーク
- 179
- 平均マージ
- 12時間 42分
- マージ済み PR(30日)
- 2
説明
### Describe your improvement idea or feature request
Currently, exporting tasks as a `.txt` file outputs raw JSON data, which is difficult for users to read and understand.
This enhancement proposes formatting TXT exports in a human-readable `label: value` format while keeping JSON export unchanged.
### How would you like to see it implemented?
1. Exported `.txt` files should display tasks in a readable format such as:
- Description: Buy groceries
- Status: pending
- Due: 2025-01-01 10:00
- Priority: L
- Tags: home, shopping
2. JSON export should remain unchanged and continue to provide raw data.
### Put here any screenshots or videos (optional)
Before:

After:

### How can we contact you (optional)
_No response_
### Would you like to work on this issue?
Yes
### By submitting this issue, I have confirmed that:
- [x] I have starred the repo ⭐ and watched 👀 it on GitHub and followed the contribution guidelines.
コントリビューションガイド
調査の方向性
タスクのエクスポート実装を特定し、TXT と JSON のエクスポートパスを比較します。TXT 出力のみを更新して、要求された label: value フィールドを使用するようにし、その後 JSON が変更されていないことと、エクスポートされたタスクに一覧の読み取り可能な値が含まれていることを確認します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- dart, flutter
- 領域
- mobile
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 48/100