-
Notifications
You must be signed in to change notification settings - Fork 40
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
Accessibility audit #433
Comments
Hello @AlexITC, I'm very interested in contributing to this issue. I have previous experience working on projects involving visually impaired users, where I gained an understanding of the varying levels and types of impairment. While I'm relatively new to the Scala environment, I'm very eager to learn and contribute to this issue. I'd appreciate it if this issue could be assigned to me. |
Hey @AlexITC, I have thoroughly reviewed the web app to check its accessibility for visually impaired users. While the web app is largely compatible with commonly used screen readers, here's a summary of my findings and suggested improvements:
These suggestions aim to further enhance the accessibility of our web app for visually impaired users. I welcome any feedback or additional considerations regarding these proposed improvements. Thank you |
Thanks for sharing, are you interested interesting in working on any of these improvements? |
Yes, I'm interested in working on these improvements but I lack Scala.js knowledge so first I'd like to take time to familiarize myself with Scala before diving into addressing these issues. I'll keep you updated on my progress and I will start contributing as soon as i feel sufficiently confident in Scala.js. Thank you for your understanding and patience. |
Hey @AlexITC, I gave few days to learn Scala and now Im moving forward to get started with installing webapp locally and saw the video but it was for Ubuntu and currently i use windows 10 OS. Is there any other resource i can refer to or there will be no difference even if i follow same step for windows? Thank you for your time :) |
The steps likely work if you use WSL, otherwise, the stuff to install is more-or-less the same but the approach can be different. Feel free to raise any issues you find. Thanks. |
Got it. I will update you about my progress. Thank you for your time :) |
Hello @AlexITC, I was not able to work on this because of my Internal examinations. But now I'm free, can you please tell me if i want to work just on the front end i should follow until which step in this guide or video tutorial or should i follow all the tutorial? Thank you :) |
Just follow the "Compile-time dependencies" section, then, run this:
|
Hello @AlexITC. I'm facing a issue, while on the last step of compile time dependencies im not able to install Node. When i searched for reason, it is because Node is not supported by WSL1 so i tried to switch to WSL2 but it is not happening as well. Now im thinking of using Virtual Machine. Will there be any issues if i use Ubuntu with VM? |
Unfortunately, I can't help you with the Windows setup, given that you don't need postgres, have you tried setting everything up with Windows powershell? Related to using a VM, that should not be an issue. |
I will first try with windows if it doesn't works then try VM. If any of these doesn't works then last option is to dual boot. Just wanted to know if Scala org is going to participate in GSoC 2024 and is there any possibility of Scala webapp being one of the potential projects. Nonetheless i want to effectively contribute to Scala and be part of this. I will update you about my progress :) |
Scala-center is participating on GSoC 2024, I was invited to be a mentor but I had to reject due to my limited time. If you are interested, feel free to propose a project related to this template and I'll evaluate whether I can make the time to be a mentor or provide someone else from Wiringbits. Good luck. |
Got it. Thank you for your time :) |
Hi @AlexITC , after installing ubuntu with VirtualBox i have installed the project locally and have started with understanding codebase. For changes that i mentioned above, should i make a separate issue and make a todo list to keep record of changes implemented? Thank you :) |
Great. Feel free to create a new issue summarizing your findings. |
Hello @AlexITC, I'm sincerely sorry for the delay in getting back to you about this issue. I encountered an unexpected issue with my development environment a few days ago. While troubleshooting an Out of Memory problem in VirtualBox, I made some changes to my Ubuntu VM instance. Unfortunately, these changes led to data loss, and I didn't have a recent backup, so I had to rebuild the entire environment from scratch. I want to assure you that I'm actively working on the project now. I'll create a new issue and follow up with a PR as soon as I have something concrete to contribute. Thanks for your understanding and patience :) |
It would be super helpful to get an idea on which parts of the webapp need to be improved in order to make the application accessible for visually impaired people.
The end goal would be to eventually make accessibility a standard feature for our template.
The text was updated successfully, but these errors were encountered: