Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rajpatel8 authored Nov 2, 2024
1 parent 70c8b18 commit 3b0afb6
Showing 1 changed file with 5 additions and 17 deletions.
22 changes: 5 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,19 +68,7 @@ graph TD
| Total Minutes | 103 | Cumulative time |
| Failed Job Usage | 16m | Time lost to failures |

## 3. Development Timeline
```mermaid
gantt
title Release Progression
dateFormat YYYY-MM-DD
section Releases
Initial Build :done, 2024-08-03, 7d
Alpha Release :done, 2024-08-10, 14d
Beta Release :done, 2024-08-24, 21d
Version 1.0 :done, 2024-09-14, 7d
```

## 4. Documentation Coverage
## 3. Documentation Coverage
```mermaid
graph LR
A[Technical Documentation] --> B[SRS]
Expand All @@ -91,7 +79,7 @@ graph LR
D --> G[Flow Diagrams]
```

## 5. Error Analysis
## 4. Error Analysis

### Major Issues Distribution
| Component | Error Type | Users Affected | Priority |
Expand All @@ -109,7 +97,7 @@ pie title Error Type Distribution
"Other Issues" : 9
```

## 6. Build Process Overview
## 5. Build Process Overview
```mermaid
graph LR
A[Code Push] --> B[CI Trigger]
Expand All @@ -125,7 +113,7 @@ graph LR
- **Runner**: GitHub-hosted
- **Build Tool**: Gradle

## 7. Success Metrics
## 6. Success Metrics

### Build Performance
```mermaid
Expand All @@ -150,7 +138,7 @@ pie title Build Success Rate
- Target: <2m average
- Focus: Build time reduction

## 8. Document Inventory
## 7. Document Inventory
| Document Type | Status | Last Updated |
|--------------|--------|--------------|
| SRS v-1.2 | ✅ Complete | 2024-11-01|
Expand Down

0 comments on commit 3b0afb6

Please sign in to comment.