reckonsys / opensteer

Open Employee Engagement & Performance Software. Like Steer (https://www.newsteer.com/), but open-source.
https://www.reckonsys.com/
MIT License
7 stars 1 forks source link

Use ChoicesEnum Lib #19

Closed rmad17 closed 5 years ago

rmad17 commented 5 years ago

For PositiveSmallIntegerField where we are using for Choices we can use https://github.com/loggi/python-choicesenum/ . Then we can write the choices in a choices.py and the whole approach would be much cleaner. @dhilipsiva let me know what you feel.

rs-ds commented 5 years ago

I am using choices.py. But I am using the orm-choices package: https://github.com/reckonsys/opensteer/tree/master/opensteer/users

rmad17 commented 5 years ago

Yea, saw it buddy. Closing issue.