27/12/2020

This is the second day I work on this project. Basic flow is in place now.

I've decided to use Vue's composition API, and I'm quite happy about it. It was a bit difficult at first (coming from classic Vue projects), but it's very easy to adapt (the same terms exist, only they are used in a different way). It was also great being able to use all the features from TS. It was somehow possible before, but using types in components often lead to weird errors because it was not able to tell that this prop was of this type (which meant using any a lot of times).

30/12/2020

#5 Moving away from vuex

Now that I'm using the composition API, I feel Vuex is no longer necessary.

29/12/2020

#4 Statistics

I've improved the statistics shown for the surveys

28/12/2020

#3 Lock, for real!

It's important to lock the Play view, so users giving feedback can't go out that view.

24/12/2020

#1 Designing the app, scope, architecture

This is just the first day, not very amusing (designing, scoping etc.)