djaodjin / djaodjin-saas

Django application for software-as-service and subscription businesses
Other
564 stars 124 forks source link

plans tab on subscribers page #171

Closed knivets closed 5 years ago

smirolo commented 5 years ago

Adding plans inside the container does not help users that decide to build different pages than the default theme. It seems to me the vue.js component #subscribers-list-container should be broken up in multiple tab components instead of copy/pasting code around, or abstracted like #metrics-container so that the tables are not hardcoded in the component.

smirolo commented 5 years ago

Resolution: update the djaodjin-saas templates so they use the new components.

knivets commented 5 years ago

This one should be ready to be merged.