Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Labels API - Management APIs #43

Closed
ThisIsMissEm opened this issue Feb 25, 2025 · 1 comment
Closed

Labels API - Management APIs #43

ThisIsMissEm opened this issue Feb 25, 2025 · 1 comment

Comments

@ThisIsMissEm
Copy link
Contributor

ThisIsMissEm commented Feb 25, 2025

Basic create/update/delete APIs, delete marks the label as deprecated, rather than entirely deleting it.

Read APIs are in #44

Model is:

Column Type Description
ID uuid primary key
Slug string url slug, defaults to the title slugified
Title string Title for the label
Summary text Short description of the label
Description text Longer description of the label (markdown)
Timestamps When the label was created/updated
@ThisIsMissEm ThisIsMissEm changed the title Labelling API - Managing Labels Labels API - Management APIs Feb 25, 2025
@ThisIsMissEm
Copy link
Contributor Author

Ended up not using URL slugs for now, favoring just the primary key.

@ThisIsMissEm ThisIsMissEm mentioned this issue Mar 19, 2025
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant