itsadityagupta / track-job-applications

A CLI application to track job applications and provide relevant metrics on them.
https://pypi.org/project/track-job-applications/
MIT License
2 stars 2 forks source link

[FEATURE] Add a flag to view all shortlisted applications #47

Open itsadityagupta opened 1 year ago

itsadityagupta commented 1 year ago

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.

Additional context NA