Atomic-design POC: BIG-register self-service portal (Angular + Rijkshuisstijl)
Atoms/molecules/organisms/templates/pages composing the NL Design System (Utrecht) CSS themed Rijkshuisstijl via @rijkshuisstijl-community tokens. Login -> dashboard -> registration detail, mock JSON over HttpClient, Storybook organized by atomic layer. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
BIN
public/favicon.ico
Normal file
BIN
public/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
5
public/mock/notes.json
Normal file
5
public/mock/notes.json
Normal file
@@ -0,0 +1,5 @@
|
||||
[
|
||||
{ "type": "Specialisme", "omschrijving": "Huisartsgeneeskunde", "datum": "2016-04-12" },
|
||||
{ "type": "Aantekening", "omschrijving": "Erkend opleider huisartsgeneeskunde", "datum": "2019-01-08" },
|
||||
{ "type": "Specialisme", "omschrijving": "Spoedeisende hulp (kaderopleiding)", "datum": "2021-06-30" }
|
||||
]
|
||||
9
public/mock/registration.json
Normal file
9
public/mock/registration.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"bigNummer": "19012345601",
|
||||
"naam": "Dr. A. (Anna) de Vries",
|
||||
"beroep": "Arts",
|
||||
"status": "Geregistreerd",
|
||||
"registratiedatum": "2012-09-01",
|
||||
"herregistratieDatum": "2027-09-01",
|
||||
"geboortedatum": "1985-03-14"
|
||||
}
|
||||
Reference in New Issue
Block a user