Updated Project Structure moved imgs

This commit is contained in:
b-tsammmons
2025-11-12 20:58:15 -10:00
parent 80a530485d
commit a41f995c08
8 changed files with 23 additions and 9 deletions
+13 -6
View File
@@ -1,4 +1,4 @@
# ![GitHub Pulse Logo](media/pulse_logo_white_no_bkg_github.png)
# ![GitHub Pulse Logo](application/app_components/assets/pulse_logo_white_no_bkg_github.png)
A Python-based GUI application for GitHub automation workflows and AI assisted workflows.
@@ -6,11 +6,11 @@ A Python-based GUI application for GitHub automation workflows and AI assisted w
> This project is currently in active development. Features and functionality may change frequently. Bug reports and contributions are welcome and encouraged!
> Please be aware that some features may be incomplete or unstable.
![GitHub Pulse img](media/github_pulse_img.png)
![GitHub Pulse img](assets/github_pulse_img.png)
## Pulse Workflow
![Pulse Workflow img](media/flow-diagram.png)
![Pulse Workflow img](assets/flow-diagram.png)
## Project Structure
@@ -20,6 +20,13 @@ github_pulse/
│ ├── app.py # Application entry point
│ ├── requirements.txt # Python dependencies
│ └── app_components/ # Application modules
│ ├── assets/ # Images and assets
│ │ ├── flow-diagram.png # Workflow diagram
│ │ ├── github_pulse_img.png # GitHub Pulse image
│ │ ├── pulse_logo_gray_no_bkg.png # GitHub Pulse logo
│ │ ├── pulse_logo_white_no_bkg_github.png # Pulse logo
│ │ ├── pulse_logo_white_no_bkg.png # Pulse logo with background
│ │ └── pulse_logo_white_w_black_bkg.png # GitHub Pulse logo with background
│ ├── __init__.py # Package initializer
│ ├── ai_manager.py # AI provider integration
│ ├── cache_manager.py # Caching functionality
@@ -31,9 +38,9 @@ github_pulse/
│ ├── settings_manager.py # Settings management
│ ├── utils.py # Utility functions
│ └── workflow.py # Workflow processing
├── media/ # Images and assets
├── README.md # This file
├── SETUP.md # Setup guide
├── assets/ # Images and assets
├── README.md # Readme file
├── SETUP.md # This file
└── LICENSE # License information
```
+8 -1
View File
@@ -83,6 +83,13 @@ github_pulse/
│ ├── app.py # Application entry point
│ ├── requirements.txt # Python dependencies
│ └── app_components/ # Application modules
│ ├── assets/ # Images and assets
│ │ ├── flow-diagram.png # Workflow diagram
│ │ ├── github_pulse_img.png # GitHub Pulse image
│ │ ├── pulse_logo_gray_no_bkg.png # GitHub Pulse logo
│ │ ├── pulse_logo_white_no_bkg_github.png # Pulse logo
│ │ ├── pulse_logo_white_no_bkg.png # Pulse logo with background
│ │ └── pulse_logo_white_w_black_bkg.png # GitHub Pulse logo with background
│ ├── __init__.py # Package initializer
│ ├── ai_manager.py # AI provider integration
│ ├── cache_manager.py # Caching functionality
@@ -94,7 +101,7 @@ github_pulse/
│ ├── settings_manager.py # Settings management
│ ├── utils.py # Utility functions
│ └── workflow.py # Workflow processing
├── media/ # Images and assets
├── assets/ # Images and assets
├── README.md # Readme file
├── SETUP.md # This file
└── LICENSE # License information

Before

Width:  |  Height:  |  Size: 128 KiB

After

Width:  |  Height:  |  Size: 128 KiB

Before

Width:  |  Height:  |  Size: 91 KiB

After

Width:  |  Height:  |  Size: 91 KiB

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 72 KiB

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB