Members card#651
Open
BhushanSah wants to merge 16 commits into
Open
Conversation
MImran2002
requested changes
Jul 21, 2026
| @@ -0,0 +1,22 @@ | |||
| .card { | |||
| border-radius: 1rem; | |||
| overflow: hidden; | |||
Contributor
There was a problem hiding this comment.
this file could create a merge conflict just a caution
|
|
||
|
|
||
| for supervisorDepartment in supervisorDepartments: | ||
| supervisor = supervisorDepartment.supervisor |
There was a problem hiding this comment.
Supervisors may be excluded because of missing name fields
buildSupervisorDisplay() requires both FIRST_NAME and LAST_NAME. A supervisor who has a preferred name or legal name but is missing one of those fields may be removed from the displayed list completely.
There was a problem hiding this comment.
There is no first name column in the database; the firstname attribute is linked to the preferred name to legal name method, which checks either.
brightfietsop-ux
requested changes
Jul 22, 2026
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.
Description
This PR adds a Members card to the Department Portal homepage. The card gives users a quick overview of the people connected to a department by showing the assigned Labor Coordinator(s) and a preview of department members.
Fixes #603
The card is meant to provide a simple summary on the homepage, while full personnel management will remain part of Issue #605.
Changes
Notes
Testing