mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
327c209a74
refs: https://github.com/TryGhost/Team/issues/1557 - There is currently no default order for the members API - This is done at the API level purely for the endpoint, not in the model using orderDefaultOptions - This is because orderDefaultOptions affects findPage and findPage is wrapped by membersAPI.members.list - That in turn is used in multiple places, e.g. getting member counts for emails and getting members for exports - There is currently no created_at DESC index on the table, so we don't to impact performance too much - This ensures it's only affected when paginating |
||
---|---|---|
.. | ||
e2e-api | ||
e2e-browser | ||
e2e-frontend | ||
e2e-server | ||
integration | ||
regression | ||
unit | ||
utils | ||
.eslintignore | ||
.eslintrc.js | ||
.jshintrc |