Skip to the content.

Standard Operating Procedure

sop-project-folder-3.0.0

Project Folder

This is a model for organizing a software solution or project.

Utilizing this model can help in structuring a project folder, which efficiently manages all the information associated with the software solution or project.

Solution
│
├── Precondition
│   Describes the dependent solutions
│   
├── Specifications
│   ├── Vocabulary / Ubiquitoes Language
│   │   Defines what seperate keywords means in the project
│   │
│   ├── Standards
│   │   The standard descriptions related to the solution
│   │
│   ├── Documentation
│   │   Of dependent components
│   │
│   ├── Credentials
│   │   Information of credentials necessary for the auth process to dependent components
│   │
│   └── Visions
│       Specifications from the stakeholders
│
├── Objective
│   ├── S.M.A.R.T goals
│   │   An alternative approach to writing objectives
│   │
│   ├── Story book
│   │   ├── Event
│   │   │   Describes something that can/has happen in the solution
│   │   │
│   │   └── Policy
│   │       Describes restrictions in the solution
│   │
│   ├── Tasks 
│   │   References sources of information, such as stories or discussions
│   │
│   └── Insidents 
│       References sources of information, such as errorfull events
│
├── Strategy
│   ├── Roadmap
│   │   Declares the checkpoints in a "step by step" process flow
│   │
│   ├── Responsibilities
│   │   Declares who has what responibility to complete the solution
│   │
│   ├── Design and wireframes
│   │   Reflects the user interface
│   │
│   ├── Eventmap
│   │   Reflects process flow
│   │
│   ├── Context map
│   │   Reflects the mapping of attributes between infrastructural components
│   │
│   ├── API interface design
│   │   Reflects the backend API
│   │
│   ├── UML
│   │   Reflects the data relationship
│   │
│   └── Gant schema
│       Explains when something needs to be done so that others who depend on the precondition can 
│       continue with there responsibility.
│
└── Log
    ├── Change log
    │   Describes the changes that has been performed and when they happened
    │
    ├── Agreement
    │   When two parties in a solution comes to an agreement of what will be done, a writing testimony 
    │   should be noted
    │
    ├── Recap
    │   A summary of the progress, much like a news letter
    │
    └── Discussion
        ├── Email
        ├── Chat
        └── Recording