1 min to read
Weekly Update #12
Basic implementation of the feedback system
Changelog
- Added basic feedback system
Feedback system
When in game, press F8 will opens up the feedback form, where players can type the comment and select the type and rating. Upon pressing the submit button, the feedback will then be send to the Firebase server. A green notification will also shows up to tell player the feedback had been sent.
However, if the feedback failed to send to the server (e.g. no internet), a red notification banner will show instead, telling players the error.
All submitted feedbacks can then be viewed at https://joesiu.github.io/FYP-feedback/.
Future plans
- Better CSS
- Lazy loading for the feedback site (feedbacks will only load on scroll)
- Allow users to search/sort/filter feedbacks on the feedback site
- Image support (in-game screenshots)