* added functionality for specifying node details per each node
* Backend done
Added new item in Ranking
node_map, mapping node id to node detail
Co-authored-by: Cyndie Kamau <cyndiekamaa@gmail.com>
* feat: last frontend working version
* chore: Clean up unused code
* fix(frontend): update node details to carry 10 fields
* chore: remove unnecessary code
* chore: run cargo fmt for formatting
* chore: run prettier to format frontend
* fixed e2e tests added missing struct params
* remoted .idea file
* Hide new columns by default, default to - if no data, and remove .idea folder
---------
Co-authored-by: MrishoLukamba <abdulrazzaqlukamba@gmail.com>
Co-authored-by: Cyndie Kamau <cyndiekamaa@gmail.com>
* Ignore vscode settings
* Add Dockerfile for the backend
* Shrink the docker image for the backend a little more
- fix some doc
- switch the rust static builder base image to nightly
- switch 2 stage base image
- remove version label
* Switch second stage base image to scratch
* Switch to the in-house base image
* Update README.md
Co-authored-by: Maciej Hirsz <1096222+maciejhirsz@users.noreply.github.com>