View users - added sort and filter functions - #89
Closed
davidmtacc wants to merge 10 commits into
Closed
Conversation
List users
Authentication commented out for testing. Removing comments
….css Co-authored-by: sophia-massie <96220951+sophia-massie@users.noreply.github.com>
Co-authored-by: sophia-massie <96220951+sophia-massie@users.noreply.github.com>
Added organization dropdown using organizations from table but removing duplicates from dropdown list. Amended db query to orderby orgs Fixed column heading Role ID
wesleyboar
added a commit
that referenced
this pull request
Aug 3, 2026
## Overview Use latest Google Search styles for TUP. ## Related - #555 - #557 - #554 ## Changes - **updated** snippet markup ## Testing 1. [TACC search](https://tacc.utexas.edu/search/?q=test) renders like [Texas CTRN search](https://texasctrn.org/search/?q=test). 1. [Snippet #89](https://tacc.utexas.edu/admin/djangocms_snippet/snippet/89/change/) content matches this diff. ## UI Skipped.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Added filter to table by organization and made sorted dropdown list alphabetically. Also sorted entire table by organization
…
Related
…Changes
added javascript to order both filter dropdown list and table by organization alphabetically.
…
Testing
UI
…