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

feat: 4947 - added local "last access" timestamp for products #4969

Merged
merged 3 commits into from
Jan 25, 2024

Commits on Jan 10, 2024

  1. feat: 4947 - added local "last access" timestamp for products

    New file:
    * `dao_product_last_access.dart`: Table that stores the local last access timestamp for a product.
    
    Impacted files:
    * `local_database.dart`: new version of the database, because of the new "product last access" table
    * `new_product_page.dart`: added a call to refresh the product "last access" timestamp
    * `offline_data_page.dart`: added a call to delete the product "last access" timestamps
    * `product_model.dart`: added a call to refresh the product "last access" timestamp
    * `pubspec.lock`: wtf
    monsieurtanuki committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    db74fbe View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

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

Commits on Jan 15, 2024

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