PARINetwork / pari

Django/Wagtail based PARI webapp
http://ruralindiaonline.org
BSD 3-Clause "New" or "Revised" License
37 stars 11 forks source link

Choose the type of child page automatically from the type of the page from which it is created #213

Open jemjoseph opened 7 years ago

jemjoseph commented 7 years ago

As an admin adding content to the PARI website from the CMS I want the type of child pages created to be set automatically to the type of the page from which it is created So that I do not have to manually perform the extra step of selecting the page type

Overview: From the CMS the admin user is allowed to create child pages to any of the pages on the website. Currently, when a child page is created the admin user is required to choose the type of the page. Refer the below screen shot of the current screen. example

This extra step is unnecessary, because when a user is creating a child page to any of the pages on the website the child page will always be of the same type. For e.g., when a user creates a child page to a page in Faces, the child page also will always be a Faces page.

This story deals with removing the extra step to select the type of the child page and creating a child page of the same type as that of the page from which it is created whenever a user decides to do so.

In Scope:

Out of scope:

Acceptance Criteria Given that I am editing the content of the PARI website using the CMS When I create a child page for any of the pages of the website Then I should not be required to select the type of the child page to be created

Given that I am editing the content of the PARI website using the CMS When I create a child page for any of the pages of the website Then the child page should be created with the same type (Article, Album, faces etc) as the page from which it is created