Skip to content

Add a global file hierarchy level #4

@emirror-de

Description

@emirror-de

Motivation
Currently only two file hierarchy level exist, modules and pages. If resources need to be shared throughout a whole website, it would be required to either symlink or copy them from another page level. This creates massive overhead in disk space and a significant amount of work for the developer.

Desired solution
Introducing a global file hierarchy level that is automatically shared throughout all pages.

Code examples/public API

pub enum Level {
    Core,
    Module,
    Page,
    Global, // maybe another name would be more appropriate?
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    approvedThis issue is ready to be worked onenhancementNew feature or request

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions