nordlabs / ungenotes

0 stars 0 forks source link

Model Design #2

Closed befocken closed 2 years ago

befocken commented 2 years ago

To get started with the app, an initial model design is required. The model design contains the data structure of the app. Of course, there need to be some thoughts concerning what kind of functionality the app is supposed to have when finished (see #1).

The model design should be written in a .ts file using interfaces and types. These types and interfaces can then be used afterwards for storing and parsing the data, for type hinting via Typescript and for consistency.