- only one modal may be active at all times
- modals should be abstract and reachable form anywhere
- modals should be places in te src/modals folder
- modals should be triggered through the state
- modals should be (re)usable outside of the view content and stored in src/modals/[modal-name]
- views should be centered around a core object
- views should consist of a index, list and details page
- view files should be stored onder src/views/[view-name]