UCL-ARC / shortlister

0 stars 0 forks source link

`?` key should show key options for current view #20

Closed tamuri closed 3 weeks ago

tamuri commented 1 month ago

For all view, the ? key should display all the possible options available for the user.

e.g.

Shortlist for test_role loaded:
10 applicants found

r: Role  a: Applicants

List of applicants for test_role:
1. Emma Jones

b: Boot message  d: Applicant details

Please enter the applicant number:1
Details for Emma Jones:
CV Path: test_role/Emma_Jones_16743_Candidate_Pack.pdf
Scores: {}

q: Applicants  b: Boot message  o: Open PDF

Idea: the description of the function could be taken from the function's docstring, which is available at runtime with my_function.__doc__