mohit200008 / medi-Care

medi-care-phi.vercel.app
13 stars 24 forks source link

Add a 'Back' or 'Cancel' button to the disease prediction page #84

Open RusJaI opened 2 years ago

RusJaI commented 2 years ago

Is your feature request related to a problem? Please describe.

when you select a disease and click on predict button, you will be navigated to a new page to predict the pssibility of that particular disease. But if you have clicked it by mistake, you don't have any option to cancel and go back, in current UI.

Describe the solution you'd like.

Add a cancel button to the UI for predict disease

Describe alternatives you've considered.

No response

Add any other context or screenshots about the feature request here.

No response

RusJaI commented 2 years ago

I would like to work on this issue for GSSOC22

mohit200008 commented 2 years ago

@RusJaI go ahead

RusJaI commented 2 years ago

@RusJaI go ahead

can you please add the labels for level and GSSOC22

RusJaI commented 2 years ago

hey, I looked at the codebase. But found that you are navigating to some external (hosted) url's for predicting. path for that file : medi-Care\src\components\DiseasePred\Data.js

For now I can change the code, but it wont work because of the above fact. What do you suggest?

mohit200008 commented 2 years ago

For now you can change the code and if you can solve it , you can create a seperate issue for it

RusJaI commented 2 years ago

I can change the code and push it. But cannot test because it's just a sample html page . There's no any corresponding Javascript file in this repository. An external url for that prediction page is directly hardcoded.

In that case i think its better to close this issue

SattyamSamania commented 1 year ago

@mohit200008 can I work on this if it's open?

mohit200008 commented 1 year ago

yes go ahead

SattyamSamania commented 1 year ago

Hey @mohit200008 in which file should I add the button?

mohit200008 commented 1 year ago

Src

SattyamSamania commented 1 year ago

Src

@mohit200008 inside src i have to add button in which file?

mohit200008 commented 1 year ago

In the components folder you can add the file

Yash-Ainapure commented 9 months ago

Heyy @mohit200008 , I would like to take this issue up