Difference between revisions of "Personal Knowledge Management"

From Technologia Incognita
Jump to: navigation, search
m (Suggested data model)
 
(4 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
|ProjectPurpose=Education
 
|ProjectPurpose=Education
 
}}
 
}}
Personal Knowledge Management is "A set of processes, individually constructed, to help each of us make sense of our world & work more effectively." (see [http://www.jarche.com/pkm/ Harold Jarche). This project tries to create a piece of software that can help with that.
+
Personal Knowledge Management is "A set of processes, individually constructed, to help each of us make sense of our world & work more effectively." (see [http://www.jarche.com/pkm/ Harold Jarche]). This project tries to create a piece of software that can help with that.
  
 
== Design goals ==
 
== Design goals ==
 +
 +
* The first interface for the tool is the command line
 +
* It should be able to replace the majority of the functionality of Evernote, Delicious and preferably Goodreads
 +
* All notes data is stored in a single SQLite3 file, binary files are stored on disk
  
 
== Personal goals ==
 
== Personal goals ==
  
== Suggested data model ==
+
* This project should wean me off some of the cloud provider that I currently use.
 +
* The project will improve my skills with SQLite, Bash, Vim, Git and later on with Python
 +
 
 +
== Draft data model ==
  
 
== Dependencies ==
 
== Dependencies ==
  
 
== Next steps (in order) ==
 
== Next steps (in order) ==
 +
 +
== Future plans ==

Latest revision as of 23:48, 15 June 2013

Projects
Participants Hdez
Skills Software, Coding, SQLite, Bash, Git
Status Planning
Niche Software
Purpose Education

Personal Knowledge Management is "A set of processes, individually constructed, to help each of us make sense of our world & work more effectively." (see Harold Jarche). This project tries to create a piece of software that can help with that.

Design goals

  • The first interface for the tool is the command line
  • It should be able to replace the majority of the functionality of Evernote, Delicious and preferably Goodreads
  • All notes data is stored in a single SQLite3 file, binary files are stored on disk

Personal goals

  • This project should wean me off some of the cloud provider that I currently use.
  • The project will improve my skills with SQLite, Bash, Vim, Git and later on with Python

Draft data model

Dependencies

Next steps (in order)

Future plans