Skip to content

Sprint 3

silvio edited this page Mar 25, 2022 · 9 revisions

Gaëtan Schwartz (@gaetschwartz)

I worked on implementing the cloud functions as described in my proposal. This took more time than originally estimated as I had an issue with install Node on Windows and had to remember how to code in TypeScript. I also took some time (2h) to think more aobut our server architecture, and different issues we might encounter (synchronization, parallelism, etc).

Adam Narozniak (@adam-narozniak)

I worked on the game simulation. It includes playing with the computer and then displaying the win/lose/draw. It's really simplified version (has a few shortcuts, it supports only one round game, and doesn't use the models - they, in my view, need changes). I had trouble with data binding and using it (especially group radio buttons that were included and I still have to figure it out) and I think I need to learn live data for score updates during the game along with the rounds. In the next week, I'll collaborate on the game model and round model. I'll also work on polishing up and solving temporal solutions. I also implemented the result screens in sigma.

Silvio Müller (@aladin6060)

In this Sprint I worked mostly on the implementation of a Figma model. This took way more time than I expected. UX design takes time, who would have thought! Maybe I should have used my time better on learning more of the backend and coding tasks.

Bhargav Venugopal (@bhvrgav)

Leonardo Pennino (@leonardopennino) (Scrum Master)

This week I worked on a problem that made impossible for the other people in my group to use correctly google sign in. Turns out that there were errors with the configurations of private OAUTH keys. After I worked on connecting the authentication with the underlying database. On successful authentication now it is created data in the database if the user did not exist or data is retrieved from the database in case it was already registered. In the meantime I have been trying to find the simplest way to share the data between fragment, possibly by using a central model referenced by all fragments / activities. Still a WIP.

Jinglun Pan (@panadax)

Overview/Summary

Clone this wiki locally