Please enable JavaScript.
Coggle requires JavaScript to display documents.
Frontend (API Architecture (Controllers, DTOs, Configuration (endpoints…
Frontend
API Architecture
Controllers
DTOs
Configuration (endpoints class)
Models
Repositories (Interfaces / Implementations)
Serializers (override Newtonsoft.Json)
Services (e.g. Generic HttpService class with Interface)
Application Link Container (read username - pull user role - link roles to apps - load app urls)
Application (app details)
Application URL (store app urls for diff environments)
security rights
security roles
security role rights
users and roles
AD groups (named match role name)
Javascript
Toastr.js
ES6
Webpack
Mustache
JQuery
Underscore.js
DOM
Template
Boostrap
KendoUI
Materializecss
Javascript Design Pattern
Revealing module
Class constructors
Object literal module
Page Layout (Website)
Nav-bar (bootstrap)
Body (CSS Grid)
Footer (Bootstrap)
Cache
Session Storage
Local Storate
Page Layout (Web App)