Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjustments to the table of applicants #65

Open
tamuri opened this issue Nov 16, 2024 · 2 comments · May be fixed by #67
Open

Adjustments to the table of applicants #65

tamuri opened this issue Nov 16, 2024 · 2 comments · May be fixed by #67
Assignees
Labels
enhancement New feature or request

Comments

@tamuri
Copy link
Collaborator

tamuri commented Nov 16, 2024

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
@tamuri tamuri added the enhancement New feature or request label Nov 16, 2024
@shiyingwucl
Copy link
Collaborator

When truncating the applicant names, how many characters/words should be displayed before omitting the rest with ellipses?

@tamuri
Copy link
Collaborator Author

tamuri commented Nov 21, 2024

Show 15 characters, truncate the rest.

@shiyingwucl shiyingwucl linked a pull request Nov 22, 2024 that will close this issue
@shiyingwucl shiyingwucl linked a pull request Nov 22, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants