You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace 'lag/lagar' with 'författning/författningar' in ADR docs
Update terminology throughout ADR documentation to consistently use
'författning/författningar' instead of 'lag/lagar'. This is more
technically accurate as SFS (Svensk författningssamling) contains
various types of legal instruments, not just laws.
Changes:
- ADR-001: Updated examples in Markdown and XML code blocks
- ADR-003: Updated all references to legal instruments and examples
- ADR-004: Updated description of temporal functionality
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: docs/adr/003-git-commits-historiska-datum.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,11 @@ Accepterad
6
6
7
7
## Kontext och problembeskrivning
8
8
9
-
Lagstiftning har en inneboende temporal dimension - lagar stiftas, ändras och upphävs vid specifika datum. För att göra denna historik tillgänglig och navigerbar behövde vi ett sätt att representera hur en lag såg ut vid olika tidpunkter genom historien.
9
+
Lagstiftning har en inneboende temporal dimension - författningar stiftas, ändras och upphävs vid specifika datum. För att göra denna historik tillgänglig och navigerbar behövde vi ett sätt att representera hur en författning såg ut vid olika tidpunkter genom historien.
10
10
11
11
Utmaningarna var:
12
12
13
-
1.**Historisk representation**: Hur visar vi hur en lag såg ut 2010 vs 2024?
13
+
1.**Historisk representation**: Hur visar vi hur en författning såg ut 2010 vs 2024?
14
14
2.**Navigerbarhet**: Användare ska kunna "scrolla" bakåt i tiden
15
15
3.**Versionshantering**: Varje ändring ska vara spårbar med exakt datum
16
16
4.**Teknisk enkelhet**: Systemet ska vara lätt att förstå och använda
0 commit comments