OP-3405 - refactor - updated methods signature

Renamed collection to project_name as when we are leaving MongoDB, collection doesnt make much sense.
This commit is contained in:
Petr Kalis 2022-08-02 12:25:51 +02:00
parent 0f5ec0f0c4
commit 89bd23856c
8 changed files with 164 additions and 162 deletions

View file

@ -441,7 +441,7 @@ class SyncRepresentationSummaryModel(_SyncRepresentationModel):
full text filtering.
Allows pagination, most of heavy lifting is being done on DB side.
Single model matches to single collection. When project is changed,
Single model matches to single project. When project is changed,
model is reset and refreshed.
Args: