Skip to content

Commit

Permalink
badge update added/notification functionality fix/theme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafa-zidan committed Nov 12, 2010
1 parent ffcd577 commit 7ee2c89
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions workflow
@@ -0,0 +1,32 @@
1- user start activity
if activity valid
update activity to todays list of activities
update run badge updater
run application notifier
esle
show error message

2- user Stop activity
update table
update activity list
clear application notifier
clear badge

3- application start
get activity list for today
if any activity running
update badge
update application notifier
set button to stop activity
4- user edit activity
if update information valid
update activity record
if running
update badge
update application notifier
5-browser started
get activity list for today
if any activity running
update badge
update application notifier
set button to stop activity

0 comments on commit 7ee2c89

Please sign in to comment.