Skip to content
This repository was archived by the owner on May 24, 2025. It is now read-only.
This repository was archived by the owner on May 24, 2025. It is now read-only.

Ability to specify multi-level hierarchy when generating pages #21

@MichelleBlanchette

Description

@MichelleBlanchette

Right now, you can only generate one level of pages: a parent and its direct children.

It'd be ideal to allow generating multiple levels, for example:

Parent
--Child
----Sub
----Sub
--Child
--Child
----Sub

Could use JavaScript entry fields (tab to shift in, shift+tab to shift out, enter to add next).
That gets pretty complicated, though, as you think about the abilities to insert in between and remove items. It's basically Nelson Rules, though. I just need to understand working with JavaScript objects better. Nelson Rules was not made correctly because I didn't work with objects, I think.

Basically look up building a task list in JavaScript/jQuery.

This is content generator's total next level, dude. And I really don't think it'd be too difficult or take too much time. Just need to think about how the data should be posted. That is probably the most difficult part.

It's not just levels of content. They have to be connected to the right parent and such.

I just realized, too, that if you could choose an existing page or type a new page (like a select2 field) that this would basically be how you could quickly reorganize content. Each item is setting a parent page. This is kinda out of hand, though... I think reorganizing pages should only be handled in the groups details listing, not in Content Generator.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions