Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iamprogrammerlk/folder_structure_for_project_management

The template layout of the folder (Directory) and file structure for a scalable, systematic approach to managing large (Company/User/Software) projects.
https://github.com/iamprogrammerlk/folder_structure_for_project_management

directory directory-management directory-tree folder-management folder-structure folder-structure-rules iamprogrammerlk project-management project-management-system template templates

Last synced: 17 days ago
JSON representation

The template layout of the folder (Directory) and file structure for a scalable, systematic approach to managing large (Company/User/Software) projects.

Awesome Lists containing this project

README

        

# Folder Structure for Project Management

> The template layout of the folder (Directory) and file structure for a scalable, systematic approach to managing large (Company/User/Software) projects.



(back to top)

---

# Root Directory Structure

## _Tree View_

```
warehouse
|- backup
|- client
| |- ORGANIZATION_PROFILE_01
| `- ...
|- graveyard
| |- client
| | |- ORGANIZATION_PROFILE_01
| | `- ...
| |- organization
| | |- ORGANIZATION_PROFILE_01
| | `- ...
| |- project
| | |- PROJECT_PROFILE_01
| | `- ...
| `- user
| |- USER_PROFILE_01
| `- ...
|- organization
| |- ORGANIZATION_PROFILE_01
| `- ...
|- other
| |- USER_PROFILE_01
| |- FAMILY_MEMBER_NAME_01
| `- ...
|- playground
| |- CATEGORY
| | |- PROJECT_PROFILE_01
| | `- ...
| `- ...
|- user
| |- alias
| | |- USER_PROFILE_01
| | `- ...
| |- USER_PROFILE_01
| `- ...
`- workspace
|- appdata
|- contact
|- document
|- information
|- knowledge
|- note
|- other
|- template
`- temporary
```

# Organization Profile Directory Structure

## _Tree View_

```
ORGANIZATION_PROFILE_01-(organization_name)
|- contact
|- human_resource
|- legal
`- project
|- PROJECT_PROFILE_01
`- ...
```

# User Profile Directory Structure

## _Tree View_

```
USER_PROFILE_01-(user_name)
|- account
|- backup
|- confidential
|- contact
|- document
|- finance
| |- bank_statement
| |- bill
| |- invoice
| |- payment_voucher
| |- payroll_sheet
| |- petty_cash_voucher
| `- receipt
| |- bill
| `- receipt
|- image
| |- cover
| |- post
| `- profile
|- information
|- knowledge
|- legal
|- project
|- research
|- resource
|- temporary
|- tool
| `- template
`- workshop
`- test
```

# Project Profile Directory Structure

## _Tree View_

```
PROJECT_PROFILE_01-(project_name)
|- account
|- backup
|- confidential
|- contact
|- document
|- finance
| |- bank_statement
| |- bill
| |- invoice
| |- payment_voucher
| |- payroll_sheet
| |- petty_cash_voucher
| `- receipt
| |- bill
| `- receipt
|- image
| |- banner
| |- cover
| |- icon
| |- logo
| |- post
| `- profile
|- information
|- knowledge
|- legal
|- marketing
|- repository
|- research
|- resource
|- temporary
|- tool
| `- template
`- workshop
`- test
```



(back to top)

---

# Credits :two_hearts:

- I am Programmer [@iamprogrammerlk](https://github.com/iamprogrammerlk)

> [iamprogrammer.lk](https://iamprogrammer.lk) | [[email protected]](mailto:[email protected]) | [twitter.com/iamprogrammerlk](https://twitter.com/iamprogrammerlk) | [youtube.com/@iamprogrammerlk](https://youtube.com/@iamprogrammerlk)

- [Contributors](/../../graphs/contributors)



(back to top)

---

# Get Involved :sparkles:

Get in touch with the project developers and the community through our [GitHub Discussions](/../../discussions) forum. View [CONTRIBUTING.md](/CONTRIBUTING.md) for information.



(back to top)

---

# Issues :fire:

Bug reports and feature requests can be submitted on the [Github Issues](/../../issues).



(back to top)

---

# Code of Conduct :thumbsup:

This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Code of Conduct](/CODE_OF_CONDUCT.md).



(back to top)

---

# License :zap:

### This work is distributed under the [Do What The F\*ck You Want To Public License](https://choosealicense.com/licenses/wtfpl/) License. See [LICENSE](/LICENSE.md) for more information.

### Permissions

- :white_check_mark: Commercial use
- :white_check_mark: Distribution
- :white_check_mark: Modification
- :no_entry: ~~Patent use~~
- :white_check_mark: Private use

### Conditions

- :no_entry: ~~Disclose source~~
- :no_entry: ~~License and copyright notice~~
- :no_entry: ~~Network use is distribution~~
- :no_entry: ~~Same license~~
- :no_entry: ~~State changes~~

### Limitations

- :x: Liability
- :no_entry: ~~Trademark use~~
- :x: Warranty



(back to top)

---

# Copyright :copyright: :heart:

- Copyright © 2024 I am Programmer [@iamprogrammerlk](https://github.com/iamprogrammerlk).
- Copyright © 2024 [Contributors](/../../graphs/contributors).



(back to top)

---