|
|
Suggestions
Started by tridgeon at 09-02-2009 22:32. Topic has 3 replies.
 
 
|
|
Sort Posts:
|
|
|
|
09-02-2009, 22:32
|
tridgeon
Joined on 09-03-2009
Posts 2
|
|
|
I would really love to be able to create a plugin that automatically adds flags depending on the users current context. The context could be numerous things like, Current application, time of day, Window text , idle time etc etc...
Is there any plans to enhance the API in this way. I cant wait to start developing.. :D
|
|
|
|
|
Report
|
|
|
|
09-03-2009, 11:43
|
AtliB
Joined on 05-30-2006
Reykjavik / Iceland
Posts 382
|
|
|
Yes, there actually is one upcoming...
- /// <summary>
- /// Gives access to the Flags subsystem: create, read, update and delete
- /// </summary>
- /// <remarks></remarks>
- public interface IFlagServices
- {
- /// <summary>
- /// Returns the flag with the specified flagId
- /// </summary>
- /// <param name="flagId">The unique ID of the flag</param>
- /// <returns>The flag</returns>
- Flag GetFlag(int flagId);
- Flag GetFlag(DateTime flagDate);
-
- /// <summary>
- /// Returns all the flags within the specified daterange ([dateFrom..dateTo[)
- /// </summary>
- /// <returns>The flag</returns>
- DataTable GetFlags(System.DateTime dateFrom, System.DateTime dateTo);
- void SaveFlag(Flag flag);
- void DeleteFlag(int flagId);
- }
The context you could get from one of the events TimeSnapper raises...
But it's not ready yet!
Cheers Atli
Check out TimeSnapper, the automatic screenshot journal at www.timesnapper.com
It runs in the background of your computer, taking screenshots of your desktop every few seconds all week long.
TimeSnapper lets you play back your week just like a movie. Use it to improve your work habits and become more productive.
|
|
|
|
|
Report
|
|
|
|
09-03-2009, 15:26
|
tridgeon
Joined on 09-03-2009
Posts 2
|
|
|
WOW, that look excellent I cant wait !!!!
Thanks
Tony
|
|
|
|
|
Report
|
|
|
|
09-27-2009, 1:45
|
AtliB
Joined on 05-30-2006
Reykjavik / Iceland
Posts 382
|
|
|
It's out - so give it a try! :)
Check out TimeSnapper, the automatic screenshot journal at www.timesnapper.com
It runs in the background of your computer, taking screenshots of your desktop every few seconds all week long.
TimeSnapper lets you play back your week just like a movie. Use it to improve your work habits and become more productive.
|
|
|
|
|
Report
|
|
|
|
|
TimeSnapper For... » TimeSnapper » Suggestions » Re: API for adding Flags
|
|
|
|