From 7958f07bc093d472c7d6233ab5b2735eb30a3a9f Mon Sep 17 00:00:00 2001 From: Annika Date: Thu, 7 May 2026 02:47:58 -0700 Subject: [PATCH] init --- OBJECTIVES | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 OBJECTIVES diff --git a/OBJECTIVES b/OBJECTIVES new file mode 100644 index 0000000..3ad6c72 --- /dev/null +++ b/OBJECTIVES @@ -0,0 +1,23 @@ +objectives + +/ - main blog page +/admin - admin console +will use passkeys for authentication (SimpleWebAuthn) +/post/post-name - retrieves a specific post (permalink) + +api +fetch - fetch a post or posts +can specify specific post, last n, or n through main +update - update a post +delete - delete a post +create - create a post +register - registers a new user (passkey) +login - logs in using passkey + +post data structure +body - in BBcode? or HTML? probably just html for now +author +date +name +shortname +permalink