javaBin / ems-ios

iOS-app som viser programmet til JavaZone - erstattes fra 2017 med https://github.com/javaBin/appZone
4 stars 0 forks source link

Localize Filter/Search view #115

Closed ronnienessa closed 10 years ago

ronnienessa commented 10 years ago

Need to refactor this a little bit before localizing.

chrissearle commented 10 years ago

Make it as hardcoded/specific as you like if it makes it easier - just remember that each thing (keywords, languages etc) are not necessarily present - flatMap uses a subset - so sections should be only shown if they have data.

chrissearle commented 10 years ago

However - for those sections that are shown - functionality (single value etc) should be the same for both builds.

ronnienessa commented 10 years ago

What do you mean by "functionality should be same for both builds"?

chrissearle commented 10 years ago

flatMap and javazone may well display different sections - for example I don't think that flatMap has rooms or language - but - if a section is shown (keywords for example) then you don't need to worry "am I in flatMap or JZ" - they are the same. So the difference is only in what sections have data - not in how the sections themselves behave.

On 21 August 2014 10:28, ronnienessa notifications@github.com wrote:

What do you mean by "functionality should be same for both builds"?

— Reply to this email directly or view it on GitHub https://github.com/javaBin/ems-ios/issues/115#issuecomment-52892186.

chrissearle commented 10 years ago

So - to reword - you do have to think "I may or may not have data in this section". But you don't have to think "I have data - but which app am I in?"

ronnienessa commented 10 years ago

Ok. Thanks. I never think on which app I'm in:-)

Vennlig hilsen Ronnie Nessa

Den 21. aug. 2014 kl. 10:31 skrev Chris Searle notifications@github.com:

So - to reword - you do have to think "I may or may not have data in this section". But you don't have to think "I have data - but which app am I in?"

— Reply to this email directly or view it on GitHub.

chrissearle commented 10 years ago

That's correct. We should react only to what data we have not which app we are in

On 21 August 2014 10:43, ronnienessa notifications@github.com wrote:

Ok. Thanks. I never think on which app I'm in:-)

Vennlig hilsen Ronnie Nessa

Den 21. aug. 2014 kl. 10:31 skrev Chris Searle notifications@github.com:

So - to reword - you do have to think "I may or may not have data in this section". But you don't have to think "I have data - but which app am I in?"

— Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHub https://github.com/javaBin/ems-ios/issues/115#issuecomment-52893510.