Skip to content

xigoku/over-engineered-wasm

Repository files navigation

just a blazor wasm

cheat with me

frontend

domain details

data layer

weather api

architecture

flowchart LR
    subgraph horizontal
        direction TB
        subgraph app
            direction LR 
            Diamond.APP
            Weather.UI
            Renderer.UI
        end
        subgraph logic
            direction TB
            subgraph domain
                direction LR
                Weather
                Renderer
            end
        end
        subgraph data
            direction LR
            Weather.Data
        end 
        
    end
    subgraph vertical
        direction TB
        CM[Component Mapping]
    end

    vertical ---> app
    vertical ---> logic
    vertical ---> data
    
    app ---> logic
    logic ---> data
Loading

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors