roboyoshi / datacurator-filetree

a standard filetree for /r/datacurator [ and r/datahoarder ]
https://reddit.com/r/datacurator
MIT License
1.47k stars 136 forks source link

Add an example for Johnny.Decimal #10

Open roboyoshi opened 5 years ago

roboyoshi commented 5 years ago

Spec: https://johnnydecimal.com/ Must Note: This is not recommended for teams.

TODO:

Attachments:

roboyoshi commented 3 years ago

thanks to @stefanzweifel , I have a starting point for a "living" example from his website, copy&pasted for preserving it here:

.
├── 00-00 INBOX
├── 10-19 Finances (Pesonal)
│  ├── 11 Banking
│  │  ├── 11.01 Bank A
│  │  │  ├── 11.01.01 Correspondence
│  │  │  ├── 11.01.02 Account A Statements
│  │  │  │  ├── 2019
│  │  │  │  ├── 2020
│  │  ├── 11.02 Bank B
│  ├── 12 Credit Cards
│  │  ├── 12.01 Card A
│  │  │  ├── 12.01.01 Card A Correspondence
│  │  │  ├── 12.01.02 Card A Statements
│  │  │    ├── 2019
│  │  │    ├── 2020
│  ├── 13 Investments
│  │  ├── 13.01 Account A
│  ├── 14 Donations (by year)
│  │  ├── 2019
│  │  ├── 2020
│  ├── 15 Taxes
│  │  ├── 15.01 Zurich 2019
│  ├── 16 Bills (by year)
│  │  ├── 2019
│  │  ├── 2020
│  ├── 17 Receipts (by year)
│  │  ├── 2019
│  │  ├── 2020
│  ├── 18 Purchases (by year)
│  │  ├── 2019
│  │  ├── 2020
├── 20-29 Documents (Personal)
│  ├── 21 Homes
│  │  ├── 21.01 Location A
│  │  │  ├── 21.01.01 Correspondence
│  │  │  ├── 21.01.02 City
│  │  │  ├── 21.01.03 Apartment
│  │  │    ├── Documents
│  │  │    ├── Plans
│  ├── 22 Insurances
│  │  ├── 22.01 Health Insurance
│  │  │  ├── 22.01.01 Policies
│  │  │  ├── 22.01.02 Bills (by year)
│  │  │    ├── 2020
│  │  ├── 22.02 Pension
│  │  ├── 22.03 Household Insurance
│  │  │  ├── 22.03.01 Policies
│  │  │  ├── 22.03.02 Bills (by year)
│  │  ├── 22.04 Car Insurance
│  │  │  ├── 22.04.01 Policies
│  │  │  ├── 22.04.02 Bills (by year)
│  │  ├── 22.05 Travel Insurance
│  │  │  ├── 22.05.01 Policies
│  │  │  ├── 22.05.02 Bills (by year)
│  ├── 23 Contracts
│  │  ├── 23.01 Hosting
│  │  ├── 23.02 Salt
│  │  ├── 23.04 Swisscom
│  ├── 24 Medical History
│  ├── 25 Vehicles
│  │  ├── 25.01 Aston Martin DB9
│  ├── 26 Travels
│  │  ├── 26.01 Location 20xx
│  ├── 27 Recipes
│  ├── 28 Correspondence (by year)
│  ├── 29 Personal
│    ├── 29.01 Birth Certificate
│    ├── 29.02 Civil Defense
├── 50-59 Work and Career
│  ├── 51 Resumé
│  │  ├── 50.01 Archive
│  │  ├── 50.02 Examples
│  ├── 52 Workplace A
│  │  ├── 52.01 Contracts
│  │  ├── 52.02 Pay Slips
│  │  ├── 52.03 Documents
│  ├── 53 Workplace B
│     ├── 53.01 Contracts
│     ├── 53.02 Pay Slips
│     │  ├── 2020
│     ├── 53.03 Documents
├── 60-69 Personal
    ├── 61 Projects
    │  ├── 61.01 stefanzweifel.io
    │  ├── 61.02 screeenly.com
    ├── 62 Fitness
        ├── 62.01 Training Plans
fjgenieter commented 1 year ago

Why make a Johnny.Decimal system for the root/documents/ and not just root/?

lapidary-master commented 2 months ago

With how J.D is supposed to be implimented, this would be the structure used from the example above.

.
├── 10-19 Financials
│   ├── 11 Banking
│   ├── 12 Credit Cards
│   ├── 13 Investments
│   ├── 14 Donations
│   ├── 15 Taxes
│   ├── 16 Bills
│   ├── 17 Receipts
│   └── 18 Purchases
├── 20-29 Documents (Personal)
│   ├── 21 Homes
│   ├── 22 Insurances
│   ├── 23 Contracts
│   ├── 24 Medical History
│   ├── 25 Vehicles
│   ├── 26 Travels
│   ├── 27 Recipes
│   ├── 28 Correspondence
│   └── 29 Personal
├── 30-39 Work and Career
│   ├── 31 Resumé
│   ├── 32 Workplace A
│   └── 33 Workplace B
└── 40-49 Personal
    ├── 41 Projects
    └── 42 Fitness