This is the repository for the Checkout History app that is attached to Account.
Clone the github repo
git clone git@github.com:mlibrary/search.checkout-history.git
cd search.checkout-historyrun the init script
./init.shedit .env with actual environment variables; ask a developer if you need them
start containers
docker compose up -dFor Rails rspec tests make sure then database is running. Then run the tests:
docker compose run --rm app bundle exec rspecBackup xml files of the analytics reports are located in ./config/alma_analytics_reports/
To reset the database in development run:
$ docker compose run --rm web bundle exec rails db:schema:load
$ docker compose run --rm web bundle exec rails db:seed