You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@airavata.apache.org by "Marcus Christie (JIRA)" <ji...@apache.org> on 2018/02/26 21:44:00 UTC

[jira] [Created] (AIRAVATA-2698) Django: django app switcher in the navigation header

Marcus Christie created AIRAVATA-2698:
-----------------------------------------

             Summary: Django: django app switcher in the navigation header
                 Key: AIRAVATA-2698
                 URL: https://issues.apache.org/jira/browse/AIRAVATA-2698
             Project: Airavata
          Issue Type: Bug
            Reporter: Marcus Christie
            Assignee: Marcus Christie


Implement a way to switch between different Django apps in the header.

TODO
* [ ] put the [app registry|https://docs.djangoproject.com/en/2.0/ref/applications/#application-registry] into a context processor
* [ ] put the [resolver_match|https://docs.djangoproject.com/en/2.0/ref/request-response/#django.http.HttpRequest.resolver_match] into a context processor
* [ ] create a AppConfig subclass that defines a url_app_name property that is meant to match the url app_name
* [ ] use this information to create a dropdown in the header




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)