You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: