Difference between revisions of "Personal Knowledge Management"
(Created page with "{{Project |ProjectSkills=Software |ProjectStatus=Planning |ProjectNiche=Software |ProjectPurpose=Education }}") |
m (→Suggested data model) |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Project | {{Project | ||
− | |ProjectSkills=Software | + | |ProjectSkills=Software, Coding, SQLite, Bash, Git |
|ProjectStatus=Planning | |ProjectStatus=Planning | ||
|ProjectNiche=Software | |ProjectNiche=Software | ||
|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. | ||
+ | |||
+ | == 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 == |
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.
Contents
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