Open dmth opened 7 years ago
Currently there is a lot of Code-Duplication going on.
A good practise is to refactor the application and move frequently used Elements into Components. Such components are (for example):
Infoboxes
Search - Forms
List views
This should happen both visual (the visible component) and functional (the code that is querying the Backend).
Currently there is a lot of Code-Duplication going on.
A good practise is to refactor the application and move frequently used Elements into Components. Such components are (for example):
Infoboxes
Search - Forms
List views
This should happen both visual (the visible component) and functional (the code that is querying the Backend).