Intevation / intelmq-fody

Web interface to IntelMQ
9 stars 3 forks source link

Refactor the Frontend: Move Items into Components #45

Open dmth opened 7 years ago

dmth commented 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).