Closed krishnarb3 closed 8 years ago
@krishnarb3 Great job and thank you for contribution.
Unfortunately I cannot merge this pull-request because some of the implementation details do not conform to the project's codebase. However, if you have time to modify it, we could discuss details through email.
Thanks.
I will be very delighted if you could discuss about the implementation details , Currently I am working on using POJO instead of ObjectNode and changing it to fragment instead of activity as you had mentioned. Can you elaborate on creating a model for settings i.e. From where I can get the data required to make the settings object for the api call Regards, R B Krishna
On Tue, Mar 15, 2016 at 8:20 PM, Araz Abishov notifications@github.com wrote:
@krishnarb3 https://github.com/krishnarb3 Great job and thank you for contribution.
Unfortunately I cannot merge this pull-request because some of the implementation details do not conform to the project's codebase. However, if you have time to modify it, we could discuss details through email.
Thanks.
— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub:
https://github.com/dhis2/dhis2-android-dashboard/pull/32#issuecomment-196853264
Thanks for fast reply.
1) It could be a lot better to use fragment instead of activity for editing profile. 2) Please, do not implement user settings (like locale switching). Instead, focus on user profile information.
So is placeholder settings json (as it is right now ) fine for the api call ?
On Tue, Mar 15, 2016 at 9:07 PM, Araz Abishov notifications@github.com wrote:
Thanks for fast reply.
1) It could be a lot better to use fragment instead of activity for editing profile. 2) Please, do not implement user settings (like locale switching). Instead, focus on user profile information.
— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub:
https://github.com/dhis2/dhis2-android-dashboard/pull/32#issuecomment-196883981
No, we don't want to support user settings at this point.
Cool , I will change it to fragment instead of activity and use POJO instead of jsonNode. Thanks, R B Krishna
No, we don't want to support user settings at this point.
— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/dhis2/dhis2-android-dashboard/pull/32#issuecomment-196887989
9 These are the changes I have made, please report if there are any bugs /changes to be made :