Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgraded to .Net 8 Blazor Web App #19

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Dec 8, 2023

  1. Add MudBlazor project (#1)

    * Add MudBlazor project
    
    * Add Mud blazor project with identity
    
    * Implement Authorization on MudBlazor project.
    ubhaya committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    f12b971 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Update to .Net 8 (#3)

    * Add MudBlazor project (#1)
    
    * Add MudBlazor project
    
    * Add Mud blazor project with identity
    
    * Implement Authorization on MudBlazor project.
    
    * Clean remaining files in Bootstrap project
    
    * Rename dotnet 7 project
    
    Raname old .Net7 project namespace
    
    * Add .Net 8 projects to solution
    
    * Add .Net8 Test project to solution
    
    * Fixes namespaces for .Net project in solution
    
    * RapidBlazor.Domain.UnitTests Finish
    
    * Application.UnitTests Finish
    
    * Add .Net 8 Project References
    
    * RapidBlazor.Application.IntegrationTests started
    
    * RapidBlazor.Domain Completed
    
    * RapidBlazor.Application implementation
        - [x] Access Control
            - [x] Commands
            - [x] Queries
        - [x] Common
            - [x] Behaviours
            - [x] Exceptions
            - [x] Services
                - [x] Data
                - [x] Identity
        - [x] Roles
            - [x] Commands
            - [x] Queries
        - [x] TodoItems
            - [x] Commands
            - [x] Queries
        - [x] TodoLists
            - [x] Commands
            - [x] Queries
        - [x] Users
            - [x] Commands
            - [x] Queries
        - [x] WeatherForcasts
            - [x] Queries
        - [x] ConfigureServices.cs
    
    * RapidBlazor.Application implementation
        - [x] Access Control
            - [x] Commands
            - [x] Queries
        - [x] Common
            - [x] Behaviours
            - [x] Exceptions
            - [x] Services
                - [x] Data
                - [x] Identity
        - [x] Roles
            - [x] Commands
            - [x] Queries
        - [x] TodoItems
            - [x] Commands
            - [x] Queries
        - [x] TodoLists
            - [x] Commands
            - [x] Queries
        - [x] Users
            - [x] Commands
            - [x] Queries
        - [x] WeatherForcasts
            - [x] Queries
        - [x] ConfigureServices.cs
    
    * RapidBlazor.Infrastructure implementation
         - [x] Common
         - [x] Data
              - [x] Configuration
              - [x] Interceptors
              - [x] Migrations
              - [x] ApplicationDbContext
              - [x] ApplicationDbContextInitializer
         - [x] Identity
         - [x] Configure Services
    
    * RapidBlazor.WebUi Implementation
         - [x] Configure Services
         - [x] Todo
              - [x] Todo State
              - [x] Todo Item Component
              - [x] Todo List Component
              - [x] Todo Index
         - [x] Admin Pages
              - [x] Access Control
              - [x] Roles
              - [x] Users
                   - [x] Index
                   - [x] Edit
         - [x] Claims
         - [x] Weather ForeCast
         - [x] WebAssembly Component
              - [x] Add Controllers
              - [x] Add HttpClient
              - [x] Figure out Authorization for API Endpoint
              - [x] Convert Todo Item Component to WebAssembly with InteractiveAuto
              - [x] Convert Admin/Users/Edit Page to WebAssembly with InteractiveWebAssembly
    
    * WebUi.AcceptanceTests
    
    * Application.IntegrationTests
    
    * Delete .Net 7 projects
    
    * Fix typo
    ubhaya authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    ae4d785 View commit details
    Browse the repository at this point in the history