DavidWells / DavidWells/markdown-magic
Simplify `remote` and `file` to `sync`
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 868
- Forks
- 223
- PR merge metrics
- No merged PRs in 30d
Description
I think there might be a way to simplify things with the different transforms. We can still keep the base transforms, but a lot of these really just come down to sync. So it's syncing from one of these sources. And yeah, if it's pointing to a file, it'd just be syncing from the file. If it's pointing to a URL, it'd be syncing from that URL. And then we probably need to allow for additional remote requests and different methods.
So TBD might be able to streamline this
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 existing remote and file transforms and their entry points. Review how sources and requests are represented before deciding whether a shared sync transform can cover them. Done means the transform model is streamlined while file and URL sources, additional remote requests, and different methods remain supported.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100