Skip to content
This repository has been archived by the owner on Feb 14, 2022. It is now read-only.

Cache activity data #57

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

Cache activity data #57

wants to merge 6 commits into from

Commits on May 3, 2019

  1. Rename incorrect spec file

    davegson committed May 3, 2019
    Configuration menu
    Copy the full SHA
    0fa24ac View commit details
    Browse the repository at this point in the history
  2. Fix rubocops

    davegson committed May 3, 2019
    Configuration menu
    Copy the full SHA
    01fc2ad View commit details
    Browse the repository at this point in the history
  3. Implement #stampable_name for stamps

    the thought behind this is to be able to call the same method in the UI for different stamps. Another usecase is activities caching, which does not care about the stamp type, but does want to save the descriptor/stampable_name
    davegson committed May 3, 2019
    Configuration menu
    Copy the full SHA
    3507dab View commit details
    Browse the repository at this point in the history
  4. Create page for System user

    davegson committed May 3, 2019
    Configuration menu
    Copy the full SHA
    cca4d4a View commit details
    Browse the repository at this point in the history

Commits on May 15, 2019

  1. Add caching to activities

    1) the different caches are set up in Activity::CACHE_CONFIG
    
    2) you can directly go ahead and use a cache, if a object has not saved the cache it will load and save it the first time it is called. The second time it already only calls the cache 🎉
    
    So this can be deployed to production or caches can later be added without having to worry
    davegson committed May 15, 2019
    Configuration menu
    Copy the full SHA
    17b93fb View commit details
    Browse the repository at this point in the history
  2. Fix rubocops

    davegson committed May 15, 2019
    Configuration menu
    Copy the full SHA
    bb6ebab View commit details
    Browse the repository at this point in the history