-
Notifications
You must be signed in to change notification settings - Fork 144
RepositoryStatistics.java:47-57: Add... #1663
Copy link
Copy link
Closed
Description
The puzzle 1660-bee81507 from #1660 has to be resolved:
jcabi-github/src/main/java/com/jcabi/github/RepositoryStatistics.java
Lines 47 to 57 in 090fbe1
| * @todo #1660:90min Add RepositoryStatistics.Smart. | |
| * Implement RepositoryStatistics.Smart and use it to retrieve repository | |
| * statistics with the following methods: | |
| * - RepositoryStatistics.Smart#language() | |
| * - RepositoryStatistics.Smart#forksCount() | |
| * - RepositoryStatistics.Smart#stargazers() | |
| * - RepositoryStatistics.Smart#watchers() | |
| * - RepositoryStatistics.Smart#size() | |
| * - RepositoryStatistics.Smart#openIssues() | |
| * In other words, it would be convenient to have particular methods with | |
| * understandable names instead of using toMap() method. |
The puzzle was created by @volodya-lombrozo on 04-Aug-23.
Estimate: 90 minutes, role: DEV.
If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.
Reactions are currently unavailable