adarkazanli / simple-task-timer

Automatically exported from code.google.com/p/simple-task-timer
0 stars 1 forks source link

Multi-Day Support #612

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hello there Schuyler!,

This is a really well-designed application! 

One thing I've been doing to create multiple days is to create an 'Indefinite' 
task titled "Monday" or the particular day of the week, followed by the actual 
tasks I should complete beneath it. I'm wondering, however, the difficulty 
required to add a date field option in which the user selects a particular day 
for the task, which then gets sorted by priority. Do you use arrays of objects 
to store the data? If I have some extra time on my hands I will try to develop 
some code for your app, which you can review and decide whether or not to 
incorporate. I think it would improve the overall functionality.

Regards,

Zac

Original issue reported on code.google.com by zacnoo...@gmail.com on 13 Nov 2014 at 12:31

GoogleCodeExporter commented 8 years ago
It does use arrays of objects, yes. Feel free to browse the code! 
https://github.com/Gawdl3y/task-timer-chrome

Original comment by Gawdl3y on 16 Dec 2014 at 6:08