Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an example for Johnny.Decimal #10

Open
2 tasks
roboyoshi opened this issue Jan 17, 2019 · 3 comments
Open
2 tasks

Add an example for Johnny.Decimal #10

roboyoshi opened this issue Jan 17, 2019 · 3 comments
Assignees
Labels
Milestone

Comments

@roboyoshi
Copy link
Owner

roboyoshi commented Jan 17, 2019

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

TODO:

  • Create Base Hierarchy:
root/documents/{00,10,20,30,40,50,60,70,80,90} + Example Name/J.D Folder/Example Documents
  • Create README with Notes, References and Explanations, similar to the webpage.

Attachments:

@roboyoshi roboyoshi added this to the 0.1 milestone Jan 17, 2019
@roboyoshi roboyoshi changed the title Implement an example for Johnny.Decimal Add an example for Johnny.Decimal Aug 16, 2019
@roboyoshi roboyoshi self-assigned this Aug 16, 2019
@roboyoshi roboyoshi added the :medium A Medium Task label Aug 16, 2019
@roboyoshi
Copy link
Owner Author

roboyoshi commented Oct 29, 2020

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
Copy link
Contributor

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

@lapidary-master
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants