Skip to content

LAB-Programming/Clone-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Clone todo


###Description: A todo application for CloneOS with a powerful wildcard ability. This program is good for reminders that happen over a longer peroid of time but occur by some pattern. For example getting a reminder to pay rent the third of every month.

####Wildcards: Year, month, day, hour, or minute can all be designated as a "wildcard" which means that that field can have any value.


###Goals:

####Completed:

  • README
  • Basic algorithm for calculating soonest alarm
  • GUI List containing different alarms to select
  • GUI item to modify alarms
  • Ability to save alarms
  • Buttons to add and remove alarms
  • Make the Alarm List Scrollable

####Short Term

  • Make Clone todo schedule alarms with cron
  • Write a script for cron to run when an alarm goes off
  • Thoroughly test ScheduledAlarm
  • Have Clone todo save and load alarms
  • Fix various GUI bugs

####Long Term

  • Allow even more freedom when making the alarm (ie day of -1 to represent the last day of the previous month)
  • Allow alarms to utilize days of the week

About

A todo application for CloneOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages