bug: Duplication of Taskrc parsing

Open Beginner friendly
#634 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
85/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Quiet
Tech stack
dart, flutter
Domain
mobile

Research direction

Open lib/app/modules/home/views/home_view.dart and inspect the Taskrc parsing block around lines 24–32, where the issue identifies duplicated work. Confirm the parsing currently runs twice, then verify that it runs only once and that the home view still behaves as expected.

Written by the indexing model from the issue text.

Description

bug
Describe your issue

In home_view.dart Taskrc parsing block is copy-pasted twice, doing the same work back-to-back.

https://github.com/CCExtractor/taskwarrior-flutter/blob/f058b4a17d4de6acbeb58a05fa19099737378b0f/lib/app/modules/home/views/home_view.dart#L24-L32

Steps to reproduce
What was the expected result?

Parsing should run once.

Put here any screenshots or videos (optional)

No response

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:
  • I have starred the repo ⭐ and watched 👀 it on GitHub and followed the contribution guidelines.
Dominant language
Dart
Stars
244
Forks
179
Avg merge
12h 42m
Merged PRs (30d)
2

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from CCExtractor/taskwarrior-flutter

All issues in CCExtractor/taskwarrior-flutter

Similar issues

More Dart issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.