diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 6439f28..899bfd2 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -223,7 +223,7 @@ jobs: TargetPlatform: ${{ matrix.targetplatform }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps - asset_path: ${{ env.Wpf_Project_Path }}\bin\${{ env.Configuration }}\${{ env.TargetPlatform }}\${{ matrix.ChannelName }}.zip + asset_path: ${{ env.Wpf_Project_Directory }}\bin\${{ env.Configuration }}\${{ env.TargetPlatform }}\${{ matrix.ChannelName }}.zip asset_name: ${{ matrix.ChannelName }}.zip asset_content_type: application/zip if: matrix.ChannelName == 'DevExe' || matrix.ChannelName == 'ProdExe' diff --git a/README.md b/README.md index 91ee657..a44d0c2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# Corathing -### Organize Anything with Customizable Widget Dashboards drawing +# Corathing drawing +### Organize Anything with Customizable Widget Dashboards Corathing is Customizable Widget Organizer. It is a WPF application that allows you to organize anything with customizable widget dashboards. You can create your own widgets or use the default widgets provided by Corathing. @@ -9,11 +9,11 @@ Corathing is Customizable Widget Organizer. It is a WPF application that allows ![sample](docs/images/version0.0.9.gif) -## 영감 +## Inspiration (영감) - [Freeter](https://github.com/FreeterApp/Freeter) - Freeter is a productivity app that allows you to gather everything in one place. - UI/UX 및 기능들에 영감을 얻었습니다. - [Grafana](https://grafana.com/) - Grafana is the open-source analytics & monitoring solution for every database. - - 대시보드를 만들어서 모니터링에 영감을 얻었습니다. + - 대시보드 모니터링에 영감을 얻었습니다. ✔️ Features - @@ -26,21 +26,36 @@ Corathing is Customizable Widget Organizer. It is a WPF application that allows - | Name| Folder |Framework | Description | Version | --- | --- | --- | --- | --- | -| Corathing.Widgets.Basics | src/Apps | WPF | | ```시작전``` -| | | WPF | | ```시작전``` +| Corathing.Contracts | src/Shared | .Net 8.0 | | ```진행중``` +| Corathing.Contracts.Utils | src/Shared | .Net 8.0 | | ```진행중``` +| Corathing.Dashboards | src/Shared | .Net 8.0 | | ```진행중``` +| Corathing.Dashboards.WPF | src/Shared | WPF | | ```진행중``` +| Corathing.Dashboards.AvaloniaUI | src/Shared | Avalonia | | ```시작전 Roadmap 3``` +| Corathing.UI | src/Shared | .Net 8.0 | | ```진행중``` +| Corathing.UI.WPF | src/Shared | WPF | | ```진행중``` +| Corathing.UI.AvaloniaUI | src/Shared | Avalonia | | ```시작전 Roadmap 3``` 📁 Apps - | Name| Folder |Framework | Description | Version | --- | --- | --- | --- | --- | -| Corathing.Widgets.Basics | src/Apps | WPF | | ```시작전``` -| | | WPF | | ```시작전``` +| Corathing.Organizer | src/Apps | .Net 8.0 | | ```진행중``` +| Corathing.Organizer.WPF | src/Apps | WPF | | ```진행중``` +| Corathing.Organizer.AvaloniaUI | src/Apps | AvaloniaUI | | ```시작전 Roadmap 3``` +| Corathing.Organizer.AvaloniaUI.Windows | src/Apps | AvaloniaUI | | ```시작전 Roadmap 3``` +| Corathing.Organizer.AvaloniaUI.Mac | src/Apps | AvaloniaUI | | ```시작전 Roadmap 3``` 📁 Widgets - | Name| Folder |Framework | Description | Version | --- | --- | --- | --- | --- | -| [Corathing.Widgets.Basics](src/Widgets/Corathing.Widgets.Basics/README.md) | src/Apps | WPF | | ```시작전``` +| [Corathing.Widgets.Basics](src/Widgets/Corathing.Widgets.Basics/README.md) | src/Widgets | WPF | | ```진행중``` +| | | WPF | | ```시작전``` + +📁 UnitTests +- +| Name| Folder |Framework | Description | Version +| --- | --- | --- | --- | --- | | | | WPF | | ```시작전```