mivoligo / purple_task

Good looking ToDo app made in Flutter
MIT License
63 stars 5 forks source link

Feature Suggestions #2

Open ghost opened 4 years ago

ghost commented 4 years ago

Hello, I recently saw Purple Task today and started using it. It has a great concept and I thought I'd might share some suggestions:

You don't have to add any of these features at all, it's just my opinion :) Thanks, RubyGirl

mivoligo commented 4 years ago

Hi @RubyGirl777 Sorry for late reply.

  1. More color choices. That's doable but I thought 19 colors would be enough. What extra colors do you propose?
  2. Sub-Tasks. That's good idea. I thought about it but I believe there are lots of apps which do that very well already. My app was suppose to be just a simple one. But maybe I'll implement it sometime in future.
  3. Task Progress bar animation That's on my ToDo list :-)
  4. Sounds for task completion I can try to add the sound but as an option.
  5. Adding Due Date Features Same as in point 2. I believe there are apps which do this already.
  6. Drag and Drop Do you mean dragging tasks to put them in a different order? If yes, I'm thinking of implementing this at some point.
Dinock commented 4 years ago

Thank you very much for this nice piece of software! Here are my suggestions for further improvement:

Hope this helps a bit. Have a great day!

mivoligo commented 4 years ago

Hi @Dinock, Thanks for your suggestions.

The license is MIT. It's mentioned on Snapcraft page for the app: https://snapcraft.io/purple-task I guess I need to also add this info to the code.

Navigation within the app using keyboard is possible but there's this Flutter bug which prevents it at the moment. Currently you have to switch off both CapsLock and NumLock to be able to use the app without a mouse.

As of the rest of your suggestions, I'll see what I can do. I created the app just to learn a bit of Flutter. There's already a number of great ToDo apps (for example Todoist ) which have all those features and more.

ghost commented 4 years ago

Hi @mivoligo thanks for the response, For the extra colors I was thinking you could use light pastel colors or gradients. Thank you so much for responding to my suggestion I really appreciate that 💯 .

mivoligo commented 4 years ago

@RubyGirl777 If you want to create PR for this, the colors are formatted like this: 0xff000000 (black), so before the hex value of a color we need 0xff

ghost commented 4 years ago

@mivoligo Thanks, I'll reopen the pull request I made 7 hours ago.

mivoligo commented 4 years ago

Hi @Dinock and @RubyGirl777 I've just released version 1.1.0. It's available in latest/candidate channel in the snap store.

Keyboard navigation should work now as the bug in Flutter has been fixed. Information when a task was completed is added. Obviously it's not going to work for tasks which were completed in the first version of the app. More color choices added. Task Progress bar animation should work now. I also added Settings and About app pages. I'll try to work on the rest of your requests soon.