Реализовать собственный парсер
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Сейчас используется сторонняя реализация для получения данных. Это удобно, но есть ряд проблем:
- Она не сообщает о том, что пользователя нет
- Она не сообщает о том, что не удалось спарсить / гитхаб не вернул страницу
- Мы не можем ее расширить, например, добавить фильтр по организациям
Это будет довольно объемной задачей, но в целом взять HtmlAgilityPack, посмотреть структуру, научиться ходить по годам - можно. Нужно только учесть особенности отображения. Например, там можно задать границы, но отображаться будет всегда год - не больше, не меньше.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the current third-party implementation used to retrieve GitHub data, then review how HtmlAgilityPack could traverse the page across years. Done should include explicit errors for missing users and failed or unavailable pages, support for organization filtering, and correct handling of the displayed year boundaries.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100