browserify / browserify/wzrd.in
Rejigger purge routes
- Dominant language
- JavaScript
- Stars
- 637
- Forks
- 79
- PR merge metrics
- No merged PRs in 30d
Description
Right now, wzrd.in has two purge route codepaths. At some point, Max added an "admin" interface which uses GETs to implement purges. Later, without paying much attention, I added unguarded PURGE routes a la varnish.
Right now, both codepaths exist, though the PURGE routes will be disabled Very Soon. I personally think that we should go with guarded PURGE routes, but that seems like a conversation I should have with Max before doing.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by comparing the two purge route codepaths described in the issue: the admin GET interface and the unguarded PURGE routes. Resolve with Max whether guarded PURGE routes are preferred, then define the surviving route behavior and disable the other codepath.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- api, backend
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100