Adding the Manage Members Page#649
Conversation
|
I added tests for the new Manage Members helper logic. The tests cover the smaller helper functions separately so the behavior is easier to verify and debug:
I marked the database-dependent tests with All tests in |
| @@ -0,0 +1,90 @@ | |||
| {% extends "base.html" %} | |||
There was a problem hiding this comment.
this page shouldn't even be here outside your issue scope
| <br> | ||
| <div style="position: relative; z-index: 1;" id="sortOptions"> | ||
| <div class="container-fluid" style="margin-bottom: -40px; float: right;"> | ||
| <div class="container-fluid" style="margin-bottom: 15px; float: right;"> |
There was a problem hiding this comment.
we revert this as this is beyond the scope.
| @@ -0,0 +1,67 @@ | |||
| #!/bin/bash | |||
There was a problem hiding this comment.
we don't create new scripts for the database, this is outside of your scope
|
|
||
| cd database; | ||
|
|
||
There was a problem hiding this comment.
we can remove those spaces.
| .width-12{ | ||
| width:12%; | ||
| } | ||
|
|
There was a problem hiding this comment.
these codes are outside of your issue scope
| students = STUDATA.query.filter(STUDATA.ID.like(bnum_search)).all() | ||
| return students | ||
|
|
||
| def getSupervisorsFromBNumberSearch(self, bnum_part: str): |
…dentSoftwareDevTeam/lsf into Bright_Artem_manage_people
…dentSoftwareDevTeam/lsf into Bright_Artem_manage_people
…dentSoftwareDevTeam/lsf into Bright_Artem_manage_people
We have added the Manage Members page, which can be accessed through the Members card on the Department Portal.
WHAT'S WORKING:
WHAT'S NOT WORKING: