Navin Ayer
Navin Ayer
Update. For each page route change in the front end, this needs to be triggered. ```javascript gtag('event', 'unique_page_views', { page_location: location.href, page_referrer: document.referrer, }); ``` Then the custom event are...
For third point, some additional things we can do. - We preproccess the text field and replace base64 images with image names after saving them to blob storage. - If...
Thanks, @benni I have pushed the changes to both dev/prod. I have also re-run the stat's calculation for these projects. (List generated by using https://apps.mapswipe.org/api/hot_tm/ modified date from Jul) ```...
Hey @danbjoseph cc: @kopitek8 Also related to: - https://github.com/mapswipe/mapswipe/issues/760 @frozenhelium @samshara We will need to have admin access to these repositories to analyze and change the default branch. Also, we...
@laurentS Adding some more detail on this issue. #### Usages - `initdb.sql` is used by Postgres on initialization (first start-up). - `set_up_db.sql` is defined for mapswipe_worker, it is used to...