purescript / purescript/pursuit
Package sets and versions available
Nobody has claimed this yet.
- Dominant language
- Haskell
- Stars
- 174
- Forks
- 47
- PR merge metrics
- No merged PRs in 30d
Description
I think it would be very useful if while viewing the description of a package, the pairs of (package set version, package version) were shown; so if you're looking at a package foo, you might see:
| package set | package version |
|---|---|
| 0.10.2 | 0.0.3 |
| 0.10.3 | 0.1.0 |
| 0.10.4 | 0.1.4 |
| 0.10.5 | N/A |
Or something similar.
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 package description view and the package metadata it currently exposes. Trace how package-set and package versions are available, then show their pairs in the description as illustrated; done means the listed versions are visible for packages across the relevant package sets.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- documentation
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100