bemayr / young-carers-austria

Young Carers Austria App on behalf of the Austrian Social Ministry
https://www.young-carers-austria.at
MIT License
4 stars 1 forks source link

Create Custom Entry for "Im Notfall" #8

Closed bemayr closed 1 year ago

bemayr commented 2 years ago

Description

This page should act like a combination between an article and a life-situation with the option to include content (primarily linked numbers) and article references. Regarding the data structure it might look something like:

{
  emergencyNumbers: [
    {
      label: "Euro-Notruf",
      number: 112
    },
    {
      label: "Feuerwehr",
      number: 122
    },
    // ...
  ],
  content: {
    // same structure as "Alltagssituationen" [text | entry | category]
  }
}
bemayr commented 2 years ago

In the meantime this could be served via the website.

bemayr commented 1 year ago

Relased in v2.0 🥳