Skip to content

Search Bar Integration with ApplicationTable Component#156

Merged
SamNie2027 merged 9 commits intomainfrom
bg-123-searchbar-functionality
Mar 15, 2026
Merged

Search Bar Integration with ApplicationTable Component#156
SamNie2027 merged 9 commits intomainfrom
bg-123-searchbar-functionality

Conversation

@bodhiYG
Copy link
Copy Markdown

@bodhiYG bodhiYG commented Feb 4, 2026

ℹ️ Issue

Closes

📝 Description

Implemented searchbar functionality to be compatible with the ApplicationTable component

Briefly list the changes made to the code:

  1. Replaced placeholder data in root.tsx with ApplicationTable component
  2. Added searchbar functionality to ApplicationTable component

✔️ Verification

image

ostepan8 and others added 4 commits January 27, 2026 13:28
added search bar
added next and previous buttons
added filtering with search bar
added dummy data to simulate searching
Copy link
Copy Markdown
Collaborator

@rayyanmridha rayyanmridha left a comment

Choose a reason for hiding this comment

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

Great progress so far! I have some changes that I listed below.

Comment thread apps/frontend/src/components/ApplicationTable.tsx Outdated
Comment thread apps/frontend/src/components/ApprovedCard.tsx Outdated
Comment thread apps/frontend/src/containers/test.tsx Outdated
Comment thread apps/frontend/src/components/TableSearchBar.tsx
@bodhiYG
Copy link
Copy Markdown
Author

bodhiYG commented Feb 16, 2026

I renamed our 'Searchbar' component to 'TableSearch' to not confuse it with the NavBar component. I also got rid of 'React.FC' on all the components

@bodhiYG
Copy link
Copy Markdown
Author

bodhiYG commented Feb 16, 2026

Also deleted test.tsx

Copy link
Copy Markdown
Collaborator

@rayyanmridha rayyanmridha left a comment

Choose a reason for hiding this comment

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

Everything looks great! Just remove the requested changes from the files and we should be good to merge.

Comment thread apps/backend/src/disciplines/discplines.constants.ts Outdated
Comment thread .github/workflows/ci-cd.yml Outdated
Copy link
Copy Markdown
Collaborator

@rayyanmridha rayyanmridha left a comment

Choose a reason for hiding this comment

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

Everything looks great! Just remove the requested changes from the files and we should be good to merge.

@bodhiYG bodhiYG force-pushed the bg-123-searchbar-functionality branch from f2987bf to 2a4e77f Compare March 11, 2026 22:55
Comment thread apps/backend/src/disciplines/discplines.constants.ts Outdated
@SamNie2027 SamNie2027 merged commit 0545dce into main Mar 15, 2026
4 checks passed
@SamNie2027 SamNie2027 deleted the bg-123-searchbar-functionality branch March 15, 2026 22:34
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.

Admin-view Dashboard: Add 'Search' Bar at top and 'previous', 'next', and page number components

4 participants