#220 Customize Messages view in the Admin interface
Closed: complete 4 years ago by jflory7. Opened 5 years ago by anasustic.

Summary

Customize Messages view in admin.py for the Admin interface.

Background

Messages appear as a list of individual records, indentified by the string created with the Message's model __str__() method which is the identifier, and linked to detailed views/forms for editing. Fields in the detailed Messages view/form appear listed in the same order as defined in the model.

Details

For the Messages list view, we could display the sender_name, receipient_name, status and identifier.
For the Messages list filter we could include status and maybe sender_approved_public and receipient_approved_public fields.
For the Messages detailed view we could organize the fields in sections for:
- Sender,
- Receiver,
- Message,
- Status and the identifier,
and maybe organize some Boolean fields (ie. Sender named, Sender approved public, Sender approved public named, ...) horizontally.

Outcome

This would make it easier to approve new Messages.


Metadata Update from @jflory7:
- Issue priority set to: waiting on assignee (was: awaiting triage)
- Issue tagged with: PASSED, difficulty - medium, good first issue, help wanted, improvement, type - frontend

5 years ago

Metadata Update from @jflory7:
- Custom field Requirement # adjusted to 10

4 years ago

Metadata Update from @shraddhaag:
- Issue assigned to shraddhaag

4 years ago

I have filed PR #240 addressing this issue. @jflory7 Please let me know if the categorisation makes sense or if I need to modify it.

Metadata Update from @jflory7:
- Issue close_status updated to: complete
- Issue status updated to: Closed (was: Open)

4 years ago

Metadata Update from @jflory7:
- Issue set to the milestone: Summer Coding 2019: phase 1

4 years ago

Metadata Update from @jflory7:
- Custom field Requirement # reset (from 10)

4 years ago

Login to comment on this ticket.