BlueHuskyStudios / BlueHuskyStudios/Rent-Split
Use URL fragment for share button
Open
- Dominant language
- JavaScript
- Stars
- 6
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Right now it uses the URL query string, which can be sent to a server. It's not sent to our servers, but it is sent through DNS. It should use the URL fragment, which is only sent to the browser.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the share button and the code that builds its URL. Confirm how the current query string is assembled, then verify the shared value is placed in the URL fragment and is not sent to the server. Test the share flow in a browser, including opening the generated link.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100