-
Notifications
You must be signed in to change notification settings - Fork 168
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 Project in Mobile opens 404 for users not logged in. #821
Comments
So basically @Stephxdesigns, we lacked a route protection to such routes that require authentication. If you don't mind, I request you help me with such routes. I have a PR here that fixes this. I have only added |
@Stephxdesigns @coderatomy Ideally, a task like this is associated with a bigger task. We cannot just fix one route. Could you modify the task description, document what all routes need to be fixed, and invite designers to suggest if we should show an error message, redirect to log in, or take an alternative approach before improving the implementation? |
Hello @srish I'm a designer I think the best UX should be to redirect to login/sign. An error message would make users think something is broken and it doesn't give users a clear indication of what to do. And if an error message should be used it should clearly indicate to users that they need to sign up. |
Yes, instead of a 404 error, it should be something like "unfortunately you can't access this page because you are not logged in /signed up" or a more descriptive message describing why the error page is coming up, plus a CTA button that directs the user to sign up or log in |
Based on @Stephxdesigns suggestion, It's more strategic to redirect users to the login/sign-up page directly when they click the create project button rather than an additional intermediate page with a call-to-action. This approach will reduce the number of screen the user will encounter, streamline the user journey, and enhance the user experience on our platform. |
@Stephxdesigns hi, @Adaking-slack raised this issue on web already and @srish already suggested the errors be collated and improvements improved across board. The mobile error was also spotted. Cheers |
Alright @Tegaphoenix I'd be happy to collaborate on this. What steps do we need to take |
I think we should locate and improve as many error pages as we can find. Document our suggestions and wait for @srish review and feedback on monday. |
@Tegaphoenix For the desktop view some improvements were dropped on issue #789 I dropped some as well I don't know if we're to come up with a unified suggestion or different suggestions |
I am sure different suggestions will work, so there are amny options to choose from (I Think). |
Hi @Stephxdesigns and @Tegaphoenix , I'm a designer and I would like to join in on this too. |
Hi @Stephxdesigns @Tegaphoenix I am up to collaborate, what's our next line of action? |
I suggest we document every single error page, discuss on how to improve both the ui and the ux, then we can each come up with different designs. So we have a unified problem with different solutions (hope that makes sense) |
I think we can jump on a call to to identify the error page and we can brainstorm and come up with one unified solution after all in the main issue srish said we should collaborate |
ok sure |
when are we hoping on the call? |
@Adaking-slack @Tegaphoenix @jumokeadeoyo Will 6 pm WAT be a good time for you all? |
7:30? |
@Adaking-slack that works for me too |
when is the date for this call @Stephxdesigns |
@coderatomy Oct 7th 7:30 pm WAT |
and how many hrs am I left with 😂?? |
It will be 9:30pm for me. Am attending. So are we using zoom, google meet? I think you can create the meeting and share links here. We just join in at the time. |
are we still having the meeting? |
@Adaking-slack yes please can you create a Google meet and send the link |
okk |
Hi, we are still meeting today right? |
Describe the bug
Create Project in Mobile opens 404 for users not logged in instead of sign up/sign in
To Reproduce
Steps to reproduce the behavior:
Expected behavior
For better experience and to increase conversion rate users should be directed to the sign up/sign in page.
The text was updated successfully, but these errors were encountered: