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/27 14:31:00 UTC

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

     [ https://issues.apache.org/jira/browse/AIRAVATA-2698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcus Christie updated AIRAVATA-2698:
--------------------------------------
    Description: 
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


  was:
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



> 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
>            Priority: Major
>
> 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)