This is an old revision of the document!
Template for Documenting Proof-of-Concept Projects
This is a guiding template for short-term exploratory projects. Many sections are optional either in their presence or scope and can be excluded based on the project at hand.
Quick Summary
- Status: π‘ In Progress / β Complete / β Abandoned / βΈοΈ On Hold
- Duration: Start Date - End Date
- Type: Data Analysis/Infrastructure/Hardware/Possible Product
- Repository: GitHub Repository
- Team: Person1, Person2
What we're exploring: 2-3 sentences on what this POC investigates and why it matters.
Environment & Setup
A description of the used hardware and software. The scope is up to the judgement of the team.
Suggestions for projects with hardware:
- List of hardware-parts (e.g. Raspberry Pi 3, β¦)
- Version of the operating system and method of setup.
- Additional notes on setup.
Suggestions for projects with software:
- Programming Language & Package Versions, Docker image, β¦
- Notes on setup / required steps to get things working.
- Git Repo (Code, Dockerfiles, Configs, β¦)
Suggestions for projects with data:
- Data source and when it was acquired/downloaded
- Description of changes to data, ideally with scripts + dependencies in git repo.
Key Findings
What Worked
- Bullet points of successful approaches
What Didn't Work
- Failed approaches (and why)
- Performance bottlenecks discovered
- Incompatibilities found
Surprises & Insights
- Unexpected discoveries
- Hidden complexities
- Simpler alternatives found
Recommendations
Should we proceed?: Yes/No/Maybe
If yes, what needs to happen?