luckyframework / luckyframework/avram
Add `top` to Queryable
Open
Nobody has claimed this yet.
feature request
hacktoberfest
- Dominant language
- Crystal
- Stars
- 183
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Description
Similar to https://github.com/ankane/hightop
But with the Lucky spin on things:
```
VisitQuery.new.top(&.browser)
```
Contributor guide
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 Queryable interface and the VisitQuery entry point shown in the example. Compare the requested behavior with ankane/hightop and determine the intended Lucky API for top. Done means VisitQuery.top(&browser) works as requested and the behavior is covered by appropriate tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- crystal, postgresql
- Domain
- database
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100