Shuvayatra / migration-web

0 stars 2 forks source link

Screen should be dynamic, we can create screen and targeting platform #27

Open tyohan opened 7 years ago

tyohan commented 7 years ago

For now screen is fix and view more link only work on android not on web. Ideally we should able to create any screen we want and targeting specific platform either android, ios, or web.

prashantsh commented 7 years ago

@tyohan Do you mean, similar to Journey, Home and Country screen, we should be able to create any number of screens? At the moment since the navigation of the app is fixed, we have made the number of screens fixed as per the navigation. Also the app and the web app is using the same API so the screens are same for all platform. we can make the screen dynamic, but not sure if this is needed immediately.

tyohan commented 7 years ago

The problem is we can't use view more link on both platform. I think most important one is either we set through block or through screen that this for Android or this one for web. For now view more only set to android and doesn't work on web.

prashantsh commented 7 years ago

@tyohan I had a chat with the team on that issue today and we think we can fix that issue for the web app. For read more page we have made a category page api which will show content based on the category ids which we pass. so we should be abe to use that for read more for web and android.

tyohan commented 7 years ago

@prashantsh how if the block filtered by category and country like the example that we have now. If view more only linked to category feed then it's not consistent with the thing that we show on the block.

prashantsh commented 7 years ago

@tyohan The view more feed will be linked to category and the country like we have in the block so it will be the same feed as we have in the block but with more items.

tyohan commented 7 years ago

@prashantsh me and shankar will have a call either today or tonight to discuss about this screen and block. Will back to you shortly after we have something. In the meantime please hold this one. Thanks