Skip to content

Commit ea49fa7

Browse files
Merge pull request #10 from authxt/main
fix: name change NoteCLI on daigram
2 parents 78e2201 + 9e9115d commit ea49fa7

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

excalidraw_diagram.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ graph TD
55
B --> C{Command Processor}
66
77
%% Command Types
8-
C -->|Create| D[Document Creation]
9-
C -->|Read| E[Document Retrieval]
10-
C -->|Update| F[Document Update]
11-
C -->|Delete| G[Document Deletion]
8+
C -->|Create| D[Textfile Creation]
9+
C -->|Read| E[Textfile Retrieval]
10+
C -->|Update| F[Textfile Update]
11+
C -->|Delete| G[Textfile Deletion]
1212
1313
%% File Operations
1414
D --> H[File Operations]
@@ -59,31 +59,31 @@ classDef system fill:#fff3e0,stroke:#ef6c00,stroke-width:2px;
5959
class P,Q,R system;
6060
```
6161

62-
# Document Management System - Architecture Diagram
62+
# NoteCLI - Architecture Diagram
6363

64-
This diagram illustrates the complete architecture of our Document Management System (DMS). Here's what each component represents:
64+
This diagram illustrates the complete architecture of our Notepad Command Line Base (NoteCLI). Here's what each component represents:
6565

6666
## Core Components
6767
- **User Input**: Entry point for all user commands
6868
- **CLI Interface**: Handles command-line interaction
6969
- **Command Processor**: Routes commands to appropriate handlers
7070

7171
## Operations
72-
- **Document Creation**: Handles new document creation
73-
- **Document Retrieval**: Manages document reading
74-
- **Document Update**: Processes document modifications
75-
- **Document Deletion**: Manages document removal
72+
- **Textfile Creation**: Handles new Textfile creation
73+
- **Textfile Retrieval**: Manages Textfile reading
74+
- **Textfile Update**: Processes Textfile modifications
75+
- **Textfile Deletion**: Manages Textfile removal
7676

7777
## Storage
7878
- **Data Directory**: Root storage location
79-
- Recipes: Storage for recipe documents
80-
- Notes: Storage for note documents
79+
- Recipes: Storage for recipe Textfiles
80+
- Notes: Storage for note Textfiles
8181
- Logs: System operation logs
82-
- Versions: Document version history
82+
- Versions: Textfile version history
8383

8484
## System Features
8585
- **Logging System**: Tracks all system operations
86-
- **Version Control**: Manages document versions
86+
- **Version Control**: Manages Textfile versions
8787
- **Error Handler**: Processes and logs errors
8888
- **Input Validator**: Ensures data integrity
8989

0 commit comments

Comments
 (0)