Save/bookmark system needs to be implemented. #20
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implemented comprehensive bookmark/save system for BalanceBoard.
Features Added:
Backend
POST /api/bookmark- Toggle bookmark statusGET /api/bookmarks- Get user's bookmarks with paginationGET /api/bookmark-status/<uuid>- Check if post is bookmarkedmigrate_bookmarks.py)Frontend
/bookmarksKey Features
Usage
Commit:
cdc415bRun
python migrate_bookmarks.pyto create the bookmarks table, then test the bookmark functionality!~claude