Jasonette / Jasonette/JASONETTE-iOS

Abillity for href to open/render another view/template

Open
#43 12 comments 0 reactions 0 assignees View on GitHub
discussion feature request
Dominant language
JavaScript
Stars
5.2k
Forks
347
PR merge metrics
No merged PRs in 30d

Description

Something like that:

```
"templates": {
"body": {
"sections": [
{
"items": {
"{{#each $jason}}": {
"type": "label",
"text": "{{article.title}}",
"href": {
"param-to-pass-data": "{{article}}",
"template": "article",
"view": "jason"
}
}
}
},
]
},
"article": {...}

```
It would display another view in a push transition. Data can be passed.

My use case behind: I have everything I need in the first $network.request (a json with a list of articles, with their body). So I don't need extra http call, etc.

[First talk was on slack.](https://jasonette.slack.com/archives/general/p1479066616003625) Need discussion.

Contributor guide

Open the contributing guide

Research direction

Start with the issue description and the linked Slack discussion, then locate the code paths that handle href actions and template/view navigation. No files, tests, or entry points are named in the issue. The work is done when the proposed navigation behavior, data passing, transition, and expected configuration are agreed and implemented.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
mobile-dev
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.