-
Notifications
You must be signed in to change notification settings - Fork 0
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
18 superuser manage data #90
Conversation
…eruser-manage-data
relates #18
Codecov Report
@@ Coverage Diff @@
## master #90 +/- ##
=======================================
Coverage 22.93% 22.93%
=======================================
Files 86 86
Lines 846 846
Branches 83 83
=======================================
Hits 194 194
Misses 574 574
Partials 78 78 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a few small changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry! One last change
server/controllers/index.js
Outdated
const router = express.Router(); | ||
|
||
router.get("/locations", getLocations); | ||
router.post("/locations", addLocation); | ||
|
||
router.get("/reps/records", getSuperUserRecords); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, one last change - can you make this /reps/locations to match the other locations endpoint?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤩
relates #18
Note: the rest of the issue is blocked until the other PR is merged