krestenlaust / krestenlaust/GoWebServer
Serve folders by displaying all items below it as links in a page
Open
enhancement
good first issue
- Dominant language
- Go
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Right now, it just returns a generic page stating it's a folder.
Good entry point:
https://github.com/krestenlaust/GoWebServer/blob/67e3063ce05c471fd61a069358499c0679aadcb5/request_handers.go#LL81C4-L81C4 (inside `if is folder`)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start in request_handers.go at the referenced `if is folder` branch and inspect how folder requests currently produce the generic page. Verify the server's folder response and define done as displaying every item below the folder as a link on the page.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100