Skip to content
This repository was archived by the owner on Mar 12, 2026. It is now read-only.
This repository was archived by the owner on Mar 12, 2026. It is now read-only.

Add a "new" notification when new videos/literature are released #60

Description

@Jaeiya

The menu should be able to display if a new video or literature document has come out. The way we're currently authenticating users could be appended with the latest video information.

Problem

Currently there is no way to detect changes to our dynamic content; this is because all changes to dynamic content are handled by the build process, not the server.

Solution

In order to provide a means for the server to track changes, we need the build process to create a document that explicitly describes these changes when content is updated. Unfortunately, this will rely on a new way to build our static files, which will be addressed in #47. During the re-building of that process, we can then start to explore the most efficient way to compile changes for the server to consume.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

feature:majorA major feature to be added.scope:UI/UXIssues pertaining to the users experience.scope:engineeringRequires build process or underlying dep code changes.

Type

No type

Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions