Skip to content

Paging issue#1675

Merged
ojmakinde merged 17 commits into
developmentfrom
pagingIssue
Mar 6, 2026
Merged

Paging issue#1675
ojmakinde merged 17 commits into
developmentfrom
pagingIssue

Conversation

@bakobagassas

@bakobagassas bakobagassas commented Feb 16, 2026

Copy link
Copy Markdown
Contributor

Paging issue

Fixes #1656

  • Arrange the flow of the list in volunteer details when RSVP is unchecked. Here, for instance, Joyce's details appear on the third page, as she is the only person listed. So logically, she should be appearing on the first page. Which means whenever these checkmarks are done the page should reconsolidate the data and repopulate them to fit the filter that is there like 50-100.

Changes

  • Changed mainly the JavaScript file
  • Now we are not anymore manually hiding table rows when checkboxes were unchecked but we use the DataTables custom filtering
  • Removed Duplicate DataTable Initialization

Now joyce appears on the first page when RSVP unchecked
image

Testing

  • Go to events page
  • Change to the fall 2025 term
  • go to Bonner Scholars tab
  • Click on the only event there
  • Click on volunteer details
  • You can check and uncheck the RSVP box

Comment thread app/templates/events/volunteerDetails.html Outdated
@github-actions

github-actions Bot commented Mar 6, 2026

Copy link
Copy Markdown

View Code Coverage

@ojmakinde ojmakinde left a comment

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.

LGTM. Fixes the bug fairly elegantly with datatable sorting.

@ojmakinde ojmakinde dismissed JohnCox2211’s stale review March 6, 2026 19:14

Feedback implemented

@ojmakinde ojmakinde merged commit ce79bf6 into development Mar 6, 2026
5 checks passed
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.

Inconsistencies in Volunteer Details table

4 participants