NothingEverHappens

Results 38 comments of NothingEverHappens

![image](https://user-images.githubusercontent.com/216412/75576778-956a7980-5a2e-11ea-9b8c-46e6a90e4eb9.png) LGTM Also you'll need an interface for results: ``` interface Result { time: number; answers: number[] } type Results = Result[]; ```

I'm going to push the Angular 9 version in a couple days which should be working On Sat, Feb 29, 2020, 5:41 PM Marvin Rusinek wrote: > I downloaded and...

It seems like we want a new question type that would determine where it's only one question or multiple ones?

Do you have the latest from master?

It is possible to leave comment messages on every page of the codelab. ![image](https://user-images.githubusercontent.com/216412/64084194-c58ec500-ccf6-11e9-99ea-95f8c74d6bea.png) However there's no good way to track this. The task is: - [ ] Have a...

Instead of having just a number for rating, e.g. ``` newMilestone: { good: 4, bad: 1 } ``` Store list of events e.g. ``` newMilestone: [ {type: 'good', uid: uid,...

Yes, all apps should use jest in the end. Breaking the work up per-app would make sense to me. Also note that some tests are still broken, fixing them doesn't...

Just wanted to send a friendly ping to understand the state of this and make sure it's not blocked from our side.

Cool, would you have some time to address the feedback? (I think it's mostly dropping unused code bytes, and other small things)? I think this is a big step forward...