Add a Position card (fixed) into department Portal#652
Open
fritzj2 wants to merge 15 commits into
Open
Conversation
This reverts commit 3e5a529.
zhytkovd
self-requested a review
July 20, 2026 20:33
MImran2002
requested changes
Jul 21, 2026
MImran2002
left a comment
Contributor
There was a problem hiding this comment.
needed to create test
| </span> | ||
| </div> | ||
| <div class="media-body media-middle"> | ||
| <h1>Positions</h1> |
| </li> | ||
| {% endfor %} | ||
| {% if (positions | length) > 7 %} | ||
| </ul><p class="card-text">and {{ (positions | length) - 7}} more...</p> |
…nts and improved test suite.
…strant. (The constraint was stopping multiple of the same revision dates from exisiting.) Added empty docstring to fill in future commit in test suite.
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.
Issue Description
Fixes issue #604
Additions
positionHistory Positionsand their WLS leveldepartmentPortal.csshandles all of the styling for the cards.getPositions.pyto handle the logic of getting positionsAdditions (7/22/2026)
Changes
migrate_db.shcontains an extra line to accommodate the positionHistory being added to the table.positionHistory.pycontains 1 extra line that now contains thepositionTitleposUrlhas been changed toposURLTesting
demo_data.py.positionHistorydata within it.