Skip to content

Commit 09242ad

Browse files
committed
docs: add problem solver matrix
1 parent e6648f7 commit 09242ad

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

docs/PROBLEM_SOLVER_MATRIX.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Problem Solver Matrix
2+
3+
Use this as the customer support brain of the module.
4+
5+
## Main rule
6+
7+
The module should give customers the best available option for their device. It should not pretend that every phone supports every feature automatically.
8+
9+
## Problem matrix
10+
11+
| Customer problem | Module answer | Status |
12+
|---|---|---|
13+
| Need default theme | Use Default Rock Premium theme pack | Starter ready |
14+
| Need home wallpaper | Apply through wallpaper settings | Safe |
15+
| Need lock wallpaper | Apply where device supports it | Safe where supported |
16+
| Theme not showing | Check device model, ROM version, and theme folder behavior | Test required |
17+
| Icons not changing | Use launcher or OEM theme support | Test required |
18+
| Sounds not changing | Use manual sound settings where available | Test required |
19+
| Phone feels slow | Use lag checklist and reduce heavy assets | Safe |
20+
| Boot feels slow | Keep module service lightweight | Safe |
21+
| Customer confused | Use support report template | Safe |
22+
| Device unsupported | Mark as not supported until tested | Safe |
23+
| LSPosed requested | Mark experimental and test first | Experimental |
24+
25+
## Customer status labels
26+
27+
- Works
28+
- Partial
29+
- Needs manual setup
30+
- Needs root
31+
- Needs device test
32+
- Not supported
33+
- Experimental
34+
35+
## Best customer promise
36+
37+
Give customers clear choices, tested device support, rollback help, and fast issue reporting.

0 commit comments

Comments
 (0)