Skip to content

feat(audit): audit report list view with django-tables2#1157

Open
calellowitz wants to merge 1 commit intoce/audit-generationfrom
ce/audit-list
Open

feat(audit): audit report list view with django-tables2#1157
calellowitz wants to merge 1 commit intoce/audit-generationfrom
ce/audit-list

Conversation

@calellowitz
Copy link
Copy Markdown
Collaborator

@calellowitz calellowitz commented May 3, 2026

Product Description

https://dimagi.atlassian.net/browse/CCCT-2271

This implements the audit list page, showing each generated audit and its status.

Empty page
Screenshot from 2026-05-01 18-29-25

With pending audits
Screenshot from 2026-05-03 14-14-38

Technical Summary

It is a simple django table using the models generated by the celery task from #1156

Safety Assurance

Safety story

tested locally, no changes to existing behavior

Automated test coverage

new behavior has tests

QA Plan

will be QAed as part of full audit QA

Labels & Review

  • The set of people pinged as reviewers is appropriate for the level of risk of the change

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
RequestConfig(request, paginate={"per_page": DEFAULT_PAGE_SIZE}).configure(table)

path = [
{"title": "Opportunities", "url": reverse("opportunity:list", args=(org_slug,))},
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: Translations for the breadcrumb text.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants