Skip to content

Add bookmarking#3

Open
JeffreyWay wants to merge 2 commits intomainfrom
feature/bookmarking
Open

Add bookmarking#3
JeffreyWay wants to merge 2 commits intomainfrom
feature/bookmarking

Conversation

@JeffreyWay
Copy link
Contributor

This should be all you need

@JeffreyWay
Copy link
Contributor Author

@claude Change PostBookmark to simply Bookmark and then update related files as needed.

@claude
Copy link

claude bot commented Jan 9, 2026

Claude finished @JeffreyWay's task in 1m 58s —— View job


Task: Rename PostBookmark to Bookmark

Checklist

  • Read current files to understand structure
  • Rename PostBookmark model to Bookmark
  • Rename PostBookmarkFactory to BookmarkFactory
  • Update migration to use bookmarks table name
  • Update all class references and namespaces
  • Commit and push changes

Summary

Successfully renamed PostBookmark to Bookmark across all related files:

Changes made:

  • app/Models/PostBookmark.phpapp/Models/Bookmark.php with class renamed
  • database/factories/PostBookmarkFactory.phpdatabase/factories/BookmarkFactory.php with class renamed and model reference updated
  • database/migrations/2026_01_09_200634_create_post_bookmarks_table.phpdatabase/migrations/2026_01_09_200634_create_bookmarks_table.php with table name changed from post_bookmarks to bookmarks

All changes have been committed and pushed to the feature/bookmarking branch.

--- |

- Renamed PostBookmark model to Bookmark
- Renamed PostBookmarkFactory to BookmarkFactory
- Updated migration to create bookmarks table instead of post_bookmarks
- Updated all class references and imports

Co-authored-by: Jeffrey Way <JeffreyWay@users.noreply.github.com>
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

Successfully merging this pull request may close these issues.

1 participant