mirror of
https://github.com/jordienr/zenblog.git
synced 2026-08-28 02:34:11 -05:00
1.3 KiB
1.3 KiB
To Do
Features
- [] Add PolyScale cache to Supabase for faster queries
- [] Categories
- [] Tags
- [] Featured Images
- [] Excerpts
- [] Authors
Blogs
- Create blog
- Edit blog
- Delete blog
- View blog
- View all blogs
- Make description optional
- Add emoji picker to Create Blog
- Redirect to blog after creating it
Posts
- [] See "published at" and "updated at" dates in post list
- View all posts
- Create post
- [] View post
- [] Edit post
- [] Delete post
SEO
- [] List what SEO metadata is needed for posts
- [] Add SEO metadata to blogs?
API Client
- Create API client
- Add method to fetch all posts
- Add method to fetch a single post
Invitations
- [] Create invitation
- [] Accept invitation
- [] Reject invitation
- [] Delete invitation
Members
- [] Send invitation email to join blog
- [] Add members to a blog
- [] Remove members from a blog
- [] As a member, view all posts in a blog
- [] As a member, create a post in a blog
- [] As a member, edit a post in a blog
- [] As a member, delete a post in a blog
React Components
- [] Create ZendoProvider component
- [] Create PostList component
- [] Create Post component
- [] Create ContentRenderer component
User Feedback
- [] Custom Supabase URL for API client