Activity
From 07/12/2014 to 07/21/2014
07/19/2014
- 06:53 PM Revision 7de08f2f: Wrote a converter util and started working on the importer util.
- 03:45 PM Revision 137b22ce: Added a few things including a "date_added" column. Also adding a blank database so I don't have to recreate it. I'm proabably going to work on an import script next, then the web GUI. I really should write some unit tests at some point.
07/17/2014
- 11:31 PM Revision fd2c83de: Adding modifications to the Bookmark and Tag classes to support the category and description tag lists. I also learned about the very awesome "lastrowid" feature.
- 02:04 AM Revision 7218b9c1: Added a tiny bit of code tonight. Need to keep track of dirty value of tags lists using hash (convert from set to frozenset before hashing).
07/13/2014
- 02:50 PM Revision 7056140d: Started working on the Tag class.
- 03:10 AM Revision 655be0cd: Added selection and debugged updating of bookmark records. Also added suggest_title and is_reachable methods.