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

Navigate First Time users to user_details_screen.dart and store the details in firebase #68

Closed
pratyushmp opened this issue Mar 29, 2021 · 16 comments · Fixed by #79
Closed
Assignees

Comments

@pratyushmp
Copy link
Owner

No description provided.

@pawan2806
Copy link
Contributor

Hi can you assign it to me under gssoc21?

@pratyushmp
Copy link
Owner Author

Go ahead @pawan2806 !

@pratyushmp
Copy link
Owner Author

pratyushmp commented Mar 29, 2021

@pawan2806 the user_details_screen.dart file is already made you just need to navigate and store all the details entered in it in firebase. Also the email field in user_details_screen.dart should be automatically filled based on the email id given during login.

@pratyushmp
Copy link
Owner Author

@pawan2806 Status?

@pawan2806
Copy link
Contributor

@pawan2806 Status?

sorry for the delay, got caught in exams. Will make PR soon

@pawan2806
Copy link
Contributor

@pratyushmp what should I use to check if user is first time user or not? Shared pref ?

@pratyushmp
Copy link
Owner Author

@pawan2806 Use HiveDB, it would be faster.

@pratyushmp
Copy link
Owner Author

pratyushmp commented Apr 8, 2021

@pawan2806 progress update?

@Borahb
Copy link
Contributor

Borahb commented Apr 19, 2021

@pratyushmp Can I work on this issue?

@pratyushmp
Copy link
Owner Author

@Borahb Issue is assigned to you

@pratyushmp pratyushmp assigned Borahb and unassigned pawan2806 Apr 19, 2021
@Borahb
Copy link
Contributor

Borahb commented Apr 25, 2021

@pratyushmp have a look at this. The data is saved on cloud firestore. Is it Okay?

Record_2021-04-25-11-48-17_1a1d86e799d13156ae95e53c9903509e.mp4

@pratyushmp
Copy link
Owner Author

Looks good @Borahb . Just Make sure that the email entered in Sign Up page is auto filled in user details screen, so that the user does not enter the email again.

@Borahb
Copy link
Contributor

Borahb commented Apr 25, 2021

@pratyushmp for the email in user details page, I have added autofill using hints. It will suggest the email, user just have to select the email. Will it work.

@pratyushmp
Copy link
Owner Author

pratyushmp commented Apr 25, 2021

It is kinda redundant actually, I would suggest just fill it from the previous screen. If you need any help in implementing that, just let me know :)

@Borahb
Copy link
Contributor

Borahb commented Apr 26, 2021

@pratyushmp made the changes.
Screenshot_1619414834

@pratyushmp
Copy link
Owner Author

pratyushmp commented Apr 26, 2021

Yup perfect, make a PR

@Borahb Borahb mentioned this issue Apr 26, 2021
9 tasks
Borahb added a commit to Borahb/Batua that referenced this issue Apr 27, 2021
pratyushmp pushed a commit that referenced this issue Apr 29, 2021
* Resolved SignUp and logIn button Problem

* Done structuring of files #53

* Added proper structuring of files inside lib#53

* Added Structuring of files

* Added profile button functionality#49

* Added profile button fuctionality#49

* added navigation firt time users to userdetails screen #68

* Added Navigation first time users to user details screen #68

* Resolved issue #68
pratyushmp pushed a commit that referenced this issue May 2, 2021
* Resolved SignUp and logIn button Problem

* Done structuring of files #53

* Added proper structuring of files inside lib#53

* Added Structuring of files

* Added profile button functionality#49

* Added profile button fuctionality#49

* added navigation firt time users to userdetails screen #68

* Added Navigation first time users to user details screen #68

* Resolved issue #68

* Added profile page details fetch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants