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

review page feedback #107

Merged
merged 3 commits into from
Jan 6, 2021
Merged

review page feedback #107

merged 3 commits into from
Jan 6, 2021

Conversation

jasalisbury
Copy link

Description of change

  • The url resource now shows up in activity reports review page
  • Add openapi route for the approvers endpoint. Held off on adding a route for submit until it is fully implemented
  • Removed old fake data from the review page (additional notes and approving managers are now blank)
  • Removed Dumbeldore as an approver as he has no "name". Added another
    approver to the fake data

How to test

  1. Pull down new changes
  2. Check the approvers field for appropriate data
  3. Fill in the Resources used field in topics and resources and make sure it shows up on the review page
  4. Load up the swagger docs by browsing to localhost:5000

Issue(s)

Checklist

  • Meets issue criteria
  • Code tested
  • Meets accessibility standards (WCAG 2.1 Levels A, AA)
  • Documentation updated

 * The url resource now shows up in activity reports review page
 * Add openapi route for the `approvers` endpoint. Held off on adding a
route for submit until it is fully implemented
 * Removed old fake data from the review page (additional notes and
approving managers are now blank)
 * Removed dumbeldore as an approver as he has no "name". Added another
approver to the fake data
@jasalisbury jasalisbury requested a review from rahearn January 5, 2021 23:58
schema:
type: array
items:
$ref: '../../index.yaml#/components/schemas/approvingUser'
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd like for a better solution for these relative links, seems like they could potentially get pretty unwieldy

Copy link

@rahearn rahearn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good 🎉

@jasalisbury jasalisbury merged commit 91ce814 into main Jan 6, 2021
@jasalisbury jasalisbury deleted the js-review-page-feedback branch January 6, 2021 16:02
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

Successfully merging this pull request may close these issues.

2 participants