Skip to content

As a user, I want advanced features in my post like pictures and reaction content. #5

Description

@theoliverlear

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions