Slurm-web
Slurm-web copied to clipboard
Refactor User class python code
The User class has really too many static methods, which generally means the class have not been defined properly: https://github.com/edf-hpc/slurm-web/blob/master/rest/auth.py#L90
Maybe an LDAP class or something would help.
Anyway, this really has to be rewritten with a good factoring.