In the autosuggest_user api view in src/api/views/autosuggest_user.py we are using an uncommon response format (when compared to our other projects). Changing it would potentially be a breaking change for frontend, but we would like to consolidate the schema of user autocompletes over all projects. So this needs to be discussed in the whole team.
As the API v2 is currently in the making, this would be a good time to adapt it.
See also this comment on PR #39 (comment)
In the
autosuggest_userapi view in src/api/views/autosuggest_user.py we are using an uncommon response format (when compared to our other projects). Changing it would potentially be a breaking change for frontend, but we would like to consolidate the schema of user autocompletes over all projects. So this needs to be discussed in the whole team.As the API v2 is currently in the making, this would be a good time to adapt it.
See also this comment on PR #39 (comment)