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

Story: Go Link Valid URL Check #65

Open
14 tasks
joebaillie21 opened this issue Oct 20, 2023 · 0 comments
Open
14 tasks

Story: Go Link Valid URL Check #65

joebaillie21 opened this issue Oct 20, 2023 · 0 comments
Labels
api auth.js Issues involving Auth.js authentication front-end

Comments

@joebaillie21
Copy link
Contributor

joebaillie21 commented Oct 20, 2023

Go Link Valid URL Check

As a user logged in as an officer, I want to have my link authenticated before it’s posted to the site so that dead links aren’t posted.

Associated Epic: Go LInks

Definition of Done

  • Acceptance criteria defined
  • Solution tasks specified
  • Feature branch created
  • Unit tests written (on API code only for now)
  • Solution passes full suite of unit tests
  • Design documents updated if needed
  • Pull request created
  • Code is reviewed
  • Code is merged to develop branch
  • Tests pass on CI
  • Deployed to staging environment
  • Acceptance criteria is met

Acceptance Criteria

  • Given I post a valid link, when the API creation command is run, then I am given a confirmation that the link is valid and it is posted to the site.
  • Given I post an invalid link, when the API creation command is run, then I am given an error and told the link returned a specified error code.

Solution Tasks

@2nPlusOne 2nPlusOne added auth.js Issues involving Auth.js authentication and removed optimization labels Oct 21, 2023
@crazyforMcCafe crazyforMcCafe changed the title Story: Go Link Authentication Story: Go Link Valid URL Check Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api auth.js Issues involving Auth.js authentication front-end
Projects
None yet
Development

No branches or pull requests

2 participants