Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature-2 Create the ability to create a post #2

Open
15 tasks
Sam-Castaneda13 opened this issue Sep 30, 2024 · 0 comments
Open
15 tasks

Feature-2 Create the ability to create a post #2

Sam-Castaneda13 opened this issue Sep 30, 2024 · 0 comments

Comments

@Sam-Castaneda13
Copy link
Owner

Sam-Castaneda13 commented Sep 30, 2024

πŸ’° Motivation

If the user would like to make a post to the website for all others to see

πŸ“ Plan

Allow users to create a post.

πŸ–ΌοΈ Wireframes

Will be back to fix this.

βœ… Task List

  • Add a button that to open the create the post page:
    • Add a route to open up the create post page.
  • The Create post page should contain:
    • A input box to accept photo URL links to upload an image (not required to post)
    • The image entered into the photo URL input should appear underneath the input box
    • A input box to accept the text for the post (Text is required to post)
  • When user selects cancel button
    • when user selects cancel button it will reset form and route back to homepage
  • When user selects the post button:
    • Will send the text to the database and the photo URL if it is entered into.
    • Will add the post to the user's page and post it onto the the home page of the website
    • Will reroute back to the homepage.
  • Remove all CSS styling that had no affect or was otherwise unnecessary.
  • Test all functionality again in a private browsing session.
  • Fix all errors.
@Sam-Castaneda13 Sam-Castaneda13 changed the title Issue-2 Create the ability to create a post Feature-2 Create the ability to create a post Sep 30, 2024
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

No branches or pull requests

1 participant