-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add section to the readme on current tech stack #51
Comments
What do you think about adding tools to test the code? |
That's a good point!!! We should also add somehing on our planned backend structure/tools..etc! |
Great point- I'd like to recommend Jest for testing React code (and testing modules on the back end in general). For visual testing (and browser compatibility testing in general), a solid automated testing suite like selenium would provide a thorough report of how our site looks and works on multiple devices. It's a premium option, but we could gain a lot from the free 7 day trial |
There are also lot's of great guerrilla methods that get the job done in a quick and dirty manner, like asking if people have old devices they'd be willing to test it on ;) |
Thanks for being super comprehensive :) With regards to visual testing, I think we should have a discussion with the PO's should the situation arise, and see the device types they are expecting, then review and integrate it in if we get any data showing a high amount of old device usage. Could I just check the rationale behind using React? |
React can be used to render the question/answers on a single page (no url redirects). |
@denesnori How would you all rate your React competency/familiarity? |
Hi @MHemsley We decided to use React for these reasons:
as to the interactive part: |
Initital proposal. Feel free to add to it. I feel this version is too brief, incomplete. Any ideas?
Current Tech Stack for this prototype
Future MVP Tech Stack
The text was updated successfully, but these errors were encountered: