Feat: Configurable Localization and Contact info & project restructure#17
Closed
AnnaSasDev wants to merge 18 commits intocorefrom
Closed
Feat: Configurable Localization and Contact info & project restructure#17AnnaSasDev wants to merge 18 commits intocorefrom
AnnaSasDev wants to merge 18 commits intocorefrom
Conversation
…components, and services - Replaced all instances of `WorldRules` with `WorldFAQ` across interfaces, UI pages, services, tests, and localization files. - Updated components and repositories to align with the new terminology (`WorldRule` -> `WorldFAQ`, etc.). - Adjusted related localization keys, resource files, and method references. - Renamed and reorganized content directories, enums, and entity models.
…nd `WritingContent` - Renamed `WorldFaq` to `FaqContent` and `Writing` to `WritingContent` across services, components, and tests. - Updated related namespaces, interfaces, and dependency injection to align with the new naming. - Adjusted test cases, validators, and repos to reflect model changes. - Reorganized content storage and updated folder structure to match terminology updates. - Removed redundant `WorldFaq` and `Writing` references in favor of their new counterparts.
… `ContentRepository` and logging - Introduced `ProxyUploadRequest` and `ProxyDeleteRequest` records for proxy operations in `DirectiveAthenaWeb.Services.Content`. - Simplified `ContentRepository` by refactoring logger and storage usage. - Removed redundant fields and adjusted log level calls for consistency. - Updated `ContentStorageFactory` and `R2ContentStorage` to streamline proxy handling. - Added `DirectiveAthenaWeb.Services.Content` as a project reference in `DirectiveAthenaWeb.DevServer.csproj`. - Cleaned up unused records and code related to `ProxyUploadRequest` and `ProxyDeleteRequest` duplication.
…name and reorganize content components and update file references.
…riting`, add new project references - Updated components, pages, and UI to use `Faq` and `Writing` naming. - Added missing project references for `Content.Faq`, `Content.Writings`, and `Services.Content`. - Removed unused `DirectiveAthenaWeb.Services` import statements. - Adjusted solution structure to align with updated component and service names.
…ted namespaces, references, and project structure - Renamed `Content.Writings` to `Content.Writing`, adjusted namespaces and folder structure. - Updated enums, service registrations, and dependency injections to reflect new naming for `Writing` and `Faq`. - Adjusted tests, UI components, and repositories to use the updated names. - Added missing `Content.Faq` and `Content.Writing` service collection extensions for better modularity.
…t` service in the client application.
…ent.Writing` and `Content.Faq` - Updated test classes, file naming, and namespaces for consistency with new service names. - Added `DirectiveAthenaWebTests.Content.Writing` and `DirectiveAthenaWebTests.Content.Faq` projects for modularity. - Registered `AddWritingContent` and `AddFaqContent` services in the application.
…nd `Content.Writing`
…ter its services in `DirectiveAthenaWeb.Services`.
…ces, and integrate contact info configuration across client and server applications.
…Provider`, register services, and update tests - Introduced `LocalizationOptions` for configurable culture settings. - Refactored `LocalizationProvider` to load supported localizations dynamically. - Registered localization services in client, server, and test projects. - Added tests for `LocalizationInitializer`, `LocalizationProvider`, and related components. - Updated project structure and dependencies across applications.
…ifiers and update references across services, factories, and tests for "writing" and "faq" categories.
…ency-safe SVG caching, and standardize `writing`/`faq` identifiers across components - Removed `sealed` modifiers from classes (`LocalizationItem`, `ContactInfoItem`, etc.) for better extensibility. - Added concurrency-safe SVG data caching to `ContactInfoProvider`. - Updated `ContentManagerPage` component to use unified `writing`/`faq` terminology. - Extracted `ContactInfoButton` and `ContactInfoIconButton` components for reusability. - Cleaned up test structure with consolidated factory setup and parameterized tests. - Adjusted services, components, and Razor files to conform to updated patterns.
- Introduced `site.webmanifest` for Progressive Web App (PWA) capabilities. - Added favicons (`favicon.svg`, `favicon.ico`, `apple-touch-icon.png`) and linked them in HTML files. - Updated meta tags for theme color, Open Graph, and Twitter cards to enhance SEO and social sharing.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.