We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b505ff commit 823f002Copy full SHA for 823f002
mapswipe_workers/mapswipe_workers/firebase_to_postgres/update_data.py
@@ -157,10 +157,11 @@ def set_progress_in_firebase(project_id: str):
157
from groups g
158
left join
159
(
160
- -- here we get the progress for all groups
161
- -- for which results have been submitted already
162
- -- progress for a group can be max 100
163
- -- even if more users than required submitted results
+ -- Here we get the progress for all groups
+ -- for which results have been submitted already.
+ -- Progress for a group can be max 100
+ -- even if more users than required submitted results.
164
+ -- The verification number of a project is used here.
165
select
166
r.group_id
167
,r.project_id
0 commit comments