Loading up the strategy list in the api loads all of the strategies from the get-go. This will also cause a lot of db requests which is fine for now, but can cause issues if we ever link to other models.
We should paginate this, probably best to make a base class for the api views so that all other models inherit the pagination rules.
Loading up the strategy list in the api loads all of the strategies from the get-go. This will also cause a lot of db requests which is fine for now, but can cause issues if we ever link to other models.
We should paginate this, probably best to make a base class for the api views so that all other models inherit the pagination rules.