Skip to content
Sergio Oliveira edited this page Sep 7, 2015 · 13 revisions

#TODO

  • STARTED [#66] colab-admin task that generates plugins structures (similar to django-admin startapp)
  • reimplement the way TEMPLATE_DIRS and STATICFILES_DIRS are set (it should be done like MIDDLEWARE_CLASSES and TEMPLATE_CONTEXT_PROCESSORS)
  • move super_archives to an external plugin
    • decouple search from super_archives
    • decouple accounts from super_archives
    • decouple dashboard from super_archives
    • rename whatever is needed and move to external repo
  • implement widgets architecture
  • reduce duplicated code between plugins using django helpers
  • remove namespace from plugin's configuration file. It should be set by the plugin itself
  • add coverage for plugin
    • Gitlab
    • Mezuro
    • Noosfero
  • need to create a locale dir in external plugins to generate *.po
  • fetch plugin data does not log erros when fails
  • implement generic feed support using plugin data
  • implement generic API support using plugin data
Clone this wiki locally