-
Notifications
You must be signed in to change notification settings - Fork 109
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
Ability to create and update comments on a story. #84
Conversation
5429021
to
717e3a3
Compare
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.
Looks good. Just the one small change.
Thanks for the contribution.
end | ||
end | ||
|
||
def create(project_id, story_id, params={}) |
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.
Can you move create
and update
into a new Endpoints::Comment
class? See Endpoints::Tasks
and Endpoints::Task
. Just trying to keep the collection and singular resource behavior together and separate.
Sure thing 👍 |
👍 |
Implements #83
Codebase is a pleasure to work in, thanks again.