Commit 3712744
authored
Refactor: Namespaces and solution layout (#14)
* - Rename solution and projects to replace `DirectiveAthena.Website` with `DirectiveAthenaWeb` for consistency.
- Refactor namespaces, project references, and paths to align with updated naming convention.
- Remove unused components and projects, including `DirectiveAthena.Website.Components`.
- Introduce new solution structure and update `.slnx` and dependencies accordingly.
- Add missing `Minio` and `Microsoft.Logging` package references.
* Rename and restructure solution, projects, and paths to replace `DirectiveAthena.Website` with `DirectiveAthenaWeb` for consistency. Update `.slnx` and `.slnf` files and associated configurations.
* Migrate `DirectiveAthenaWeb` to `DirectiveAthenaWeb.Client`:
- Renamed the primary project from `DirectiveAthenaWeb` to `DirectiveAthenaWeb.Client`.
- Updated associated namespaces, paths, project references, and dependencies for consistency.
- Restructured solution file to align with the new project structure.
- Adjusted workflows and build targets to reflect updated client project.
- Removed unused assets and configurations from the old project folder.
* Update output paths in `tsconfig.json` and `webpack.config.js` to reflect `DirectiveAthenaWeb.Client` migration
* Update workflow paths to reflect migration from `DirectiveAthena.Website.ClientAssets` to `DirectiveAthenaWeb.Services.Js`
* Update project references and resx path to align with restructured solution layout:
- Adjust resx resource path in `TagsEditor.razor` to reflect relocation of localization resources.
- Fix project reference path in `DirectiveAthenaWeb.DevServer.csproj`.
- Update `.slnx` file to include missing projects and reorganize folder structure.
* Normalize formatting across project files:
- Adjust spacing, indentation, and alignment to align with consistent code style conventions.
- Update `<PackageReference />`, `<ProjectReference />`, and related attributes to remove unnecessary spaces.
- Reformat TypeScript imports, object literals, and configs for a uniform style.
- Normalize HTML attributes' and XML elements' spacing in Razor and SVG files.
* Update paths and references to align with `DirectiveAthenaWeb.Client` migration:
- Adjust `.gitignore` entries to reflect updated project structure.
- Update stylesheet links in `index.html` and `AdminApp.razor` to use `DirectiveAthenaWeb.Client.styles.css`.
- Modify solution filter file to account for renamed test project.
* Remove `appsettings.local.json` from `DirectiveAthenaWeb.DevServer` configuration.
* Add `UserSecretsId` to `DirectiveAthenaWeb.DevServer.csproj` and remove unused `appsettings.local.json` configuration
* Remove `appsettings.local.json` from `DirectiveAthenaWeb.Client`.
* Remove redundant content inclusion and simplify `DirectiveAthenaWeb.Client.csproj` configuration.
* Remove debug-specific handling of `appsettings.local.json` from `DirectiveAthenaWeb.Client`.1 parent 9ebd6af commit 3712744
216 files changed
Lines changed: 2717 additions & 2450 deletions
File tree
- .github/workflows
- .run
- src
- DirectiveAthena.Website.ClientAssets
- typescript
- DirectiveAthena.Website.Components
- Components
- Resources
- wwwroot/assets
- DirectiveAthena.WebsiteDevServer
- DirectiveAthena.Website
- Pages
- wwwroot
- assets
- js
- DirectiveAthenaWeb.Client
- Pages
- wwwroot
- assets
- css
- js
- DirectiveAthenaWeb.Components
- Components
- Layout
- Pages
- wwwroot/assets
- DirectiveAthenaWeb.DevServer
- Pages
- Properties
- DirectiveAthenaWeb.Services.Js
- typescript
- __tests__
- interop
- DirectiveAthenaWeb.Services.Localization
- Resources
- DirectiveAthenaWeb.Services
- Articles
- Contact
- ContentStorage
- Markdown
- WorldRules
- tests/DirectiveAthenaWebTests
- Components
- Helpers
- Services
- Articles
- ContentStorage
- Localization
- WorldRules
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
775 | 775 | | |
776 | 776 | | |
777 | 777 | | |
778 | | - | |
779 | | - | |
| 778 | + | |
| 779 | + | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
File renamed without changes.
0 commit comments