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

Improve how posts look in the admin #36

Open
terrameijar opened this issue Feb 9, 2024 · 5 comments
Open

Improve how posts look in the admin #36

terrameijar opened this issue Feb 9, 2024 · 5 comments
Labels
backend Backend related tasks and issues good first issue Good for newcomers

Comments

@terrameijar
Copy link
Collaborator

The way posts are rendered in the Django Admin does not provide any helpful information about the post or its author. Change how the Admin displays the post information. We can display the post author's username when the post was created and a few characters of the post body. This is a straightforward change that can be made by adding a __str__() method to the Post Model.

This is what we currently have:
image

We want to have something like this:

image

@terrameijar terrameijar added good first issue Good for newcomers backend Backend related tasks and issues labels Feb 9, 2024
@terrameijar terrameijar added this to the Initial Go-Live milestone Feb 9, 2024
@terrameijar
Copy link
Collaborator Author

This issue depends on PR #8 getting merged.

@code-master-ajay
Copy link
Contributor

Hi @terrameijar, i would like to take this up, can you merge the PR #8 , so this can be done ?

@terrameijar
Copy link
Collaborator Author

terrameijar commented Feb 12, 2024

@code-master-ajay thanks for offering to take it up. This issue is blocked by #8. Once @mpumzee reviews and merges PR #38 you can take it up.

@terrameijar
Copy link
Collaborator Author

Hi @code-master-ajay , #8 was merged recently so you can now take this task on.

@code-master-ajay
Copy link
Contributor

@terrameijar sure thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Backend related tasks and issues good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants