Skip to content

Commit b7c72f1

Browse files
Merge pull request #28 from LGICCommunity/documentation
fix: fix daigram color scheme
2 parents d9684fd + 3975ea7 commit b7c72f1

2 files changed

Lines changed: 1 addition & 51 deletions

File tree

Docs/DevelopmentGuide/DETAILED_IMPLEMENTATION.md

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ flowchart TD
2828
2929
H --> I[Execute Operation]
3030
I --> J[Log Result]
31-
32-
style A fill:#bbdefb
33-
style B,C fill:#c8e6c9
34-
style D,E,F,G fill:#ffecb3
35-
style H,I,J fill:#f8bbd0
3631
```
3732

3833
### Command Validation Process
@@ -121,9 +116,6 @@ graph TD
121116
F2 --> F3[Remove File]
122117
end
123118
124-
style A fill:#bbdefb
125-
style B fill:#c8e6c9
126-
style C,D,E,F fill:#ffecb3
127119
```
128120

129121
### File System Structure
@@ -147,9 +139,6 @@ graph TD
147139
Logs --> L1[history.txt]
148140
Logs --> L2[error.log]
149141
150-
style Root fill:#bbdefb
151-
style Notes,Recipes,Versions,Logs fill:#c8e6c9
152-
style N1,N2,R1,R2,V1,V2,L1,L2 fill:#ffecb3
153142
```
154143

155144
## Version Control Implementation
@@ -195,10 +184,6 @@ graph TD
195184
J --> K
196185
end
197186
198-
style A fill:#bbdefb
199-
style B fill:#c8e6c9
200-
style C,E,F,G fill:#ffecb3
201-
style H,I,J,K fill:#f8bbd0
202187
```
203188

204189
### Version History Structure
@@ -219,9 +204,7 @@ graph LR
219204
D --> D2[Changes]
220205
end
221206
222-
style A fill:#bbdefb
223-
style B,C,D,E fill:#c8e6c9
224-
style B1,B2,C1,C2,D1,D2 fill:#ffecb3
207+
225208
```
226209

227210
## Logging System Implementation
@@ -248,10 +231,6 @@ flowchart TD
248231
F --> K[Add Details]
249232
end
250233
251-
style A fill:#bbdefb
252-
style B fill:#c8e6c9
253-
style C,D,E fill:#ffecb3
254-
style F,G,H fill:#f8bbd0
255234
```
256235

257236
### Log Entry Structure
@@ -329,10 +308,6 @@ flowchart TD
329308
F --> G[User Message]
330309
G --> H[Recovery Action]
331310
332-
style A fill:#ffcdd2
333-
style B fill:#bbdefb
334-
style C,D,E fill:#c8e6c9
335-
style F,G,H fill:#ffecb3
336311
```
337312

338313
### Error Recovery System
@@ -399,10 +374,6 @@ flowchart TD
399374
H --> I[Monitor Usage]
400375
end
401376
402-
style A fill:#bbdefb
403-
style B,E fill:#c8e6c9
404-
style C,D fill:#ffecb3
405-
style F,G fill:#f8bbd0
406377
```
407378

408379
### Memory Cleanup Process
@@ -447,9 +418,6 @@ graph TD
447418
D --> D2[Threads]
448419
D --> D3[Timers]
449420
450-
style A fill:#bbdefb
451-
style B,C,D fill:#c8e6c9
452-
style B1,B2,B3,C1,C2,C3,D1,D2,D3 fill:#ffecb3
453421
```
454422

455423
## Implementation Tips

Docs/excalidraw_diagram.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -39,24 +39,6 @@ graph TD
3939
B --> R[Input Validator]
4040
R --> C
4141
42-
style A fill:#f9f,stroke:#333,stroke-width:2px
43-
style B fill:#bbf,stroke:#333,stroke-width:2px
44-
style C fill:#dfd,stroke:#333,stroke-width:2px
45-
style H fill:#fdd,stroke:#333,stroke-width:2px
46-
style I fill:#ddf,stroke:#333,stroke-width:2px
47-
style N fill:#ffd,stroke:#333,stroke-width:2px
48-
49-
%% Additional Styling
50-
classDef storage fill:#e1f5fe,stroke:#01579b,stroke-width:2px;
51-
class J,K,L,M storage;
52-
53-
%% Relationships
54-
classDef process fill:#e8f5e9,stroke:#2e7d32,stroke-width:2px;
55-
class D,E,F,G process;
56-
57-
%% System Components
58-
classDef system fill:#fff3e0,stroke:#ef6c00,stroke-width:2px;
59-
class P,Q,R system;
6042
```
6143

6244
# NoteCLI - Architecture Diagram

0 commit comments

Comments
 (0)