Achievement Quantifier

These posts cover the Achievement Quantifier project, with the source code at https://github.com/yamesant/achievement-quantifier

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