Application of the Johnny Decimal methodology in the company

I’m in the process of developing a new layout for folders and files and implementing their numbering on the company server.
While searching for a solution on the Internet, I came across the Johnny Decimal methodology.

Below is the folder and file layout with added numbering. I am not sure if I have understood the numbering method correctly so please give me any feedback.
Should the files also be numbered?

I think the organization is slightly different if this company is awarding the contracts or if it is bidding on contracts.


I do think you’re right in that several of these files are collectively the same, so could go together (as if they were in an archive .zip, .tar.gz, etc). In that sense I think the individual files should not be numbered, but only IF you are looking at all the files as a whole instead of just, say, the Annex Description in isolation. But if not, then I would add a number for each file.

Either way, a .docx and a .pdf of the same file should have the same number.

I would shorten the names of the folders and files, the parents are already giving much of the information (This is called a flyweight in the software community; as in it is as light as a fly b/c the folder context gives information.)

I would have statements and meeting notes organized by date:


J46 Jaboud, Inc/
    β”œβ”€β”€ 12 Statements/
    β”‚   β”œβ”€β”€ 12.2023-04-31 - 10+N23 National Rail Extension.docx
    β”‚   └── 12.2023-04-31 - 10+N23 National Rail Extension.pdf
    └── 13 Meeting Notes/
        β”œβ”€β”€ 13.2023-05-30 - About 10+N23.docx
        └── 13.2023-05-30 - About 10+N23.pdf

I would separate contracts and contractors into different classifications. As this is a contract-heavy company, use 10.13 Multiple Projects (link) to separate out contracts.


Here is a rough pass, putting it all together. Again, I’m not sure if this is a bidding company or an awarding company.

Bidding company

Contracts, Agreements, Policies/
β”œβ”€β”€ N19 2023-02-01 National Rail Portmanteau Extension /
β”‚   β”œβ”€β”€ 10-19 Legal/
β”‚   β”‚   β”œβ”€β”€ 10 Contract/
β”‚   β”‚   β”‚   β”œβ”€β”€ 10.01 Annex.(docx, pdf)
β”‚   β”‚   β”‚   β”œβ”€β”€ 10.02 Contract.(docx, pdf)
β”‚   β”‚   β”‚   β”œβ”€β”€ 10.03 Attachment
β”‚   β”‚   β”‚   └── 10.04 Protocol
β”‚   β”‚   └── 11 Agreement/
β”‚   β”‚       β”œβ”€β”€ 11.01 Description
β”‚   β”‚       └── 11.02 Attachment
β”‚   └── 20-29 Communication/
β”‚       β”œβ”€β”€ 20 Letters of Intent/
β”‚       β”‚   β”œβ”€β”€ 20.01 Description
β”‚       β”‚   └── 20.01 Attachment
β”‚       β”œβ”€β”€ 21 Offers/
β”‚       β”‚   β”œβ”€β”€ 21.01 Request for quotation
β”‚       β”‚   └── 21.02 Cost Estimate
β”‚       β”œβ”€β”€ 22 Letters/
β”‚       β”‚   └── 22.2023-04-01 Xyz letter
β”‚       β”œβ”€β”€ 23 Meeting Notes/
β”‚       β”‚   β”œβ”€β”€ 23.2023-04-15 Meeting notes.(docx, pdf)
β”‚       β”‚   └── 23.2023-04-30 Meeting notes.(docx, pdf)
β”‚       └── 24 Statements/
β”‚           β”œβ”€β”€ 24.2023-03-01 Statement.pdf
β”‚           └── 24.2023-04-01 Statement.pdf
└── W45 2023-09-01 10339 Warwick Road Parking Lot/
    β”œβ”€β”€ 10-19 Legal/
    β”‚   └── ...
    └── .../

Awarding company

Contracts, Agreements, Policies/
β”œβ”€β”€ N19 2023-02-01 National Rail Portmanteau Extension/
β”‚   β”œβ”€β”€ 10-19 Project Planning/
β”‚   β”‚   β”œβ”€β”€ 10 Description/
β”‚   β”‚   β”‚   β”œβ”€β”€ 10.01 Annex.(docx, pdf)
β”‚   β”‚   β”‚   β”œβ”€β”€ 10.02 Example Contract.(docx, pdf)
β”‚   β”‚   β”‚   β”œβ”€β”€ 10.03 Attachment
β”‚   β”‚   β”‚   └── 10.04 Protocol
β”‚   β”‚   β”œβ”€β”€ 11 Letters of Intent/
β”‚   β”‚   β”‚   β”œβ”€β”€ 11.01 Jaboud, Inc
β”‚   β”‚   β”‚   β”œβ”€β”€ 11.02 FracRail, Inc
β”‚   β”‚   β”‚   └── 11.03 Sweil, Inc
β”‚   β”‚   └── 12 Offers/
β”‚   β”‚       β”œβ”€β”€ 12.01 Jaboud, Inc
β”‚   β”‚       └── 12.02 Sweil, Inc
β”‚   β”œβ”€β”€ 20-29 Legal/
β”‚   β”‚   β”œβ”€β”€ 20 Contract/
β”‚   β”‚   β”‚   β”œβ”€β”€ 20.01 Annex.(docx, pdf)
β”‚   β”‚   β”‚   β”œβ”€β”€ 20.02 Contract.(docx, pdf)
β”‚   β”‚   β”‚   β”œβ”€β”€ 20.03 Attachment
β”‚   β”‚   β”‚   └── 20.04 Protocol
β”‚   β”‚   └── 21 Agreement/
β”‚   β”‚       β”œβ”€β”€ 21.01 Description
β”‚   β”‚       └── 21.02 Attachment
β”‚   └── 30-39 Communication/
β”‚       β”œβ”€β”€ 32 Letters/
β”‚       β”‚   └── 32.2023-04-01 Xyz letter
β”‚       └── 33 Meeting Notes/
β”‚           β”œβ”€β”€ 33.2023-04-15 Meeting notes.(docx, pdf)
β”‚           └── 33.2023-04-30 Meeting notes.(docx, pdf)
└── W45 2023-09-01 10339 Warwick Road Parking Lot/
    β”œβ”€β”€ 10-19 Project Planning/
    β”‚   └── ...
    └── .../

Contractors/
β”œβ”€β”€ J46 Jaboud, Inc/
β”‚   └── 20-29 Billing/
β”‚       └── 21 Statements/
β”‚           β”œβ”€β”€ 2023-04-31 - 10+N23 National Rail Extension.docx
β”‚           └── 2023-04-31 - 10+N23 National Rail Extension.pdf
└── X03 Xavier and Sons Concrete, LLC/
    β”œβ”€β”€ 20-29 Billing/
    └── ...
2 Likes