You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pressing a at the home screen brings up list of applicants.
Pressing t shows table of applicants with ranked criteria
Define a variable for the selected applicants' view, which would be "list" when the program starts.
t will display and toggle the selected applicants' view, switching between list and table.
So, when going the applicant's screen (either a from the home view, or q from applicant detail view), the applicants are displayed using the currently selected view: "list" or "table".
Other changes:
Truncate names if longer than 15 characters and add ellipses
Use ASCII middle dot character instead of hyphen for empty cell in table
The text was updated successfully, but these errors were encountered:
Pressing
a
at the home screen brings up list of applicants.Pressing
t
shows table of applicants with ranked criteriaDefine a variable for the selected applicants' view, which would be "list" when the program starts.
t
will display and toggle the selected applicants' view, switching between list and table.So, when going the applicant's screen (either
a
from the home view, orq
from applicant detail view), the applicants are displayed using the currently selected view: "list" or "table".Other changes:
The text was updated successfully, but these errors were encountered: