Skip to content

Commit

Permalink
Create a notification system (pupilfirst#520)
Browse files Browse the repository at this point in the history
This PR adds 
- PWA support
- locale to user
- Notifications system and UI 
- Web push notifications 

Co-authored-by: vinu tv <[email protected]>
Co-authored-by: Hari Gopal <[email protected]>
  • Loading branch information
3 people authored Feb 5, 2021
1 parent 5954feb commit 0312e2d
Show file tree
Hide file tree
Showing 109 changed files with 3,776 additions and 234 deletions.
4 changes: 3 additions & 1 deletion .overcommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ CommitMsg:
enabled: false

PreCommit:
CaseConflicts:
enabled: false
RuboCop:
enabled: true
on_warn: fail
Expand All @@ -15,5 +17,5 @@ PreCommit:

Stylelint:
enabled: true
command: ['yarn', 'run', '--silent', 'stylelint']
command: [ 'yarn', 'run', '--silent', 'stylelint' ]
required_executable: './node_modules/stylelint/bin/stylelint.js'
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ gem 'descriptive_statistics', '~> 2.5', require: 'descriptive_statistics/safe' #
gem 'kaminari', '~> 1.2' # Scope & Engine based, clean, powerful, customizable and sophisticated paginator.
gem 'bootstrap4-kaminari-views', '= 1.0.0', github: 'mahesh-krishnakumar/bootstrap4-kaminari-views' # Bootstrap 4 styling for Kaminari gem
gem 'rack-throttle', '~> 0.7' # API Rate limiting
gem 'webpush', '~> 1.1.0' # Encryption Utilities for Web Push protocol

# Omniauth providers
gem 'omniauth-google-oauth2', '~> 0.6' # Oauth2 strategy for Google
Expand Down Expand Up @@ -105,7 +106,7 @@ group :test do
gem 'factory_bot_rails', '~> 6.1' # A library for setting up Ruby objects as test data.
gem 'capybara', '~> 3.0' # For RSpec feature tests.
gem 'capybara-email', '~> 3.0' # Test ActionMailer and Mailer messages with Capybara
gem 'webdrivers', '~> 4.0' # Keep your Selenium WebDrivers updated automatically.
gem 'webdrivers', '~> 4.5' # Keep your Selenium WebDrivers updated automatically.
gem 'capybara-screenshot', '~> 1.0' # Save screenshots on failure!
gem 'rspec-eventually', '~> 0.2.2' # Rspec helper to match eventually
gem 'diffy', '~> 3.3' # Easy Diffing in Ruby. https://github.com/samg/diffy
Expand Down
Loading

0 comments on commit 0312e2d

Please sign in to comment.