grandnode / grandnode2

Open-Source eCommerce Platform on .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, LiteDB & Vue.js
https://grandnode.com/
GNU General Public License v3.0
1.05k stars 431 forks source link

Refactoring Template Handling - Implementing Plugin-like Mechanism #453

Closed KrzysztofPajak closed 7 months ago

KrzysztofPajak commented 7 months ago

Issue Description

Currently, our template handling system relies on a Themes directory, which limits flexibility and scalability. There is a need to revisit this approach and shift to a more modular and dynamic mechanism.

Proposed Changes

Benefits

Considerations