spotlight_search 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: e94efda6aaa8700be25f24c0372d793875e09b86
4
+ data.tar.gz: d70f6872c4a66db65cb4fd43f8dc9eda79d93d64
5
+ SHA512:
6
+ metadata.gz: 8204e7359ec7e6ad3c7f413db23477b4276c28d41881ec2312ab3a8d5430088f0b09255aaf593ddfc2d2d6ebb119b77776015e26a0e2782f6b63d3f3ca021716
7
+ data.tar.gz: ebc2ece340e906a056cb2e5cecb34245c03e0b5f102762400554b1d705cc5cc65c7ea48add3a7b106f83ece28cb7d39b784b41f2523c3fa2963a791194d31bd4
data/.DS_Store ADDED
Binary file
@@ -0,0 +1,74 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ In the interest of fostering an open and welcoming environment, we as
6
+ contributors and maintainers pledge to making participation in our project and
7
+ our community a harassment-free experience for everyone, regardless of age, body
8
+ size, disability, ethnicity, gender identity and expression, level of experience,
9
+ nationality, personal appearance, race, religion, or sexual identity and
10
+ orientation.
11
+
12
+ ## Our Standards
13
+
14
+ Examples of behavior that contributes to creating a positive environment
15
+ include:
16
+
17
+ * Using welcoming and inclusive language
18
+ * Being respectful of differing viewpoints and experiences
19
+ * Gracefully accepting constructive criticism
20
+ * Focusing on what is best for the community
21
+ * Showing empathy towards other community members
22
+
23
+ Examples of unacceptable behavior by participants include:
24
+
25
+ * The use of sexualized language or imagery and unwelcome sexual attention or
26
+ advances
27
+ * Trolling, insulting/derogatory comments, and personal or political attacks
28
+ * Public or private harassment
29
+ * Publishing others' private information, such as a physical or electronic
30
+ address, without explicit permission
31
+ * Other conduct which could reasonably be considered inappropriate in a
32
+ professional setting
33
+
34
+ ## Our Responsibilities
35
+
36
+ Project maintainers are responsible for clarifying the standards of acceptable
37
+ behavior and are expected to take appropriate and fair corrective action in
38
+ response to any instances of unacceptable behavior.
39
+
40
+ Project maintainers have the right and responsibility to remove, edit, or
41
+ reject comments, commits, code, wiki edits, issues, and other contributions
42
+ that are not aligned to this Code of Conduct, or to ban temporarily or
43
+ permanently any contributor for other behaviors that they deem inappropriate,
44
+ threatening, offensive, or harmful.
45
+
46
+ ## Scope
47
+
48
+ This Code of Conduct applies both within project spaces and in public spaces
49
+ when an individual is representing the project or its community. Examples of
50
+ representing a project or community include using an official project e-mail
51
+ address, posting via an official social media account, or acting as an appointed
52
+ representative at an online or offline event. Representation of a project may be
53
+ further defined and clarified by project maintainers.
54
+
55
+ ## Enforcement
56
+
57
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
+ reported by contacting the project team at anbublacky@gmail.com. All
59
+ complaints will be reviewed and investigated and will result in a response that
60
+ is deemed necessary and appropriate to the circumstances. The project team is
61
+ obligated to maintain confidentiality with regard to the reporter of an incident.
62
+ Further details of specific enforcement policies may be posted separately.
63
+
64
+ Project maintainers who do not follow or enforce the Code of Conduct in good
65
+ faith may face temporary or permanent repercussions as determined by other
66
+ members of the project's leadership.
67
+
68
+ ## Attribution
69
+
70
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
+ available at [http://contributor-covenant.org/version/1/4][version]
72
+
73
+ [homepage]: http://contributor-covenant.org
74
+ [version]: http://contributor-covenant.org/version/1/4/
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source "https://rubygems.org"
2
+
3
+ # Specify your gem's dependencies in image_zoomer.gemspec
4
+ gemspec
data/Gemfile.lock ADDED
@@ -0,0 +1,41 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ spotlight-search (0.1.0)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ coffee-script (2.4.1)
10
+ coffee-script-source
11
+ execjs
12
+ coffee-script-source (1.12.2)
13
+ diff-lcs (1.3)
14
+ execjs (2.7.0)
15
+ rake (10.5.0)
16
+ rspec (3.8.0)
17
+ rspec-core (~> 3.8.0)
18
+ rspec-expectations (~> 3.8.0)
19
+ rspec-mocks (~> 3.8.0)
20
+ rspec-core (3.8.0)
21
+ rspec-support (~> 3.8.0)
22
+ rspec-expectations (3.8.3)
23
+ diff-lcs (>= 1.2.0, < 2.0)
24
+ rspec-support (~> 3.8.0)
25
+ rspec-mocks (3.8.0)
26
+ diff-lcs (>= 1.2.0, < 2.0)
27
+ rspec-support (~> 3.8.0)
28
+ rspec-support (3.8.0)
29
+
30
+ PLATFORMS
31
+ ruby
32
+
33
+ DEPENDENCIES
34
+ bundler (~> 2.0)
35
+ coffee-script (~> 2.2)
36
+ rake (~> 10.0)
37
+ rspec (~> 3.0)
38
+ spotlight-search!
39
+
40
+ BUNDLED WITH
41
+ 2.0.1
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2019 Anbazhagan
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,43 @@
1
+ # ImageZoomer
2
+
3
+ Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/image_zoomer`. To experiment with that code, run `bin/console` for an interactive prompt.
4
+
5
+ TODO: Delete this and the text above, and describe your gem
6
+
7
+ ## Installation
8
+
9
+ Add this line to your application's Gemfile:
10
+
11
+ ```ruby
12
+ gem 'image_zoomer'
13
+ ```
14
+
15
+ And then execute:
16
+
17
+ $ bundle
18
+
19
+ Or install it yourself as:
20
+
21
+ $ gem install image_zoomer
22
+
23
+ ## Usage
24
+
25
+ TODO: Write usage instructions here
26
+
27
+ ## Development
28
+
29
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
+
31
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
32
+
33
+ ## Contributing
34
+
35
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/image_zoomer. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
36
+
37
+ ## License
38
+
39
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
40
+
41
+ ## Code of Conduct
42
+
43
+ Everyone interacting in the ImageZoomer project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/image_zoomer/blob/master/CODE_OF_CONDUCT.md).
data/Rakefile ADDED
@@ -0,0 +1,6 @@
1
+ require "bundler/gem_tasks"
2
+ require "rspec/core/rake_task"
3
+
4
+ RSpec::Core::RakeTask.new(:spec)
5
+
6
+ task :default => :spec
data/app/.DS_Store ADDED
Binary file
@@ -0,0 +1,97 @@
1
+ var current_request, get_paginated_list;
2
+
3
+ current_request = null;
4
+
5
+ get_paginated_list = function(page, thisObj) {
6
+ var filter_params, query_string, sort_column, sort_direction, success_replace_class, url;
7
+ url = $('.filters').data('filter-url');
8
+ success_replace_class = $('.filters').data('replacement-class');
9
+ if (typeof page === void 0) {
10
+ page = 1;
11
+ }
12
+ if (thisObj.data('behaviour') === "sort") {
13
+ sort_column = thisObj.data('sort-column');
14
+ sort_direction = thisObj.data('sort-direction');
15
+ } else {
16
+ sort_column = $('[data-behaviour="current-page"]').data('sort-column');
17
+ sort_direction = $('[data-behaviour="current-page"]').data('sort-direction');
18
+ }
19
+ filter_params = {};
20
+ $('[data-behaviour="filter"]').each(function(index) {
21
+ filter_params[$(this).data('scope')] = $(this).val();
22
+ });
23
+ query_string = {
24
+ filters: filter_params,
25
+ page: page,
26
+ sort: {
27
+ sort_column: sort_column,
28
+ sort_direction: sort_direction
29
+ }
30
+ };
31
+ return current_request = $.ajax(url, {
32
+ type: 'GET',
33
+ data: query_string,
34
+ beforeSend: function() {
35
+ if (current_request !== null) {
36
+ current_request.abort();
37
+ }
38
+ },
39
+ success: function(data) {
40
+ var q;
41
+ q = jQuery.param(query_string);
42
+ window.history.pushState("", "", url + "?" + q);
43
+ return $('.' + success_replace_class).html(data);
44
+ },
45
+ error: function(jqxhr, textStatus, errorThrown) {
46
+ alert(errorThrown);
47
+ return $.jGrowl("Whoops! There was an error processing your request. Please contact support!")({
48
+ life: 2000
49
+ });
50
+ }
51
+ });
52
+ };
53
+
54
+ $(document).on('click', '[data-behaviour="next-page"]', function() {
55
+ var current_page, thisObj;
56
+ thisObj = $(this);
57
+ current_page = parseInt($('[data-behaviour="current-page"]').data('page'));
58
+ return $(function() {
59
+ return get_paginated_list(current_page + 1, thisObj);
60
+ });
61
+ });
62
+
63
+ $(document).on('click', '[data-behaviour="previous-page"]', function() {
64
+ var current_page, thisObj;
65
+ thisObj = $(this);
66
+ current_page = parseInt($('[data-behaviour="current-page"]').data('page'));
67
+ return $(function() {
68
+ return get_paginated_list(current_page - 1, thisObj);
69
+ });
70
+ });
71
+
72
+ $(document).on('keyup', '[data-type="input-filter"]', function() {
73
+ var thisObj;
74
+ thisObj = $(this);
75
+ return $(function() {
76
+ return get_paginated_list(1, thisObj);
77
+ });
78
+ });
79
+
80
+ $(document).on('change', '[data-type="select-filter"]', function() {
81
+ var thisObj;
82
+ thisObj = $(this);
83
+ return $(function() {
84
+ return get_paginated_list(1, thisObj);
85
+ });
86
+ });
87
+
88
+ $(document).on('click', '[data-type="anchor-filter"]', function() {
89
+ var thisObj;
90
+ thisObj = $(this);
91
+ return $(function() {
92
+ return get_paginated_list(1, thisObj);
93
+ });
94
+ });
95
+
96
+ // ---
97
+ // generated by coffee-script 1.9.2
@@ -0,0 +1 @@
1
+ //= require_tree .
data/bin/console ADDED
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "image_zoomer"
5
+
6
+ # You can add fixtures and/or initialization code here to make experimenting
7
+ # with your gem easier. You can also use a different console, if you like.
8
+
9
+ # (If you use this, don't forget to add pry to your Gemfile!)
10
+ # require "pry"
11
+ # Pry.start
12
+
13
+ require "irb"
14
+ IRB.start(__FILE__)
data/bin/setup ADDED
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
@@ -0,0 +1,4 @@
1
+ module SpotlightSearch
2
+ class Engine < Rails::Engine
3
+ end
4
+ end
@@ -0,0 +1,42 @@
1
+ module SpotlightSearch
2
+ module Helpers
3
+
4
+ def sortable(column, title = nil, sort_column="created_at", sort_direction="asc")
5
+ title ||= column.titleize
6
+ css_class = column == sort_column ? "current #{sort_direction}" : nil
7
+ direction = column == sort_column && sort_direction == "asc" ? "desc" : "asc"
8
+ # link_to title, '#', {:class => css_class, data: {sort: column, direction: direction}}
9
+ content_tag("a","Title", class: css_class, data: {sort_column: column, sort_direction: direction, behaviour: 'sort', type: 'anchor-filter'})
10
+ end
11
+
12
+ def cm_paginate(facets)
13
+ tag.div class: 'text-center' do
14
+ tag.div class: 'nav navbar navbar-inner' do
15
+ tag.ul class: 'pagination' do
16
+ if facets.previous_page != false
17
+ previous_page = tag.li do
18
+ tag.button class: 'btn btn-bordered', data: { behaviour: 'previous-page'} do
19
+ tag.span "Previous"
20
+ end
21
+ end
22
+ end
23
+ current_page = content_tag :li do
24
+ tag.a class: 'btn btn-bordered mx-2', data: {sort_column: @filtered_result.sort[:sort_column], sort_direction: @filtered_result.sort[:sort_direction], page: facets.current_page, behaviour: 'current-page' } do
25
+ "Showing #{facets.current_page} of #{facets.total_pages} pages"
26
+ end
27
+ end
28
+
29
+ if facets.next_page != false
30
+ next_page = tag.li do
31
+ tag.button class: 'btn btn-bordered', data: { behaviour: 'next-page'} do
32
+ tag.span "Next"
33
+ end
34
+ end
35
+ end
36
+ (previous_page || ActiveSupport::SafeBuffer.new) + current_page + (next_page || ActiveSupport::SafeBuffer.new)
37
+ end
38
+ end
39
+ end
40
+ end
41
+ end
42
+ end
@@ -0,0 +1,9 @@
1
+ require 'spotlight_search/helpers'
2
+
3
+ module SpotlightSearch
4
+ class Railtie < Rails::Railtie
5
+ initializer "spotlight_search.helpers" do
6
+ ActionView::Base.send :include, Helpers
7
+ end
8
+ end
9
+ end
@@ -0,0 +1,3 @@
1
+ module SpotlightSearch
2
+ VERSION = "0.1.0"
3
+ end
@@ -0,0 +1,60 @@
1
+ require 'spotlight_search/engine'
2
+ require 'spotlight_search/version'
3
+ require 'spotlight_search/railtie' if defined?(Rails)
4
+
5
+ module SpotlightSearch
6
+ extend ActiveSupport::Concern
7
+ module ClassMethods
8
+ def filter_by(page, filter_params = {}, sort_params = {})
9
+ filtered_result = OpenStruct.new
10
+ sort_column = self.column_names.include?(sort_params[:sort_column]) ? sort_params[:sort_column] : "created_at"
11
+ sort_direction = %w[asc desc].include?(sort_params[:sort_direction]) ? sort_params[:sort_direction] : "asc"
12
+ sort_params = {sort_column: sort_column, sort_direction: sort_direction}
13
+ raw_data = self.filter(filter_params).sort_list(sort_column, sort_direction)
14
+ filtered_result.data = raw_data.page(page).per(30)
15
+ filtered_result.facets = self.paginate(page, raw_data.size)
16
+ filtered_result.sort = sort_params
17
+ return filtered_result
18
+ end
19
+
20
+ def filter(filter_params)
21
+ data = self
22
+ if filter_params.present? && filter_params.class == ActiveSupport::HashWithIndifferentAccess
23
+ filter_params.each do |key, value|
24
+ data = data.send(key, value)
25
+ end
26
+ else
27
+ data = self.all
28
+ end
29
+ return data
30
+ end
31
+
32
+ def sort_list(sort_column, sort_direction)
33
+ return self.order(sort_column + " " + sort_direction)
34
+ end
35
+
36
+ def paginate(page, total_count)
37
+ page = page.presence || 1
38
+ per_page = 30
39
+ facets = OpenStruct.new # initializing OpenStruct instance
40
+ facets.total_count = total_count
41
+ facets.filtered_count = total_count
42
+ facets.total_pages = (total_count/per_page.to_f).ceil
43
+ facets.current_page = page.to_i
44
+ # Previous Page
45
+ if facets.current_page - 1 == 0
46
+ facets.previous_page = false
47
+ else
48
+ facets.previous_page = true
49
+ end
50
+ # Next Page
51
+ if facets.current_page + 1 > facets.total_pages
52
+ facets.next_page = false
53
+ else
54
+ facets.next_page = true
55
+ end
56
+ return facets
57
+ end
58
+ end
59
+
60
+ end
@@ -0,0 +1,28 @@
1
+ lib = File.expand_path("../lib", __FILE__)
2
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
+ require "spotlight_search/version"
4
+
5
+ Gem::Specification.new do |s|
6
+ s.name = 'spotlight_search'
7
+ s.version = SpotlightSearch::VERSION
8
+ s.date = '2019-05-29'
9
+ s.summary = "This gem should help reduce the efforts in the admin panel.
10
+ It has search, sort and pagination included."
11
+ s.description = "This gem should help reduce the efforts in the admin panel.
12
+ It has search, sort and pagination included"
13
+ s.authors = ["Anbazhagan Palani"]
14
+ s.email = 'anbu@commutatus.com'
15
+ s.homepage =
16
+ 'https://github.com/commutatus/spotlight-search'
17
+ s.license = 'MIT'
18
+ s.files = Dir.chdir(File.expand_path('..', __FILE__)) do
19
+ `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
20
+ end
21
+ # s.bindir = "exe"
22
+ # s.executables = s.files.grep(%r{^exe/}) { |f| File.basename(f) }
23
+ # s.require_paths = ["lib"]
24
+
25
+ s.add_development_dependency "bundler", "~> 2.0"
26
+ s.add_development_dependency "rake", "~> 10.0"
27
+ s.add_development_dependency "rspec", "~> 3.0"
28
+ end
metadata ADDED
@@ -0,0 +1,106 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: spotlight_search
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Anbazhagan Palani
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2019-05-29 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '2.0'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '2.0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '10.0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '10.0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rspec
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '3.0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '3.0'
55
+ description: |-
56
+ This gem should help reduce the efforts in the admin panel.
57
+ It has search, sort and pagination included
58
+ email: anbu@commutatus.com
59
+ executables: []
60
+ extensions: []
61
+ extra_rdoc_files: []
62
+ files:
63
+ - ".DS_Store"
64
+ - CODE_OF_CONDUCT.md
65
+ - Gemfile
66
+ - Gemfile.lock
67
+ - LICENSE.txt
68
+ - README.md
69
+ - Rakefile
70
+ - app/.DS_Store
71
+ - app/assets/javascripts/spotlight_search.js
72
+ - app/assets/javascripts/spotlight_search_main.js
73
+ - bin/console
74
+ - bin/setup
75
+ - lib/spotlight_search.rb
76
+ - lib/spotlight_search/engine.rb
77
+ - lib/spotlight_search/helpers.rb
78
+ - lib/spotlight_search/railtie.rb
79
+ - lib/spotlight_search/version.rb
80
+ - spotlight_search.gemspec
81
+ homepage: https://github.com/commutatus/spotlight-search
82
+ licenses:
83
+ - MIT
84
+ metadata: {}
85
+ post_install_message:
86
+ rdoc_options: []
87
+ require_paths:
88
+ - lib
89
+ required_ruby_version: !ruby/object:Gem::Requirement
90
+ requirements:
91
+ - - ">="
92
+ - !ruby/object:Gem::Version
93
+ version: '0'
94
+ required_rubygems_version: !ruby/object:Gem::Requirement
95
+ requirements:
96
+ - - ">="
97
+ - !ruby/object:Gem::Version
98
+ version: '0'
99
+ requirements: []
100
+ rubyforge_project:
101
+ rubygems_version: 2.6.13
102
+ signing_key:
103
+ specification_version: 4
104
+ summary: This gem should help reduce the efforts in the admin panel. It has search,
105
+ sort and pagination included.
106
+ test_files: []