Skip to content

Implement unique post ids on join links #35

@teauxfu

Description

@teauxfu

Currently, we are reusing the markdown file name as the slug for the post. This is nice because uniqueness is kind of enforced by default by the file system.

Yeah, we should make a source for specific articles. Could just be source=article20251020 or something

We will have various links to the join DSA page across our site, and for data tracking purposes it would be nice to have a unique referral link on each of those so we would be able to detect if a certain post yielded a certain amount of interaction.

We could handle this manually by convention and just kinda type it in on each page. That would be the simplest solution. Writing a custom Svelte component to render that automatically from the current URL would also be an option but somewhat more complex.

Whatever we choose, let's just document it so that there's a clear / consistent process for future posts

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions