Newer Older
46 lines | 1.773kb
Bogdan Timofte authored 2 months ago
1
# Documentation
2

            
3
This folder contains project notes, platform decisions, and collected reverse engineering material.
4

            
5
It is intended to keep the repository root focused on the app itself while preserving project context in one dedicated place.
Bogdan Timofte authored 2 months ago
6

            
7
## Working Layout
8

            
9
- `Project History.md`
10
  Narrative context and decisions that explain how the project got here.
11
- `Platform Decision - iOS 15.md`
12
  App-level platform choices that affect implementation.
Bogdan Timofte authored a month ago
13
- `Charging While Off.md`
14
  Definition + measurement implications for capacity estimation.
Bogdan Timofte authored a month ago
15
- `Charge Session Integrity and Conflict Healing.md`
16
  The one-active-session-per-meter invariant, how it can be violated in offline sync scenarios, the healing mechanism, and what is not yet covered.
Bogdan Timofte authored 2 months ago
17
- `Project Structure and Naming.md`
18
  Naming and file-organization rules for views, features, components, and subviews.
Bogdan Timofte authored a month ago
19
- `External Contributions.md`
20
  Log of contributions from external collaborators, with technical evaluation per intervention.
Bogdan Timofte authored 2 months ago
21
- `Research Resources/`
22
  External source material plus the notes derived from it.
23

            
24
## Documentation Layers
25

            
26
We keep two distinct layers of documentation:
27

            
28
- project documentation
29
  Notes that describe our app, decisions, assumptions, and roadmap
30
- research documentation
31
  Vendor manuals, software archives, contact sheets, protocol notes, and model-specific findings
32

            
33
## Retention Rule
34

            
35
Prefer keeping:
36

            
37
- small curated Markdown notes
38
- raw manuals and reference PDFs
39
- small software artifacts that are directly useful for reverse engineering
40
- one canonical copy of each vendor artifact line
41

            
42
Avoid committing by default:
43

            
44
- very large archives with low immediate value
45
- duplicate files already represented elsewhere
46
- generated exports that can be reproduced from a kept source