Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/iamprogrammerlk/folder_structure_for_project_management
- Owner: iamprogrammerlk
- License: wtfpl
- Created: 2024-06-25T03:10:44.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-06-25T16:15:34.000Z (4 months ago)
- Last Synced: 2024-10-03T10:22:04.238Z (about 1 month ago)
- Topics: directory, directory-management, directory-tree, folder-management, folder-structure, folder-structure-rules, iamprogrammerlk, project-management, project-management-system, template, templates
- Homepage: https://iamprogrammer.lk
- Size: 14.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
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.
---
# 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
```
---
# 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)
---
# 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.
---
# Issues :fire:
Bug reports and feature requests can be submitted on the [Github Issues](/../../issues).
---
# 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).
---
# 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
---
# Copyright :copyright: :heart:
- Copyright © 2024 I am Programmer [@iamprogrammerlk](https://github.com/iamprogrammerlk).
- Copyright © 2024 [Contributors](/../../graphs/contributors).
---