taskwarrior-flutter icon indicating copy to clipboard operation
taskwarrior-flutter copied to clipboard

feat: Redesigned add task dialogue

Open SGI-CAPP-AT2 opened this issue 10 months ago • 6 comments

Description

This PR redesigns the Add Task Dialogue to bottom sheet with some of the changes like

  1. Multiple Dates Selection at the time of Task Creation
  2. Tags input changes to have autocomplete
  3. Project input changes with auto complete

Tasks to be done:

  • [x] Add tags support for ccsync
  • [ ] Theme Fix with color scheme (waiting for #402)

Fixes Multiple isssues

fixes: #384 fixes: #441 fixes: #387

Screenshots

IMAGE IMAGE
WhatsApp Image 2025-01-21 at 20 06 30_d4cba66f WhatsApp Image 2025-01-21 at 20 06 30_5504937c
WhatsApp Image 2025-01-21 at 20 06 31_f857b84d

Checklist

  • [x] Tests have been added or updated to cover the changes
  • [x] Documentation has been updated to reflect the changes
  • [x] Code follows the established coding style guidelines
  • [x] All tests are passing

SGI-CAPP-AT2 avatar Jan 21 '25 14:01 SGI-CAPP-AT2

@its-me-abhishek , I am thinking of implementing #441 in this PR which will have only one bottom sheet for both 2.0 and 3.0

SGI-CAPP-AT2 avatar Jan 21 '25 14:01 SGI-CAPP-AT2

hey! imo separate bottomSheets should be better for differentiation (or you can try using visibility widget along with isTaskcEnabled bool, but please make sure that it does not break something) as CCSync does not support adding dates such as sched, until, wait, etc for tasks. Also, you should look into #441 before doing this (if you are interested in developing that), as yet again the bottomsheet would need to be updated for adding tags functionality. P.S. The tags functionality has been added to CCSync via this issue

Edit: The screenshots suggest that the theme should also be fixed according to the Color scheme of the app

its-me-abhishek avatar Jan 21 '25 14:01 its-me-abhishek

hey! imo separate bottomSheets should be better for differentiation (or you can try using visibility widget along with isTaskcEnabled bool, but please make sure that it does not break something) as CCSync does not support adding dates such as sched, until, wait, etc for tasks. Also, you should look into #441 before doing this (if you are interested in developing that), as yet again the bottomsheet would need to be updated for adding tags functionality. P.S. The tags functionality has been added to CCSync via this issue

Edit: The screenshots suggest that the theme should also be fixed according to the Color scheme of the app

Yes, I am thinking of implementing #441 by this PR (typo in previous comment wrote 414 instead of 441) Theme is yet to be done, when #402 will be merged it'll reduce the code

SGI-CAPP-AT2 avatar Jan 21 '25 15:01 SGI-CAPP-AT2

update: tags functionality added which can close #441

SGI-CAPP-AT2 avatar Feb 12 '25 11:02 SGI-CAPP-AT2

@SGI-CAPP-AT2 Hey , there are some conflicts that need to be resolved so that I can merge this pull request.

Pavel401 avatar Feb 18 '25 05:02 Pavel401

@SGI-CAPP-AT2 Hey , there are some conflicts that need to be resolved so that I can merge this pull request.

Actually I'm waiting for the PR #402 to be merged so that theme related changes can be done here

I'll resolve the conflicts

SGI-CAPP-AT2 avatar Feb 18 '25 05:02 SGI-CAPP-AT2