dyl10s/TimeTracker

Basic report page is making a bunch of http requests when things change

Closed this issue · 0 comments

This is because it makes an API request for each one of the projects every time the date is changed I think it will speed up the page a lot of we just make a new endpoint that can return all the information needed. We should also only load the archived projects when the archived tab gets selected. This will help with long term performance.