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.
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