TODO 1.2 KB

1234567891011121314151617181920212223242526272829303132
  1. Bugs and new features:
  2. ----------------------
  3. See http://bugs.debian.org/tracker.debian.org for almost everything.
  4. Refactoring:
  5. ------------
  6. * Create a generic task downloading data from an URL and transforming it
  7. into action items.
  8. * Handle octicons through a template tag which ensures we have proper
  9. fallback for screen readers and text-mode (non CSS-aware) browsers.
  10. cf #753800
  11. * Template tag for bootstrap pagination widget.
  12. Misc possible enhancements:
  13. ---------------------------
  14. * Add a subscriber count on each package page (and put
  15. subscription-related actions in the same panel).
  16. * Paul Wise's input: https://lists.debian.org/debian-qa/2014/07/msg00092.html
  17. * Codebase is Python 3 compatible but some optional dependencies need to
  18. be ported:
  19. - python-soappy => switch to pysimplesoap
  20. - python-ldap => replace LDAP access with nm.d.o REST api, cf #797223
  21. * Re-enable a smarter clickjacking protection: only activate it when the
  22. page is rendered for a logged in user and allow callers to pass a
  23. "anonymous=1" parameter that will force render the web page as if
  24. the user was not authenticated. This requires writing a dedicated
  25. Middleware.
  26. Bootstrap 4 port
  27. ----------------
  28. * replace panel by card