Commit Graph

10 Commits

Author SHA1 Message Date
0b571c1c07 SQL table-based auth
The auth is now done against the table in the db
instead of hard-coded values
2025-03-17 10:14:04 +05:30
3acbb85b08 refactor: Modularize attribute class definitions
- Split `definitions/attribute.py` into separate files under `definitions/attributes/`.
- Added `__init__.py` for simplified imports.
- Improved code organization and maintainability.
2025-03-14 11:32:03 +05:30
bd0c1b2232 Introduced sets in config validation 2025-03-04 12:27:20 +05:30
783c25d0ad Modularized models.py 2025-03-03 16:04:59 +05:30
346c1db607 Improved attribute definitions 2025-02-25 16:02:11 +05:30
8c4ae8dd88 Adjusted to new class defs and config format 2025-02-23 00:28:10 +05:30
0b58ac5d27 Continue refactoring Attribute classes 2025-02-19 16:08:10 +05:30
487e0fc720 Moved SQL config to config file 2025-02-13 04:23:02 +05:30
1e01c4f144 Updated models.py to use the config! 2025-02-12 02:15:25 +05:30
bf0298e342 More modularity 2025-02-12 00:15:53 +05:30