Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 495 Bytes

TODO.md

File metadata and controls

9 lines (8 loc) · 495 Bytes

PyPPMS Development ToDos

  • explain cache setup for a production scenario (cache_users_only and regular explicit cache refreshes for example)
  • all methods returning a list of user objects (get_group_users, get_admins, ...) should be refactored to return a dict with those objects instead, having the username ('login') as the key.
  • run tests in a true offline environment and validate they're working
  • find a better solution than hard-coding a system ID in test_ppms.__SYS_ID__