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

Feature/pwa #1558

Open
wants to merge 50 commits into
base: develop
Choose a base branch
from
Open

Feature/pwa #1558

wants to merge 50 commits into from

Commits on Aug 1, 2023

  1. #1532

    - offline capability
    - species generation via admin tools
    - offline map
    temi committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    b4b0e8a View commit details
    Browse the repository at this point in the history
  2. #1532

    - code refactoring
    temi committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    5d1780c View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. #1532

    - changed post message target url
    - added upload all logic
    - refactored code
    temi committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    dfaaca7 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. #1532

    - changed offline check
    - fixed bug when adding image on Safari
    - service worker - cache key is by default full URL, but page path for certain cases
    - caching create or edit page will not pop up message on navigating to a different page
    - fixed bug with manual regenerate species
    - downloading base map of survey sites at map zoom level
    - refactor code
    - deleted database-schema.js
    temi committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    994ee3a View commit details
    Browse the repository at this point in the history
  2. Implements additional project fields for biocollect initiator (#1541)…

    … and add 'projectActivities' field to BioCollect project result builder (#1547)
    jack-brinkman committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    ee4a271 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. #1532

    - added save button when editing unpublished activity
    - removes maps site selector
    - added Maptiler base map
    - service worker is configurable now
    - removed cache busting ajax parameter
    - added a map tile with message when map is accessing un-cached tiles
    - listing of offline records now include survey date
    - added a flag to enable/disable offline feature - enableOffline
    - removed species duplicates when generating species files
    - refactored resolveSites function used by works projects
    temi committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    4b55142 View commit details
    Browse the repository at this point in the history
  2. #1532

    - excludes service worker from asset compilation
    - removes double binding on offline list page
    temi committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    6896004 View commit details
    Browse the repository at this point in the history
  3. #1532

    - added a continuous check for offline
    - better detection of online
    temi committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    03b000d View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. #1532

    - do not convert js code to ES5
    temi committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    60e8de0 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. #1532

    - refactored code
    - added test cases
    temi committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    f470772 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

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

Commits on Oct 10, 2023

  1. - updated chrome version

    temi committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    eb90541 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. - added storage management

    - added delete activity
    - fixed broken tests
    temi committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    98ae5b9 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. - removed functional test

    temi committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    091242e View commit details
    Browse the repository at this point in the history
  2. - parameterised batch size

    temi committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    d29cdc9 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. - added prompt to reload when indexeddb connection fails

    - refactored url to ws
    - refactored pwa base map url
    - upgraded security plugin 6.2.0
    - upgraded bootstrap3 plugin 4.2.0
    temi committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    aa5c39a View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

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

Commits on Dec 8, 2023

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

Commits on Dec 12, 2023

  1. - added cache to delete as a separate config

    - updated map tile url
    temi committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    2e3273d View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. - checking in for testing

    temi committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    0387aba View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. - modified the page navigated to by back, cancel or save buttons

    - modified deletion of artifacts after record upload
    - refactored code
    temi committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    4f2cb56 View commit details
    Browse the repository at this point in the history
  2. - added missing images.js

    temi committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    2f0eaf4 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. - added new navigation logic

    - removed use of history object for navigation
    temi committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    a7bea58 View commit details
    Browse the repository at this point in the history
  2. - fixed a bug with map zoom in during caching

    - refactored code
    temi committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    6a1008a View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. - added feature to select sites to download if survey sites larger th…

    …an 30
    
    - UI improvements
    - force species download only deletes species configuration of survey
    temi committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    e5fc7eb View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. - stacked table for pwa

    temi committed May 10, 2024
    Configuration menu
    Copy the full SHA
    4df0c7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ae0db6 View commit details
    Browse the repository at this point in the history
  3. - fixed incorrectly checked file

    temi committed May 10, 2024
    Configuration menu
    Copy the full SHA
    a1066f5 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. - added missing libraries

    temi committed May 12, 2024
    Configuration menu
    Copy the full SHA
    ddcafaf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    deee49a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b19903a View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

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

Commits on May 14, 2024

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

Commits on May 31, 2024

  1. - reordered components in survey offline page

    - sorted site by name
    - site modal dialog is scrollable
    - downloaded sites added to offline map list
    temi committed May 31, 2024
    Configuration menu
    Copy the full SHA
    1a26d41 View commit details
    Browse the repository at this point in the history
  2. - updated chrome version

    temi committed May 31, 2024
    Configuration menu
    Copy the full SHA
    3abaeec View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. - added site search feature

    temi committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    aae9df0 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. - silently fail site download

    temi committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    ba60f5c View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

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

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    5e2d4e5 View commit details
    Browse the repository at this point in the history
  2. upgraded node version

    temi committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    57af071 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. - added pwa test cases

    - refactored test code
    temi committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    c757ab3 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. - WIP

    temi committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    308c548 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. - WIP

    temi committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    721230d View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. - WIP

    temi committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    5663d5e View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. updated functional test code

    temi committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    cfda857 View commit details
    Browse the repository at this point in the history
  2. updated packages

    temi committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    5c2fa8e View commit details
    Browse the repository at this point in the history
  3. updated script command

    temi committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    a28462b View commit details
    Browse the repository at this point in the history
  4. headless mode

    temi committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    f89f138 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2024

  1. start ecodata first

    temi committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    d9b128b View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

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