Results 24 issues of Aquib Baig

This is my solution to the quiz!

The route `mark_notifications_as_seen` returns a JsonResponse `true` rather than redirecting users to a new view. The functionality seems to work well, Just that a view should be rendered at the...

Let's have an initial folder structure for the GSoC idea "revamping the UI".

dashboard
awaiting-dashboard-v2

**Is your feature request related to a problem? Please describe.** As all of us might know, stack traces are very little useful in determining errors in golang, mostly if we...

good first issue
feature
good to have
server-side
golang

When the host is down for some reason(mostly if the network is down), bench routes will alert for every route. What we want to have is to add a check...

feature
golang

We do not have to make network requests to the server everytime we wanna fetch something, cause if an endpoint has 10k routes, fetching 10k routes everytime with network requests...

feature
discussion

Bench routes CLI is an easy way to get the state of your application in general, removing the hassle of going through the entire dashboard. There wont be graphs or...

feature
golang

It is good to have a metric which measures `query_time` of a particular query from our Querier for a datapoint stored in TSDB. This will not only help in performance...

feature
discussion
server-side

Rather than throwing an error on the console on errors or just a "success" alert on success , let's send an appropriate message from the API and display it as...

good first issue
feature

The data queried from the service could be made available to be downloaded as `csv` or some other format.

feature
discussion
awaiting-dashboard-v2