-
Notifications
You must be signed in to change notification settings - Fork 142
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
Support notifications api #913
Comments
That's indeed a good suggestion, thanks |
Yeah, I couldn't find a single java wrapper that had the notifications API |
We'll implement it soon. In the mean time, you can see how rultor is using jcabi-github and notification API: https://github.com/yegor256/rultor/blob/master/src/main/java/com/rultor/agents/github/StartsTalks.java#L85-L121 |
I'll find a developer for the task soon... |
@lthuangiang it's in your hands now, please proceed |
@GUIpsp PR was merged. Please help close this issue. Thanks |
Erm... Shouldn't atleast a single API method be implemented before closing this? |
@GUIpsp We're following Puzzle Driven Development (PDD) method which is a method used to break down this issue into smaller ones and enable implementation in parallel. After you close this issue, we will open new issues (see |
@lthuangiang I think tat @GUIpsp is right. At least some functionality should be implemented in order to close this issue |
@yegor256 Will we wait for |
I think you should add some working functionality in this ticket, and we close it. Even in PDD, something should be implemented in order to call the task done. You may leave certain open ends, but a core feature should work. |
puzzles in progress: |
@lthuangiang the task is overdue, and I have to re-assign it to someone else. Please, stop working with it immediately. In general, we're against overdue tasks, check this page |
@nathansgreen please go ahead with this task, it's yours |
@dmarkov I'm not seeing my login as a label on this issue. I totally missed this. Please assign to someone else. |
@nathansgreen someone else will help in this task, no problem at all |
@nathansgreen you're working with this issue for 13 days already... -30 added to your rating, at the moment it is: +70 |
@dpisarenko it's your task, go ahead |
If I understand correctly, we have following API calls (source: https://developer.github.com/v3/activity/notifications/ ):
Next to each call you can find the location in the code, where I would put them. @yegor256 @GUIpsp Please look at this list, the PR #985 and tell me, whether you agree with that design. Thanks! |
I think that 7-8 should use an enum rather than an interface. Other than that looks OK. |
@GUIpsp Interface
I don't see a way to put these data into an enum. |
Ah, I see. I assumed it was only for the subscribed/ignored part. should I close this issue? |
@GUIpsp No, we arent't done with the code review yet. |
@GUIpsp The PR has been merged. Unless there is reason no to do so, please close the issue. |
@dpisarenko this task is in your hands for 15 days already; -30 added to your rating, current score is: +656 |
@GUIpsp The PR has been merged. Unless there is reason no to do so, please close the issue. |
- ~~`913-dc43cb7f`/#920~~ - `920-82c5cb6b`/#952 (by Piotr Prądzyński) - `913-3f99f964`/#1045 (by ) - `913-32975020`/#1046 (by ) - `913-504d1bd2`/#1044 (by ) - `913-9c17e827`/#1041 (by ) - `913-743027ac`/#1043 (by )
The text was updated successfully, but these errors were encountered: