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

[Bug] - New User signup home screen issue after successful login. #288

Closed
CyberWake opened this issue Mar 14, 2021 · 5 comments
Closed

[Bug] - New User signup home screen issue after successful login. #288

CyberWake opened this issue Mar 14, 2021 · 5 comments
Assignees
Labels
duplicate This issue or pull request already exists

Comments

@CyberWake
Copy link
Contributor

Description:
When a new user signs up to the app successfully and then joins any of the organization he is navigated to a page which is almost a dead end i.e it does not show the bottom navigation bar it just displays the profile page disabling the user to navigate to posts page, messages page, events page and members page.

Expected:
On successful signup and joining any organization or creating any new organization the user should see the home page not just the profile page so that the app doesn't become void on first time signup.
https://drive.google.com/file/d/1_Bc3ZrWARZtT6G80ia8LOYdCOfSrN3tN/view?usp=sharing

Observed:
On successful signup and joining any organization or creating any new organization user lands to the profile page which doesn't have bottom navigation bar and hence he is not able to navigate to any other activities of the joined organization.
https://drive.google.com/file/d/1tesfVODfcvVwXJF8nmt8gtFOwVog_sVJ/view?usp=sharing

Solution:
Need to navigate the user not to profile page rather navigating the user to homepage after the respective flow.

@CyberWake
Copy link
Contributor Author

Please assign this to me:relaxed:

@yasharth291
Copy link
Contributor

this is duplicate issue can you please read the issues made before this one

@CyberWake
Copy link
Contributor Author

Can you mark the previous issue. I didn't find the one.

@yasharth291
Copy link
Contributor

#193

@CyberWake CyberWake changed the title New User signup home screen issue after successful login. [Bug] - New User signup home screen issue after successful login. Mar 14, 2021
@Sagar2366 Sagar2366 added the duplicate This issue or pull request already exists label Mar 15, 2021
@Sagar2366
Copy link
Contributor

Sagar2366 commented Mar 15, 2021

Closing this as duplicate of #184

Ayush0Chaudhary pushed a commit to Ayush0Chaudhary/talawa that referenced this issue Mar 29, 2023
* Bump y18n from 4.0.0 to 4.0.1

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* fix: Create INSTALLATION.md File (PalisadoesFoundation#220)

* Updated INSTALLATION.md

Node js is not needed for Docker installation

* Deleted docs folder

* Fixes PalisadoesFoundation#222

* Add files via upload

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update PR-guidelines.md

* Update CONTRIBUTING.md

* Update issue.yml

* Bump hosted-git-info from 2.8.8 to 2.8.9

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](npm/hosted-git-info@v2.8.8...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>

* Create linter.yml

* Update linter.yml

* Update linter.yml

* Update linter.yml

* Create test.js

* Update test.js

* Update test.js

* Update test.js

* Update test.js

* Update test.js

* Update linter.yml

* Update linter.yml

* Delete test.js

* Update linter.yml

* Update linter.yml

* Update linter.yml

* Update linter.yml

* Update linter.yml

* Update linter.yml

* Update linter.yml

* Update linter.yml

* Update linter.yml

* Update linter.yml

* Create lint.yml

* Update linter.yml

* Delete lint.yml

* Update linter.yml

* bug issue#223 resolved

* bug fix issue PalisadoesFoundation#223

* Delete chats.spec.js

* Delete chats.spec.dev.js

* Create chats.spec.js

* Updated branching strategy in CONTRIBUTING.md

* bug: PalisadoesFoundation#253 netmask bump

* bug: PalisadoesFoundation#253 netmask bump

* Pagination for members of organization

* feat: PalisadoesFoundation#263 Added i18n,  error interface library

* bugFix: PalisadoesFoundation#254 Bumped up node-notifier

* feat: PalisadoesFoundation#263 fixed error objects

* feat: PalisadoesFoundation#263 fixed naming conventions

* feat: PalisadoesFoundation#263 fixed linting

* feat: PalisadoesFoundation#263 fixed errors

* feat: PalisadoesFoundation#263 format graphql error object

* feat: PalisadoesFoundation#263 Fixed plural validation error handling

* feat: PalisadoesFoundation#263 Added util function

* feat: PalisadoesFoundation#263 Added hindi translations

* feat: PalisadoesFoundation#263 Added hindi translations

* feat: PalisadoesFoundation#263 Added comments for error classes

* feat: PalisadoesFoundation#263 Added ['hi', 'en', 'zh', 'fr', 'sp'] supported languages

* feat: PalisadoesFoundation#263 Packaged errors and talawa-request-context as library

* feat: PalisadoesFoundation#263 Packaged errors and talawa-request-context as library

* feat: PalisadoesFoundation#263 Fixed eslint  errors

* Update pull_request_template.md

* Feature/logging (PalisadoesFoundation#267)

* feat: PalisadoesFoundation#264 logger

* feat: PalisadoesFoundation#264 removed  nanoid

* feat: PalisadoesFoundation#264 added custom libs

* feat: PalisadoesFoundation#264 added custom libs

* feat: PalisadoesFoundation#264 removed request tracing

* feat: PalisadoesFoundation#264 Used custom  lib logger

* feat: PalisadoesFoundation#264 Compatible request tracing via logger

* feat: PalisadoesFoundation#264 Logging  error message

* Update Installation.md (PalisadoesFoundation#270)

Clarify more with the required steps for installation.

* Pagination added for posts by organisation (PalisadoesFoundation#273)

* pagination added for posts by org

* es lint fix

* Model and Schema update for appLanguage (PalisadoesFoundation#281)

* model and schema update

* language update mutation added

* language code added

* lng

* bugFix: PalisadoesFoundation#288 ws package upgrade (PalisadoesFoundation#293)

* bug fix : events can be removed by event admins or org admins only (PalisadoesFoundation#271)

* bug fix : events can be removed by event admins or org admins only

* replaced .filter method with .includes

* replaced errors with error objects for translation

* Schema Update to avoid master failure (PalisadoesFoundation#299)

* changes for workflow update

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Peter Harrison <blackriver@simiya.com>
Co-authored-by: Saumya Pandey <sp160899@gmail.com>
Co-authored-by: Hrishikesh-Bhagwat <79875904+Hrishikesh-Bhagwat@users.noreply.github.com>
Co-authored-by: ShubhamBhardwaj <shubham.11901502@lpu.in>
Co-authored-by: mihdas <46824909+mihdas@users.noreply.github.com>
Co-authored-by: ssaumyaa7 <saumya4799@gmail.com>
Co-authored-by: DangaRanga <jasonblue1626@gmail.com>
Co-authored-by: Jason Gayle <55003601+DangaRanga@users.noreply.github.com>
Co-authored-by: impiyush83 <nalawadepiyush@gmail.com>
Co-authored-by: Uttam kumar <72701081+helper-uttam@users.noreply.github.com>
Co-authored-by: Akshat Garg <60404253+akshatgarg12@users.noreply.github.com>
Ayush0Chaudhary pushed a commit to Ayush0Chaudhary/talawa that referenced this issue Mar 29, 2023
…n#282)

* Bump y18n from 4.0.0 to 4.0.1

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* fix: Create INSTALLATION.md File (PalisadoesFoundation#220)

* Updated INSTALLATION.md

Node js is not needed for Docker installation

* Deleted docs folder

* Fixes PalisadoesFoundation#222

* Add files via upload

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update PR-guidelines.md

* Update CONTRIBUTING.md

* Update issue.yml

* Bump hosted-git-info from 2.8.8 to 2.8.9

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](npm/hosted-git-info@v2.8.8...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>

* Create linter.yml

* Update linter.yml

* Update linter.yml

* Update linter.yml

* Create test.js

* Update test.js

* Update test.js

* Update test.js

* Update test.js

* Update test.js

* Update linter.yml

* Update linter.yml

* Delete test.js

* Update linter.yml

* Update linter.yml

* Update linter.yml

* Update linter.yml

* Update linter.yml

* Update linter.yml

* Update linter.yml

* Update linter.yml

* Update linter.yml

* Update linter.yml

* Create lint.yml

* Update linter.yml

* Delete lint.yml

* Update linter.yml

* bug issue#223 resolved

* bug fix issue PalisadoesFoundation#223

* Delete chats.spec.js

* Delete chats.spec.dev.js

* Create chats.spec.js

* Updated branching strategy in CONTRIBUTING.md

* bug: PalisadoesFoundation#253 netmask bump

* bug: PalisadoesFoundation#253 netmask bump

* Pagination for members of organization

* feat: PalisadoesFoundation#263 Added i18n,  error interface library

* bugFix: PalisadoesFoundation#254 Bumped up node-notifier

* feat: PalisadoesFoundation#263 fixed error objects

* feat: PalisadoesFoundation#263 fixed naming conventions

* feat: PalisadoesFoundation#263 fixed linting

* feat: PalisadoesFoundation#263 fixed errors

* converted promise/callback syntax to async-await

* feat: PalisadoesFoundation#263 format graphql error object

* feat: PalisadoesFoundation#263 Fixed plural validation error handling

* feat: PalisadoesFoundation#263 Added util function

* feat: PalisadoesFoundation#263 Added hindi translations

* feat: PalisadoesFoundation#263 Added hindi translations

* feat: PalisadoesFoundation#263 Added comments for error classes

* feat: PalisadoesFoundation#263 Added ['hi', 'en', 'zh', 'fr', 'sp'] supported languages

* feat: PalisadoesFoundation#263 Packaged errors and talawa-request-context as library

* feat: PalisadoesFoundation#263 Packaged errors and talawa-request-context as library

* feat: PalisadoesFoundation#263 Fixed eslint  errors

* Update pull_request_template.md

* Feature/logging (PalisadoesFoundation#267)

* feat: PalisadoesFoundation#264 logger

* feat: PalisadoesFoundation#264 removed  nanoid

* feat: PalisadoesFoundation#264 added custom libs

* feat: PalisadoesFoundation#264 added custom libs

* feat: PalisadoesFoundation#264 removed request tracing

* feat: PalisadoesFoundation#264 Used custom  lib logger

* feat: PalisadoesFoundation#264 Compatible request tracing via logger

* feat: PalisadoesFoundation#264 Logging  error message

* Update Installation.md (PalisadoesFoundation#270)

Clarify more with the required steps for installation.

* Pagination added for posts by organisation (PalisadoesFoundation#273)

* pagination added for posts by org

* es lint fix

* Model and Schema update for appLanguage (PalisadoesFoundation#281)

* model and schema update

* language update mutation added

* language code added

* lng

* bugFix: PalisadoesFoundation#288 ws package upgrade (PalisadoesFoundation#293)

* lint issues fixed

* updated package-lock to fix lint err

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Peter Harrison <blackriver@simiya.com>
Co-authored-by: Saumya Pandey <sp160899@gmail.com>
Co-authored-by: Hrishikesh-Bhagwat <79875904+Hrishikesh-Bhagwat@users.noreply.github.com>
Co-authored-by: ShubhamBhardwaj <shubham.11901502@lpu.in>
Co-authored-by: mihdas <46824909+mihdas@users.noreply.github.com>
Co-authored-by: ssaumyaa7 <saumya4799@gmail.com>
Co-authored-by: DangaRanga <jasonblue1626@gmail.com>
Co-authored-by: Jason Gayle <55003601+DangaRanga@users.noreply.github.com>
Co-authored-by: impiyush83 <nalawadepiyush@gmail.com>
Co-authored-by: Sumitra Saksham <35868598+sumitra19jha@users.noreply.github.com>
Co-authored-by: Uttam kumar <72701081+helper-uttam@users.noreply.github.com>
Ayush0Chaudhary pushed a commit to Ayush0Chaudhary/talawa that referenced this issue Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants