You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by GitBox <gi...@apache.org> on 2020/08/10 17:41:53 UTC

[GitHub] [fineract-cn-mobile] jawidMuhammadi opened a new pull request #111: Feat: Offline first approach using couchbase lite

jawidMuhammadi opened a new pull request #111:
URL: https://github.com/apache/fineract-cn-mobile/pull/111


   Fixes #Issue_number
   
   Please Add Screenshots If any UI changes.
   
   Please Add Summary of what changes you have made and if possible provide links.(Optional)
   
   Please make sure these boxes are checked before submitting your pull request - thanks!
   
   - [ ] Apply the `AndroidStyle.xml` style template to your code in Android Studio.
   
   - [ ] Run the unit tests with `./gradlew check` to make sure you didn't break anything.
   
   - [ ] If you have multiple commits please combine them into one commit by squashing them.
   
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [fineract-cn-mobile] EGOR-IND commented on pull request #111: Feat: Offline first approach using couchbase lite(Not for merge)

Posted by GitBox <gi...@apache.org>.
EGOR-IND commented on pull request #111:
URL: https://github.com/apache/fineract-cn-mobile/pull/111#issuecomment-808748068


   > @EGOR-IND Nope, I am not sure if we need a switch to offline or online mode. We are using Couchbase Sync Gateway, so it will cache the data if there isn't internet then sync all cached data automatically when the device connects to the internet.
   
   Yeah, that's what I was thinking, we're going to uae sync gateway, okay I'll try this offline mode on a dummy app, thanks for resolving this doubt. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [fineract-cn-mobile] jawidMuhammadi closed pull request #111: Feat: Offline first approach using couchbase lite(Not for merge)

Posted by GitBox <gi...@apache.org>.
jawidMuhammadi closed pull request #111:
URL: https://github.com/apache/fineract-cn-mobile/pull/111


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [fineract-cn-mobile] jawidMuhammadi commented on pull request #111: Feat: Offline first approach using couchbase lite(Not for merge)

Posted by GitBox <gi...@apache.org>.
jawidMuhammadi commented on pull request #111:
URL: https://github.com/apache/fineract-cn-mobile/pull/111#issuecomment-808741765


   > Hey @jawidMuhammadi, can I ask that after integrating couchbase do we need to select online or offline mode for doing things like in CustomerListFragment because it's an offline first approach. Actually I was reading your gist while understanding this PR, so a little doubt came to my mind:).
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [fineract-cn-mobile] EGOR-IND commented on pull request #111: Feat: Offline first approach using couchbase lite(Not for merge)

Posted by GitBox <gi...@apache.org>.
EGOR-IND commented on pull request #111:
URL: https://github.com/apache/fineract-cn-mobile/pull/111#issuecomment-803441636


   Hey @jawidMuhammadi, can I ask that after integrating couchbase do we need to select online or offline mode for doing things like in CustomerListFragment because it's an offline first approach.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [fineract-cn-mobile] therajanmaurya merged pull request #111: Feat: Offline first approach using couchbase lite

Posted by GitBox <gi...@apache.org>.
therajanmaurya merged pull request #111:
URL: https://github.com/apache/fineract-cn-mobile/pull/111


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [fineract-cn-mobile] EGOR-IND edited a comment on pull request #111: Feat: Offline first approach using couchbase lite(Not for merge)

Posted by GitBox <gi...@apache.org>.
EGOR-IND edited a comment on pull request #111:
URL: https://github.com/apache/fineract-cn-mobile/pull/111#issuecomment-803441636


   Hey @jawidMuhammadi, can I ask that after integrating couchbase do we need to select online or offline mode for doing things like in CustomerListFragment because it's an offline first approach. Actually I was reading your gist while understanding this PR, so a little doubt came to my mind:).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [fineract-cn-mobile] jawidMuhammadi removed a comment on pull request #111: Feat: Offline first approach using couchbase lite(Not for merge)

Posted by GitBox <gi...@apache.org>.
jawidMuhammadi removed a comment on pull request #111:
URL: https://github.com/apache/fineract-cn-mobile/pull/111#issuecomment-808741765


   > Hey @jawidMuhammadi, can I ask that after integrating couchbase do we need to select online or offline mode for doing things like in CustomerListFragment because it's an offline first approach. Actually I was reading your gist while understanding this PR, so a little doubt came to my mind:).
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [fineract-cn-mobile] EGOR-IND edited a comment on pull request #111: Feat: Offline first approach using couchbase lite(Not for merge)

Posted by GitBox <gi...@apache.org>.
EGOR-IND edited a comment on pull request #111:
URL: https://github.com/apache/fineract-cn-mobile/pull/111#issuecomment-808748068


   > @EGOR-IND Nope, I am not sure if we need a switch to offline or online mode. We are using Couchbase Sync Gateway, so it will cache the data if there isn't internet then sync all cached data automatically when the device connects to the internet.
   
   Yeah, that's what I was thinking, we're going to use sync gateway, okay I'll try this offline mode on a dummy app, thanks for resolving this doubt. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [fineract-cn-mobile] jawidMuhammadi commented on pull request #111: Feat: Offline first approach using couchbase lite(Not for merge)

Posted by GitBox <gi...@apache.org>.
jawidMuhammadi commented on pull request #111:
URL: https://github.com/apache/fineract-cn-mobile/pull/111#issuecomment-808742456


   @EGOR-IND Nope, I am not sure if we need a switch to offline or online mode. We are using Couchbase Sync Gateway, so it will cache the data if there isn't internet then sync all cached data automatically when the device connects to the internet.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org