As a user, I want advanced features in my post like pictures and reaction content. - [ ] Add a PostPicture.java class to indicate pictures that are associated with a given Post.java. - [ ] Add fields to posts that associate users who have liked a given post. - [ ] Create columns in the posts database to show reaction content to a post. - [ ] Add a PostReply.java class which are the associated replies or comments made on a given Post. - [ ] Add a List to Post which holds PostReplys. - [ ] Add mappings to the back-end to retrieve Post data from the database. Points: 9
As a user, I want advanced features in my post like pictures and reaction content.
Points: 9