Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Update frontend radar content. Add .idea to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
GardSteinsvik authored and TheKnarf committed Oct 5, 2024
1 parent 8de51e3 commit a5f6cee
Show file tree
Hide file tree
Showing 35 changed files with 26 additions and 135 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,9 @@ dist
# SvelteKit build / generate output
.svelte-kit

### IntelliJ ###
/.idea/

### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
id:
name: Houdini CSS
name: Bun
depth: 3
quadrant: frontend
is_new: true
---

Web standard
Runtime
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 0 additions & 8 deletions capra-fagradar/src/technical-radar/frontend/css-in-js.mdx

This file was deleted.

8 changes: 0 additions & 8 deletions capra-fagradar/src/technical-radar/frontend/css.mdx

This file was deleted.

Binary file removed capra-fagradar/src/technical-radar/frontend/css.png
Binary file not shown.
2 changes: 1 addition & 1 deletion capra-fagradar/src/technical-radar/frontend/cypress.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id:
name: Cypress
depth: 2
depth: 4
quadrant: frontend
---

Expand Down

This file was deleted.

8 changes: 0 additions & 8 deletions capra-fagradar/src/technical-radar/frontend/design-tokens.mdx

This file was deleted.

8 changes: 0 additions & 8 deletions capra-fagradar/src/technical-radar/frontend/dom-api.mdx

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions capra-fagradar/src/technical-radar/frontend/histoire.mdx

This file was deleted.

8 changes: 0 additions & 8 deletions capra-fagradar/src/technical-radar/frontend/html.mdx

This file was deleted.

Binary file removed capra-fagradar/src/technical-radar/frontend/html.png
Binary file not shown.
8 changes: 0 additions & 8 deletions capra-fagradar/src/technical-radar/frontend/javascript.mdx

This file was deleted.

Binary file not shown.
8 changes: 0 additions & 8 deletions capra-fagradar/src/technical-radar/frontend/ladle.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion capra-fagradar/src/technical-radar/frontend/lerna.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id:
name: Lerna
depth: 3
depth: 4
quadrant: frontend
---

Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion capra-fagradar/src/technical-radar/frontend/playwright.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id:
name: Playwright
depth: 3
depth: 1
quadrant: frontend
---

Expand Down
2 changes: 1 addition & 1 deletion capra-fagradar/src/technical-radar/frontend/pwa.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id:
name: PWA
depth: 2
depth: 3
quadrant: frontend
---

Expand Down
2 changes: 1 addition & 1 deletion capra-fagradar/src/technical-radar/frontend/remix.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id:
name: Remix
depth: 2
depth: 1
quadrant: Frontend
---

Expand Down

This file was deleted.

8 changes: 0 additions & 8 deletions capra-fagradar/src/technical-radar/frontend/rollupjs.mdx

This file was deleted.

Binary file not shown.
2 changes: 1 addition & 1 deletion capra-fagradar/src/technical-radar/frontend/storybook.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id:
name: Storybook
depth: 3
depth: 2
quadrant: frontend
---

Expand Down
2 changes: 1 addition & 1 deletion capra-fagradar/src/technical-radar/frontend/svelte.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id:
name: Svelte
depth: 2
depth: 3
quadrant: frontend
---

Expand Down
8 changes: 0 additions & 8 deletions capra-fagradar/src/technical-radar/frontend/svg.mdx

This file was deleted.

8 changes: 0 additions & 8 deletions capra-fagradar/src/technical-radar/frontend/test-patterns.mdx

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id:
name: Testing Library
depth: 3
depth: 2
quadrant: frontend
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ name: Universell utforming
depth: 1
quadrant: frontend
---

undefined
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id:
name: Web Components
depth: 2
depth: 3
quadrant: frontend
---

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
id:
name: Web Fundamentals
depth: 1
quadrant: frontend
---

Standard webteknlogier som HTML, DOM-api, SVG, CSS og JavaScript.
I praksis brukes ikke disse direkte, men gjennom rammeverk og biblioteker.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id:
name: Edge Computing
depth: 3
quadrant: frontend
quadrant: plattform
---

Edge computing is a distributed computing paradigm that brings computation and data storage closer to the location where it is needed, to improve response times and save bandwidth.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id:
name: Feature Toggles
depth: 2
quadrant: frontend
quadrant: software_engineering
---

Feature toggles, also known as feature flags, are a software development technique that allows teams to modify system behavior without changing code.
Expand Down

0 comments on commit a5f6cee

Please sign in to comment.