-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Christian Bankester edited this page Aug 6, 2014
·
3 revisions
- Allow user to run in daemonized mode (if the user wants)
- Allow user to see the status of the timer (pom status [daemonized] or automatic status updates [non-daemonized])
- Allow for easier specification of displayNotification function
- Right now, displayNotificationFn is attached by default to the conf object (which can be specified as ~/.pom.js). For developers consuming the library, howerver, there should be an easier way to specify the displayNotification function
- Use image in default osascript notifier
- Allow user to specify the noise they want for alert (potentially separate noises for different events ['begin', 'end' , 'break'])
- Allow user to pause the timer (pom pause [daemonized])
- Specify notification click URL in default osascript notifier (maybe use a notification center node wrapper that has these [URL, image, etc.] amenities already taken care of).
- Integration with third-party APIs (e.g. toggl) [an example application consuming pom and extending the processEvent fn to communicate with toggl)