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

Issue 81 #83

Merged
merged 3 commits into from
Mar 3, 2020
Merged

Issue 81 #83

merged 3 commits into from
Mar 3, 2020

Conversation

dhakim87
Copy link
Collaborator

@dhakim87 dhakim87 commented Mar 3, 2020

Fixes #81

Looks like I missed implementing the PUT Source functionality. Had to specify which fields they could edit, so I restricted them to just source_name and source_description for now. Not sure how much of a pain it would be to specify just these fields in the yaml and everything else readonly.

Also noticed the GET on source was never updated after we added the source_description fields, so we that's in now too.

Unit tests for both.

…t return animal/environment source_description field. Added to existing unit test to check source_description is returned
@wasade
Copy link
Member

wasade commented Mar 3, 2020

Per the slack conversation, it would be pleasant to be able to update a participants email but that is a future development item.

@wasade wasade merged commit 3de2b03 into master Mar 3, 2020
@dhakim87 dhakim87 deleted the issue_81 branch April 3, 2020 21:08
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.

PUT /accounts/{account_id}/sources/{source_id} Broken?
2 participants