-
Notifications
You must be signed in to change notification settings - Fork 289
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
[UI idea] Replace "try it" button on the front-page #4655
Comments
I'd like to work on this! |
Great @musakurel, if anything is unclear, don't hesitate to ask here or preferably on discord ;) |
@musakurel are you still working on this? Otherwise I can pick it up! |
@gisellandrade did you have time yet to look into this? |
yes, I can make a quick check on this one and have a proposal for today's meeting, is that fine? @Annelein |
yes perfect! @gisellandrade |
@gisellandrade I think you were mistaken by the screenshot that Felienne added in the description. But this issue is about the 'Try it' button on the Front Page, if you read the issue description, Felienne explains it there. Your 3rd design is a bit more what we're looking for, with the Hedy logo. But it would be nice if it looks a bit more like the Front Page looks now, just add the new buttons that replace the 'Try it' button. Could you change the design accordingly? |
Sweet! I can start implementing it along with #5183. Anyone that wants to help me out with creating a "teacher mode" account? |
Great!
What help do you need? This is the link the teacher button should go to: https://hedy.org/signup?teacher=true Does that help? |
Ah I see! What I think we want, roughly is:
When the teacher clicks the try button, they are referred to this page and "logged in" as TestTeacher. How to exactly fake the database and delete the info on closing the browser, that is a question for @hasan-sh or @jpelay! |
Fixes #4655 Depends-On: #5156 <img width="1440" alt="Screenshot 2024-03-01 at 11 31 37" src="https://github.com/hedyorg/hedy/assets/48122190/8f04d20b-5095-4a93-a9a3-89628158a15c"> Start teaching goes to: - if not logged in: `signup?teacher=true` - if logged in as teacher: `for-teachers` - if logged in as student: `my-profile` In the future, we want it to be linked to #5183
The front-page now has a "try out" button, but that leads right to the programming interface. It is a bit of very old legacy, when we thought we were designing a tool for kids. Since we are now clearly designing a tool for teachers, this button is not productive anymore. I'd like the front page to have two buttons, a bit like the sign-up page has also (not this layout, but this choice):
So maybe a "start programming" and "start teaching" button? Start programming than works as it does now, and start teaching will lead to hedy.org/start (which is now still a bit messy but Sabina is working on that)
The text was updated successfully, but these errors were encountered: