Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update "requests" admin #73

Open
0x213F opened this issue Mar 29, 2021 · 0 comments
Open

Update "requests" admin #73

0x213F opened this issue Mar 29, 2021 · 0 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@0x213F
Copy link
Owner

0x213F commented Mar 29, 2021

Summary

The requests admin page keeps a data log of every request sent through Python code. For example, the Django server calls Spotify servers to search for results. Whatever Spotify sends back to us, we log. That log can be accessed via the requests admin page.

(for localhost)
http://localhost:8000/admin/networking/request/

Screen Shot 2021-03-29 at 4 49 08 PM

This is the most commonly used admin page because it is used by developers to debug requests. It would be really nice if the page looked a little cleaner than it does now :)

Idea no.1

Add search.

Idea no.2

Add columns. In order to see what columns you could display, look at the request model. See what fields are on the request model, then try displaying relevant ones.

Idea ???

Those are the 2 high value things that I would like on the admin. If there is anything else you'd like to add, go for it (but totally optional).

@0x213F 0x213F added the good first issue Good for newcomers label May 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants