Closed dayshsweet closed 7 months ago
completing second review:
checking tests. volume_tests.dart does pass but still produces a warning about going off screen.
=== begin testing app functionality.
main screen now displays three buttons properly
settings page has been completely replaced with language, pitch and volume.
volume is still tied to system volume There is a button to hide that it is tied to system sound. @haohuazheng3 is this okay? I'm not sure if you want volume divorced from system volume. The current volume is tied to system volume, even if it is hidden by 'show system UI'.
switching to spanish does not change the contents (email, news, weather) to spanish, but changes the pronunciation (it does do numbers in the language. This may be out of scope.
the response from the stt and tts are good "como te llamas?"
Chinese is still not working
pitch works fine
The theming is not cohesive on the settings page, and there a few minor bugs: **TO BE FIXED:
for what I think is out of scope would be:
so I would just fix the first three bugs I mentioned. @haohuazheng3 if you have anything to add please do so.
current status is good. There isn't chinese, which the professor has indicated she would like to see. There is no issue at present merging this into main (as far as I can see) as it doesn't break anything else. If you run into errors implementing chinese, revert to ecd353b and we will use that.
Overall, there are no issues. As Emily mentioned, we just need to add one more Chinese portion and this pull request is approved.
addresses #59
This pull request is the completed version on my PBI.
there were many bugs in the previous pull requests, and they have been addressed.