Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OPFS-based offline-first PMTile basemaps #1348

Closed
wants to merge 92 commits into from

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    6fd8150 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fcfe62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70ec2fe View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    06fb7cf View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    3770e29 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. feat: navigation WIP

    varun2948 committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    6a05fc3 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. fix: issues on project summaries with no centroids

    sujanadh committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    f1abdee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74cf97c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1361 from hotosm/feat-navigation-compass

    feat: navigation WIP
    varun2948 authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    0f17d43 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1359 from hotosm/fix/project-summaries

    Resolved issues on project summaries with no centroids
    varun2948 authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    1fc70c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d250100 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aa485c2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a885e9a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8f96bf2 View commit details
    Browse the repository at this point in the history
  9. fix: blank space input validation (#1362)

    * feat commonUtils: empty input field validation function
    
    * feat projectDetailsValidation: empty input field validation
    
    * feat: commonUtils: null & undefined text check
    
    * fix organizationDetailsValidation: blank space validation
    
    * fix editProjectDetailsValidation: blank space validation
    NSUWAL123 authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    2dc0094 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bc1ef59 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    a36acfd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0de549 View commit details
    Browse the repository at this point in the history
  3. fix: ui for basemap gen, tooltip titles (#1363)

    * fix organization: add id to search-organization, skeleton loader bug fix
    
    * feat taskSectionPopup: tooltip title add
    
    * feat mapControlComponent: tooltip title add
    
    * fix generateBasemap: table min width set for mobile view
    NSUWAL123 authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    e64cbe5 View commit details
    Browse the repository at this point in the history
  4. test: animation handle

    varun2948 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    73b2d9c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f07787 View commit details
    Browse the repository at this point in the history
  6. feat: added marker blue dot

    varun2948 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    e3a9f6d View commit details
    Browse the repository at this point in the history
  7. feat: raw sql replacing sqlalchemy in auth/me endpoint (#1334)

    * refactor: implemented raw sql replacing sqlalchemy
    
    * fix: pytest failure with user info
    
    * refactor sql using CONFLICT ON
    
    * refactor: removed unnecessary use of COALESCE and Loop
    
    ---------
    
    Co-authored-by: sujanadh <sujanadh07@gmail.com>
    Sujanadh and sujanadh authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    dc170d4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    46f05b4 View commit details
    Browse the repository at this point in the history
  9. fix: log event for sensor

    varun2948 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    09fd346 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c565b66 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    09933d6 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #1366 from NSUWAL123/feat-select-category-ui-change

    fix createProject: radiobutton replace with checkbox to change formWa…
    varun2948 authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    f35842a View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    d87cd3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    458fac2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52329dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02d0549 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d98bc5f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    963f7e5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    60d7fad View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    00238a5 View commit details
    Browse the repository at this point in the history
  9. Api to update the review state of submission (#1350)

    * feat: api to update the review state of submission
    
    * feat: updated the version of osm-fieldwork=0.5.4
    
    ---------
    
    Co-authored-by: sujanadh <sujanadh07@gmail.com>
    Sujanadh and sujanadh authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    fb7381c View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1370 from NSUWAL123/feat-project-details-geolocat…

    …ion-integration
    
    Feat project details geolocation integration
    varun2948 authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    e9ecfdd View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. refactor: updated the version of fmtm-splitter -> 1.2.1 (#1375)

    Co-authored-by: sujanadh <sujanadh07@gmail.com>
    Sujanadh and sujanadh authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    fa9e935 View commit details
    Browse the repository at this point in the history
  2. fix: update user profile image (#1373)

    Co-authored-by: sujanadh <sujanadh07@gmail.com>
    Sujanadh and sujanadh authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    e0237b7 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. feat (frontend): task comments integration (#1352)

    * fix editor: css style fixes
    
    * fix projectComment: service, slice, types add for get & post comments
    
    * feat projecDetails: projectComments components add
    
    * feat editor: clear editorContent on action dispatch
    
    * feat projectDetails: update projectComments on new comment post
    
    * fix projecDetails: empty comments post validation
    
    * feat assetModules: comment icon add
    
    * feat projectDetails: comment section add to bottom sheet for mobile view
    
    * feat projectDetails: post comments loading state add
    
    * fix projectComments: clear editor on comment post
    
    * fix editorToolbar: dropdownMenuContent zIndex add
    
    * ffeat: editorContent empty status check add
    
    * fix projectDetails: comments open on task click & project-details open if not
    
    * feat projectDetails: instructions component add to projectDetails sidebar
    
    * fix projectDetails: css fix
    
    * fix activitiesPanel: css fix & sort code remove
    
    * fix activitiesPanel: display message if no task histories
    
    * fix projectDetails: set taskModalStatus false on first render
    
    * fix projectDetails: taskActivity UI fix
    
    * fix assetModules: icon add
    
    * feat projectDetails: instruction section add to bottomSheet on mobile view
    
    * fix comments: close bottomSheet on comment cancel
    
    * feat projectDetails: projectDashboard api fetch
    NSUWAL123 authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    b85eb2d View commit details
    Browse the repository at this point in the history
  2. refactor: update submission in s3 even if reviewstate is updated (#1379)

    Co-authored-by: sujanadh <sujanadh07@gmail.com>
    Sujanadh and sujanadh authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    ee9e0ca View commit details
    Browse the repository at this point in the history
  3. feat (nav): project details geolocation integration (#1374)

    * fix projectListMap: remove geolocation from homePage map
    
    * refactor projectListMap: remove old vectorLayer code
    
    * feat projectDetails: geolocationStatus add
    
    * fix geoLocation: add & remove geoLocation layer conditionally
    
    * fix mapControlComponent: change geolocation point to red if status on
    
    * fix projectDetails: set generateMbtiles btn to bottom for mobile screen
    
    * fix geolocation: zoom to current location on geolocation on
    NSUWAL123 authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    aec9fb3 View commit details
    Browse the repository at this point in the history
  4. feat: handle geo orientation crash firefox & safari (#1381)

    * fix projectListMap: remove geolocation from homePage map
    
    * refactor projectListMap: remove old vectorLayer code
    
    * feat projectDetails: geolocationStatus add
    
    * fix geoLocation: add & remove geoLocation layer conditionally
    
    * fix mapControlComponent: change geolocation point to red if status on
    
    * fix projectDetails: set generateMbtiles btn to bottom for mobile screen
    
    * fix geolocation: zoom to current location on geolocation on
    
    * fix geolocation: show error if browser is firefox or safari & show only blue dot for them
    NSUWAL123 authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    4125867 View commit details
    Browse the repository at this point in the history
  5. feat: toggleable debug console on mobile in local/dev/stage (#1371)

    * feat: toggleable debug log on mobile in local/dev/stage
    
    * fix: handle terminal logging of objects via json encode
    spwoodcock authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    5e6e245 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Configuration menu
    Copy the full SHA
    c3c4698 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Configuration menu
    Copy the full SHA
    05ec4cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1524534 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a537a1e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d093dd1 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    61478c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfba43d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ab1266 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2568f4d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    77370b3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5ae24f6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    119929e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7353495 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b5a8c87 View commit details
    Browse the repository at this point in the history
  10. feat: endpoint to check the validity of login cookie (#1380)

    * feat: separate endpoint to check the validity of login cookies
    
    * refactor: updated response to user data
    
    ---------
    
    Co-authored-by: sujanadh <sujanadh07@gmail.com>
    Sujanadh and sujanadh authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    e1b871c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c17594e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    eceb7d0 View commit details
    Browse the repository at this point in the history
  13. Fix comments intructions UI enhancement (#1384)

    * fix editor: style fix
    
    * fix projectDetails: comments & instructions css fix
    
    * fix projectDetails: mobile UI fix for comments & instructions
    
    * fix comments: UI fix
    NSUWAL123 authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    3d1c8ff View commit details
    Browse the repository at this point in the history
  14. Fix popup offscreen (#1385)

    * fix taskSectionPopup: qrCode vertical viewport center alignment
    
    * fix projectDetails: building feature popup offscreen issue fix
    NSUWAL123 authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    d24fb9c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1364475 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    ae06f80 View commit details
    Browse the repository at this point in the history
  2. Feat reviewstate api integration (#1376)

    * feat updateReviewState: post update review-state api integration
    
    * feat commonUtils: function to convert camel case to readable format
    
    * feat submissionTable: reviewState add to table column, update reviewState status on table
    
    * fix submissionModel: type fix
    
    * fix submissionReviewState: reviewState key add to submissionSlice
    
    * fix submissionDetails: update submissionDetails on reviewState update
    NSUWAL123 authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    4007e2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d61e8f5 View commit details
    Browse the repository at this point in the history
  4. Fix taskpopup aoi (#1392)

    * fix taskSectionPopup: remove taskSubmission redirection icon, update mbtiles icon
    
    * fix uploadArea: set AOI limit to 200sqkm
    
    * fix uploadArea: only set totalArea if drawnGeojson present
    NSUWAL123 authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    61e8832 View commit details
    Browse the repository at this point in the history
  5. refactor: separate response for comment and task status history (#1391)

    Co-authored-by: sujanadh <sujanadh07@gmail.com>
    Sujanadh and sujanadh authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    e62df22 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    a4cd1be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3eabacd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f10aac7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31f8fca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9ca7a43 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ebb8880 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    310ac36 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1c07709 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6040fbe View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    db2c41e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ffd13b6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2133397 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    21030c8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    410ed8e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c73b847 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c19e873 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    204dcf0 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6ee66f7 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e396ad4 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    cdd6fff View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    9d1fce5 View commit details
    Browse the repository at this point in the history
  22. rebasing

    varun2948 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    d213799 View commit details
    Browse the repository at this point in the history