Jasonette / Jasonette/JASONETTE-Android

Buttons do not work if "view": "json" is given in $href

Open
#170 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Java
Stars
1.6k
Forks
266
PR merge metrics
No merged PRs in 30d

Description

Below is the sample button
```
{
"type": "button",
"class": "modal_button",
"text": "Click me !",
"action": {
"type": "$href",
"options": {
"url": "https://www.jasonbase.com/things/xxxxxxxxx",
"view": "jason",
"transition": "modal"
}
}
}
```

Contributor guide

Open the contributing guide

Research direction

Reproduce the sample button using the $href action and its view option, noting the mismatch between the title's "json" value and the example's "jason" value. Trace the Android handling of this action and determine the expected behavior for the requested view; done means the button works with the documented view value.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, java
Domain
mobile
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.