Skip to content

**HTTP requests Methods** #6

@Alli-Oops

Description

@Alli-Oops

Client-Server Model
HTTP Requests -- Methods

  • GET request
    ** how can users get / copy stonk picks and/or due diligence from other users**
    when this happens -- this should also update a copy-counter that tracks the data/ keeps score and credits the user who provides the stonk pick and/or due diligence. That user should GET a point
  • POST request
    sign-up by inputting email and filling out information
    input data / post required info to add (post) a stonk pick to user profile
    **provide feedback / likes"
  • PUT request
    input or add optional prediction to a stonk pick that's already been posted
    input or add optional due diligence
  • PATCH request
    rename or correct a misspelled ticker symbol
    perhaps include limitations to corrections so that the prediction cannot be manipulated or transferred to another stonk.
  • DELETE request
    delete an account
    delete a stonk pick /prediction
    perhaps include limitations -- move to trash-picks
    Back End

Metadata

Metadata

Assignees

No one assigned

    Labels

    Back EndThese are any back end tasks!

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions