sonaalPradeep / arxiv-telegram-bot

0 stars 1 forks source link

Move categories and subject codes to Redis #27

Open sonaalPradeep opened 2 years ago

sonaalPradeep commented 2 years ago

Currently, we have enum classes to store the subject codes and categories. But this was made with the assumption that one subject has only one category code, which is not the case for Physics. Instead of rewriting the enum classes, we can move these mappings to Redis.

Depends on #10