CCExtractor / taskwarrior-flutter

This is the repo of mobile app of taskwarrior
https://play.google.com/store/apps/details?id=com.ccextractor.taskwarriorflutter
GNU General Public License v3.0
103 stars 86 forks source link

Waiting tag added in the filter section #343

Closed BrawlerXull closed 2 months ago

BrawlerXull commented 2 months ago

Description

Added waiting tag in the filter section.

Fixes #(issue_no)

337

Screenshots

This is a demo UI Screenshots are explained in below comments.

Screenshot 1 Screenshot 2
Screenshot 3 Screenshot 4 Screenshot 5

Checklist

BrawlerXull commented 2 months ago

This is just an demo UI I'll be creating a good one when these changes are reviewed

BrawlerXull commented 2 months ago

Explanation of the screenshots

Here I've created 3 tasks

  1. With waiting time not set
  2. With waiting time set less than current time.
  3. With waiting time more than current time.

The waiting in the filters acts like a toggle When it is on Only 1 task is shown i.e. task with waiting time more than current time When it is off 2 Tasks are shown i.e task in which waiting time is not entered or it is less than current time.

BrawlerXull commented 2 months ago

https://github.com/CCExtractor/taskwarrior-flutter/assets/111864031/0eaf5470-e4c8-4950-b02f-2bc4a3edba6d

Final UI Implementation of the feature