Please describe your feature request in as detail as possible.
Add a flag in the ls command to view all the shortlisted applications.
Is your feature request related to a problem? Please describe.
No.
If it's related to a problem, what should happen after solving this problem
users can view all the shortlisted applications using the command track-job ls --shortlisted along with other command options.
Suggest the implementation plan for the feature. If any.
Add a typer option and use the get_shortlisted_applications function from db_handler to get the application details. Call this function from the list function in the job_tracker.py file.
Please describe your feature request in as detail as possible. Add a flag in the
ls
command to view all the shortlisted applications.Is your feature request related to a problem? Please describe. No.
If it's related to a problem, what should happen after solving this problem users can view all the shortlisted applications using the command
track-job ls --shortlisted
along with other command options.Suggest the implementation plan for the feature. If any. Add a typer option and use the
get_shortlisted_applications
function fromdb_handler
to get the application details. Call this function from thelist
function in thejob_tracker.py
file.Additional context NA