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

[BUG] Strings for Status column are case-sensitive #38

Closed itsadityagupta closed 2 years ago

itsadityagupta commented 2 years ago

Describe the bug The string values for the Status column are case-sensitive.

Expected behaviour The string values for the status column should be case-insensitive.

itsadityagupta commented 2 years ago

Enum is used in place of string for the Status column in #32. Hence, issues with string case sensitivity won't arise now.