Skip to content

feat: reorder activity table columns#760

Merged
anonymoususer72041 merged 1 commit into
opencats:masterfrom
anonymoususer72041:feat/reorder-activity-table-columns
May 30, 2026
Merged

feat: reorder activity table columns#760
anonymoususer72041 merged 1 commit into
opencats:masterfrom
anonymoususer72041:feat/reorder-activity-table-columns

Conversation

@anonymoususer72041
Copy link
Copy Markdown
Contributor

Summary

Reorders the columns in activity tables on detail pages to improve readability.

The previous order placed secondary metadata before the main activity context. This PR moves the "Regarding" column closer to the activity type and moves "Entered By" further to the right.

For company detail pages, the new order is:

Date | Type | Regarding | Contact | Notes | Entered By | Action

For candidate and contact detail pages, which do not have a separate Contact column, the new order is:

Date | Type | Regarding | Notes | Entered By | Action

Motivation

Activity lists are easier to scan when the primary context appears early in the row. Placing "Regarding" directly after "Type" makes it clearer what the activity refers to before showing notes or audit metadata.

The "Entered By" column is still available, but it is less central to quickly understanding the activity itself, so it now appears closer to the action column.

@RussH RussH self-requested a review May 26, 2026 14:25
@RussH
Copy link
Copy Markdown
Member

RussH commented May 26, 2026

@anonymoususer72041 before merge, this branch needs resolving conflicts in:

modules/candidates/Show.tpl
modules/companies/Show.tpl
modules/contacts/Show.tpl

Once those conflicts are resolved, I’m happy to merge.

@anonymoususer72041 anonymoususer72041 force-pushed the feat/reorder-activity-table-columns branch from ebd675d to a55b9b6 Compare May 30, 2026 12:36
@anonymoususer72041 anonymoususer72041 merged commit a719359 into opencats:master May 30, 2026
3 checks passed
@anonymoususer72041 anonymoususer72041 deleted the feat/reorder-activity-table-columns branch May 30, 2026 12:46
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.

2 participants