Skip to content

Add Network Graph page

Arief Rahmansyah requested to merge network-page into master

This MR solves #1 (closed).

This MR also enables GitLab Pages features:

  1. Statistik harian dashboard: https://kawalcovid19.gitlab.io/kawal-covid-19-analytics/viz_gallery/statistik_harian.html
  2. (NEW - This MR) Network graph: https://kawalcovid19.gitlab.io/kawal-covid-19-analytics/viz_gallery/network.html

About Network Graph page:

  1. It uses https://kawalcovid19-pasien.herokuapp.com APIs (https://kawalcovid19-pasien.herokuapp.com/patients and https://kawalcovid19-pasien.herokuapp.com/clusters) due to limitation of https://kawalcovid19.harippe.id/api/raw (no relation between patients and clusters). But I refer to https://kcov.id/daftarpositif as source of truth.
  2. The Patients and Clusters API is built using strapi -- https://github.com/strapi/strapi, hosted in my Heroku.
  3. It uses https://github.com/visjs/vis-network
  4. It still MVP, open for feedback

Merge request reports