ark-network / ark

Ark is a layer-two protocol designed to scale Bitcoin transactions
https://arkdev.info
MIT License
58 stars 16 forks source link

Admin Dashboard #151

Open tiero opened 5 months ago

tiero commented 5 months ago
tiero commented 3 months ago

The referenced PR did not cover all the requirements listed in the OP. @altafan

Let's keep it open, as I renamed as dashabord to also include a easy to use web UI.

bordalix commented 3 months ago

@tiero I think this should be assigned to @louisinger for the backend (go code) and then to me to implement the UI version.

tiero commented 3 months ago

I think would be faster if you can work on the Go logic as well, that simply generate the HTML layout to be returned

tiero commented 3 months ago

This is a an example to take insipration https://gowebly.org/, def makes sense to pair with @louisinger or @altafan to get the scaffolding right at the begining (but I suggest to do it together, rather than in async to speed up things)

So that if you need different variables or data from database to be sourced yo tour HTML templates, your autonomous and we decouple the effort! 🙏 You will like Go :)