* There is an API in the Go server which fetches class attendance. It could be a slow experience and not provide a good UI experience for the API users. * We should implement a caching mechanism for this. * Also a cron schedule to re-cache it as well. Keep in mind to limit a number of requests so as to not overload the system.