Commit by Commit

These posts showcase the development of various projects - commit by commit and feature by feature.

Achievement Quantifier Round 4 - Reporting Summary Statistics and Optimising a Complex LINQ Query

Achievement Quantifier

Achievement Quantifier Round 4 - Reporting Summary Statistics and Optimising a Complex LINQ Query

This post improves the usability the Achievement Quantifier project by adding a small feature - reporting - and showcases a complex LINQ query behind it. The reporting command counts the number of completed achievements today, yesterday, and past week: > aq stats ┌────────────────────────────────────┬───────┐ │ Statistic │ Value │ ├────────────────────────────────────┼───────┤ │ Achievements Completed Today │ 6 │ │ Achievements Completed

By Yamesant