ravendb / samples-yabt

"Yet Another Bug Tracker" solution sample for RavenDB and .NET with Angular UI
https://yabt.ravendb.net
MIT License
108 stars 22 forks source link

Expose DB Server stats #10

Open AKlaus opened 3 years ago

AKlaus commented 3 years ago

Idea The current instance of yabt.ravendb.net is running on a free AWS instance. It's snappy and it's free, so it would be great if could showcase it.

Task [back-end] Have an API end-point and an area on the UI (under "System") to show the following stats:

Link to the docs.

Task [front-end] Under the "System" area add another page with the DB stats image

yj7o5 commented 3 years ago

Been following this repo for some while. Can I take this issue and contribute to the repo @AKlaus ? :) Thanks

AKlaus commented 3 years ago

Hey mate! Yes sure, any help would be appreciated. Are you thinking to take on the back-end implementation or also the front-end? If both, I'd suggest to submit a PR for the back-end first. Happy to flesh out more details if needed

yj7o5 commented 3 years ago

Sounds good, yea I have got the changes for back-end I'll go ahead and submit a PR just for that and then can submit a PR for front-end separately.