luminus-framework / luminus-framework/luminus
:query-string doesn't contain qualified keywords
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 626
- Forks
- 122
- PR merge metrics
- No merged PRs in 30d
Description
I am making a request with the following :params: {:user/foo 1 ;user/bar 2}. However, when the request is received by the Luminus app, the query string doesn’t contain the keyword qualifiers and is: foo=1&bar=2 instead of user/foo=1&user/bar=2. Why aren’t the keyword qualifiers showing? I’d like them to show.
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 tracing how the request's :params map is serialized before it reaches the Luminus app, focusing on the qualified keywords :user/foo and :user/bar. Compare the generated query string with the received parameters and determine whether preserving keyword qualifiers is intended; done means the expected qualified names are retained or the behavior is documented as unsupported.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clojure
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100