Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Aug 21, 2023
1 parent 5efa83b commit 8d6fab8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions BUILDIT.md
Original file line number Diff line number Diff line change
Expand Up @@ -4255,7 +4255,7 @@ We will do this shortly!
But first, let's implement `Item.person_with_item_and_timer_count()`.
In `lib/app/item.ex`,
In `lib/app/stats.ex`,
add the following function.
```elixir
Expand Down Expand Up @@ -4572,7 +4572,7 @@ The *last* thing we need to do
is to add a test for the `person_with_item_and_timer_count/0`
function that was implemented inside `lib/app/item.ex`.
Open `test/app/item_test.exs`
Open `test/app/stats_test.exs`
and add this test.
```elixir
Expand Down Expand Up @@ -4614,6 +4614,10 @@ when creating `timers` or `items`.
![stats_final](https://user-images.githubusercontent.com/17494745/211345854-c541d21c-4289-4576-8fcf-c3b89251ed02.gif)
> **Note**: more stats docs in:
[dwyl.github.io/book/mvp/stats](https://dwyl.github.io/book/mvp/20-stats.html)
# 13. Tracking changes of `items` in database
Tracking changes that each `item` is subjected to
Expand Down

0 comments on commit 8d6fab8

Please sign in to comment.