I am trying to design my base in the most efficient way to track my user's performance. I want to track performance per week, as well as in total. There is a table where the users are adding records (not directly into the base, but through a user interface), and those records get basically a grade - A, B, C, D, F (a single select field) and have a field with the user's email. I am struggling to find the best way to wrap all of this data into a new table that tracks the users productivity. I want to know for each user how many As, Bs, Cs, etc they get per week, as well as the total counts of each grade over all of the data. With the totals, I am also hoping to do calculations such as percentage of A's, etc.
Anyone have any suggestions on how I could set this up in Airtable in the most optimal way?
Thanks!