Jasonette / Jasonette/JASONETTE-Android
javascript code names break into JASON
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.6k
- Forks
- 266
- PR merge metrics
- No merged PRs in 30d
Description
a JS function name called `title` makes the header title disappear in the app
https://jasonbase.com/things/jjX6
works, only change is name of the JS function: https://jasonbase.com/things/X4AZ
the JS code comes from a standard rails app using the standard asset pipeline, using coffeescript for the JS:
```
@title = ->
"This is some string"
```
Does not happen in iOS.
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 comparing the two JasonBase examples linked in the issue, focusing on the CoffeeScript function named `title` and the resulting missing header title. Trace how this JavaScript is handled by the Android app and identify why renaming the function changes the behavior. Done means the original function name no longer makes the header title disappear, while the iOS behavior remains unaffected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- coffeescript, javascript, rails
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100