Skip to content

LaniW/DiaDoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

AI-assisted code documentation tool for the file structures of in-progress and existing software projects.

A DiaDoc of DiaDocπŸ₯Έ

AI-assisted-WPF-app-with-Azure-OpenAI/
β”œβ”€β”€ .github/
β”‚   └── workflows/
β”‚       └── ci.yml
β”œβ”€β”€ AI-Assisted-WPF-App/
β”‚   β”œβ”€β”€ Components/
β”‚   β”‚   β”œβ”€β”€ ChatHistoryViewer.xaml
β”‚   β”‚   └── ChatHistoryViewer.xaml.cs
β”‚   β”œβ”€β”€ Models/
β”‚   β”‚   β”œβ”€β”€ ConversationMessage.cs
β”‚   β”‚   └── MessageRole.cs
β”‚   β”œβ”€β”€ Services/
β”‚   β”‚   β”œβ”€β”€ AzureOpenAIService.cs
β”‚   β”‚   β”œβ”€β”€ IOpenAIService.cs
β”‚   β”‚   └── SettingsService.cs
β”‚   β”œβ”€β”€ ViewModels/
β”‚   β”‚   └── MainViewModel.cs
β”‚   β”œβ”€β”€ Views/
β”‚   β”‚   β”œβ”€β”€ SettingsWindow.xaml
β”‚   β”‚   └── SettingsWindow.xaml.cs
β”‚   β”œβ”€β”€ App.xaml
β”‚   β”œβ”€β”€ App.xaml.cs
β”‚   β”œβ”€β”€ AppSettings.cs
β”‚   β”œβ”€β”€ AI-Assisted-WPF-App.csproj
β”‚   β”œβ”€β”€ Logger.cs
β”‚   β”œβ”€β”€ MainWindow.xaml
β”‚   β”œβ”€β”€ MainWindow.xaml.cs
β”‚   └── packages.config
β”œβ”€β”€ docs/
β”‚   β”œβ”€β”€ Deployment-Instructions.md
β”‚   β”œβ”€β”€ FAQ.md
β”‚   └── Setup-Guide.md
β”œβ”€β”€ media/
β”‚   β”œβ”€β”€ architecture.png
β”‚   └── main_window.png
β”œβ”€β”€ AI-Assisted-WPF-App.sln
β”œβ”€β”€ azure-pipelines.yml
β”œβ”€β”€ .editorconfig
β”œβ”€β”€ .gitattributes
β”œβ”€β”€ .gitignore
β”œβ”€β”€ LICENSE
└── README.md

About

AI-assisted code documentation tool for the file structures of in-progress and existing software projects.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors