CCExtractor / CCExtractor/taskwarrior-flutter
Improve TXT export readability by using label:value format instead of raw JSON
- Vorherrschende Sprache
- Dart
- Sterne
- 244
- Forks
- 179
- Ø Merge
- 12 Std. 42 Min.
- Gemergte PRs (30 T.)
- 2
Beschreibung
### 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.
Beitragsleitfaden
Rechercherichtung
Lokalisieren Sie die Implementierung des Aufgabenexports und vergleichen Sie die TXT- und JSON-Exportpfade. Aktualisieren Sie nur die TXT-Ausgabe, sodass sie die angeforderten Label-Wert-Felder verwendet. Überprüfen Sie anschließend, dass JSON unverändert bleibt und exportierte Aufgaben die aufgeführten lesbaren Werte enthalten.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- dart, flutter
- Bereich
- mobile
- Issue-Typ
- Feature
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 48/100