Updated Project Structure moved imgs
@@ -1,4 +1,4 @@
|
|||||||
# 
|
# 
|
||||||
|
|
||||||
A Python-based GUI application for GitHub automation workflows and AI assisted workflows.
|
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!
|
> 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.
|
> Please be aware that some features may be incomplete or unstable.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Pulse Workflow
|
## Pulse Workflow
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Project Structure
|
## Project Structure
|
||||||
|
|
||||||
@@ -20,6 +20,13 @@ github_pulse/
|
|||||||
│ ├── app.py # Application entry point
|
│ ├── app.py # Application entry point
|
||||||
│ ├── requirements.txt # Python dependencies
|
│ ├── requirements.txt # Python dependencies
|
||||||
│ └── app_components/ # Application modules
|
│ └── 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
|
│ ├── __init__.py # Package initializer
|
||||||
│ ├── ai_manager.py # AI provider integration
|
│ ├── ai_manager.py # AI provider integration
|
||||||
│ ├── cache_manager.py # Caching functionality
|
│ ├── cache_manager.py # Caching functionality
|
||||||
@@ -31,9 +38,9 @@ github_pulse/
|
|||||||
│ ├── settings_manager.py # Settings management
|
│ ├── settings_manager.py # Settings management
|
||||||
│ ├── utils.py # Utility functions
|
│ ├── utils.py # Utility functions
|
||||||
│ └── workflow.py # Workflow processing
|
│ └── workflow.py # Workflow processing
|
||||||
├── media/ # Images and assets
|
├── assets/ # Images and assets
|
||||||
├── README.md # This file
|
├── README.md # Readme file
|
||||||
├── SETUP.md # Setup guide
|
├── SETUP.md # This file
|
||||||
└── LICENSE # License information
|
└── LICENSE # License information
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -83,6 +83,13 @@ github_pulse/
|
|||||||
│ ├── app.py # Application entry point
|
│ ├── app.py # Application entry point
|
||||||
│ ├── requirements.txt # Python dependencies
|
│ ├── requirements.txt # Python dependencies
|
||||||
│ └── app_components/ # Application modules
|
│ └── 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
|
│ ├── __init__.py # Package initializer
|
||||||
│ ├── ai_manager.py # AI provider integration
|
│ ├── ai_manager.py # AI provider integration
|
||||||
│ ├── cache_manager.py # Caching functionality
|
│ ├── cache_manager.py # Caching functionality
|
||||||
@@ -94,7 +101,7 @@ github_pulse/
|
|||||||
│ ├── settings_manager.py # Settings management
|
│ ├── settings_manager.py # Settings management
|
||||||
│ ├── utils.py # Utility functions
|
│ ├── utils.py # Utility functions
|
||||||
│ └── workflow.py # Workflow processing
|
│ └── workflow.py # Workflow processing
|
||||||
├── media/ # Images and assets
|
├── assets/ # Images and assets
|
||||||
├── README.md # Readme file
|
├── README.md # Readme file
|
||||||
├── SETUP.md # This file
|
├── SETUP.md # This file
|
||||||
└── LICENSE # License information
|
└── 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 |