Currently, we only coordinate IP assignments to users. However, we also need a mapping to Institutions. This allows us then to display the institution names properly in the grafana dashboard so we don't need to rely on parsing the insitution name from the report XML.
Changes:
- Remove the parser part where the institution name is retrieved (backend and frontend)
- Add the mapping to the institutions for IPs / CIDR
- Allow an admin to configure these mappings like for users
- Adapt the queries in the Grafana dashboard to show institution names
- Allow users to export the mapping data to CSV
- Allow uses to import mapping data as CSV
Currently, we only coordinate IP assignments to users. However, we also need a mapping to Institutions. This allows us then to display the institution names properly in the grafana dashboard so we don't need to rely on parsing the insitution name from the report XML.
Changes: