Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create documentation to explain how to use server running locally when testing Android app #590

Open
1 of 3 tasks
isabelcosta opened this issue Feb 22, 2020 · 25 comments
Open
1 of 3 tasks
Labels
Category: Documentation/Training Improvements or additions to documentation. Status: Available Issue was approved and available to claim or abandoned for over 3 days.

Comments

@isabelcosta
Copy link
Member

Description

As an app developer,
I need to have a backend server up and running,
so that I can test the Android app, for fetching data.

So there can be times when the server is down, but you can still test the Android app, if you run a server locally within the same IP network that your device is using.

We need a document, can be a markdown file (e.g.: gist on GitHub, or a markdown file you put on a docs folder in the repository, ...), describing how you can do this, to help contributors test the app, when the server is down.

Acceptance Criteria

Update [Required]

  • Create a document that explains how to test the app using a server hosted on the developer's machine locally.

Definition of Done

  • All of the required items are completed.
  • Approval by 1 mentor.

Estimation

N/A hours

@isabelcosta isabelcosta added Category: Documentation/Training Improvements or additions to documentation. Status: Available Issue was approved and available to claim or abandoned for over 3 days. labels Feb 22, 2020
@Prakash-sa
Copy link

@isabelcosta because i have done that i can write this in documentation. Can i work on this?

@isabelcosta
Copy link
Member Author

@Prakash-sa go ahead with it :)

@m-murad m-murad removed the Status: Available Issue was approved and available to claim or abandoned for over 3 days. label Feb 24, 2020
@rpattath
Copy link
Member

@Prakash-sa any updates?

@anna4j anna4j added Open Source Hack Status: Available Issue was approved and available to claim or abandoned for over 3 days. labels Aug 24, 2020
@Aditiwebd
Copy link

I want contribute.Please assign this issue to me.

@Tushika25
Copy link

I would like to work on this issue. Thank You!!!

@rpattath rpattath assigned Aditiwebd and unassigned Prakash-sa Sep 4, 2020
@rpattath rpattath removed the Status: Available Issue was approved and available to claim or abandoned for over 3 days. label Sep 4, 2020
@Aditiwebd
Copy link

I have been assigned another issue, If it's ok with you i would love to work on this also.

@alivabasa
Copy link

Can i be assigned this issue?

@sanchi0204
Copy link
Contributor

@Aditiwebd are you working on this?

@alivabasa
Copy link

Thank you soo much... @sanchi0204

@Aditiwebd
Copy link

Sry I completed my last PR and forgot about it.I will start this immediately. 😄

@alivabasa
Copy link

@sanchi0204 In the code I have added the url for localhost and that link is also opening in emulator. Can you please tell me what should i do to know that the app is working or not.

@sanchi0204
Copy link
Contributor

@sanchi0204 In the code I have added the url for localhost and that link is also opening in emulator. Can you please tell me what should i do to know that the app is working or not.

@iofall can you help with this?

@iofall
Copy link

iofall commented Sep 30, 2020

@alivabasa you can try creating a new user to verify if it is working.

@alivabasa
Copy link

@iofall In the emulator right?

@iofall
Copy link

iofall commented Sep 30, 2020

@iofall In the emulator right?

Yes so right now you can see that we have our app fetching data from the server which is deployed on Heroku. What this issue requires is that you setup a local server and then provide the URL of this local server to the app, so that you can use the local server as backend for your app.

@alivabasa
Copy link

I tried signing up as well as loging in. In both the cases it shows "Please check your internet connection". So is it a glitch or this is what it shows ? @iofall

@iofall
Copy link

iofall commented Sep 30, 2020

@alivabasa No, I think you should be able to signup, login won't be possible without creating a user first. Were you able to setup the mentorship-backend server successfully?

@alivabasa
Copy link

Yes.

@iofall
Copy link

iofall commented Sep 30, 2020

You can see the server output as well maybe that could help to debug.

@alivabasa
Copy link

Thanks..I will try that.

@alivabasa
Copy link

alivabasa commented Sep 30, 2020

You mean that the local backend server should resemble with that of server in heroku, right? @iofall

@iofall
Copy link

iofall commented Sep 30, 2020

Yes @alivabasa resemble as in, you should have the mentorship-backend server running successfully on your local machine

@alivabasa
Copy link

Thanks, i guess there are some glitches in that part only cuz rest all are working fine...will update you soon :)

@alivabasa
Copy link

doc5
doc6

@alivabasa
Copy link

@iofall @sanchi0204 Plz review

@vj-codes vj-codes added the Status: Available Issue was approved and available to claim or abandoned for over 3 days. label Jul 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Documentation/Training Improvements or additions to documentation. Status: Available Issue was approved and available to claim or abandoned for over 3 days.
Projects
None yet