AZholtkevych
AZholtkevych
Notes: - Templates should be rendered by calling the `render_template` lifecycle since apps may apply transformations before rendering it. - Cache - Limit (default and/or configurable) Ref: * https://www.rfc-editor.org/rfc/rfc4287 *...
VERSION 0.1.0 Beacon - [ ] Components and Pages: User-defined function components BeaconCMS/beacon/issues/84 - [ ] Route and Resource Loading: Add function components to blueprint components BeaconCMS/beacon/issues/341 - [ ]...
Generate robots.txt for sites. Each site will have its own robots.txt which must be resolved dynamically by adding a route `/robots.txt` to https://github.com/BeaconCMS/beacon/blob/7790eb72769a026c0bdfc3167aab394a9b73ce91/lib/beacon/router.ex#L79 A request to that route should call...
Add the ability of stop serving a page publicly. In order to do so, it's necessary to: - [Remove the page](https://github.com/BeaconCMS/beacon/blob/cbe3bf7445cc559c96310593105e710366ed2cea/lib/beacon/router.ex#L204) entry from the ETS table - [Unload](https://github.com/BeaconCMS/beacon/blob/cbe3bf7445cc559c96310593105e710366ed2cea/lib/beacon/loader.ex#L166) the page...
As a PO, I would like to download assets from CDN to local database and use them
As a PO, I would like to store assets in local user database
As a PO, I would like to have telemetry inside the BeaconCMS for the internal use. Events used for buttons, links, etc. must be helpful in case of analytics and...
As a PO I would like to plan Q2 initiatives for the BeaconCMS
Add filtering of assets by type to `BeaconWeb.Admin.MediaLibraryLive.Index`. Filter by all types available https://github.com/BeaconCMS/beacon/blob/7790eb72769a026c0bdfc3167aab394a9b73ce91/lib/beacon/media_library/asset.ex#L9