todo_analyser 1.0.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
+ SHA256:
3
+ metadata.gz: 5dad5c88918707ccb9b869c2cac95e6744e8878d287abd3183151ab0d2889af7
4
+ data.tar.gz: 62909da6b9f2793facd24961f6c19fb93466d729d336951508af4c43547bab11
5
+ SHA512:
6
+ metadata.gz: 2a54af9513b56863365613056f727484e9a74dbbf301e51606a80c398393f1c8af4f87dfda915820abd654b762d11976c67491406eb1a688c15a34cb9d71e20b
7
+ data.tar.gz: 417368352ac62592f97a97815887f5d30f4c9def15b2f59383c539637224e095c5e85d951d1f366ab417c7d84247e73d1662c4d4cd569c41d53764d6be267cc2
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
data/CHANGELOG.md ADDED
File without changes
@@ -0,0 +1,84 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
6
+
7
+ We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
8
+
9
+ ## Our Standards
10
+
11
+ Examples of behavior that contributes to a positive environment for our community include:
12
+
13
+ * Demonstrating empathy and kindness toward other people
14
+ * Being respectful of differing opinions, viewpoints, and experiences
15
+ * Giving and gracefully accepting constructive feedback
16
+ * Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
17
+ * Focusing on what is best not just for us as individuals, but for the overall community
18
+
19
+ Examples of unacceptable behavior include:
20
+
21
+ * The use of sexualized language or imagery, and sexual attention or
22
+ advances of any kind
23
+ * Trolling, insulting or derogatory comments, and personal or political attacks
24
+ * Public or private harassment
25
+ * Publishing others' private information, such as a physical or email
26
+ address, without their explicit permission
27
+ * Other conduct which could reasonably be considered inappropriate in a
28
+ professional setting
29
+
30
+ ## Enforcement Responsibilities
31
+
32
+ Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.
33
+
34
+ Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.
35
+
36
+ ## Scope
37
+
38
+ This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.
39
+
40
+ ## Enforcement
41
+
42
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at suresh@sureshinde.com. All complaints will be reviewed and investigated promptly and fairly.
43
+
44
+ All community leaders are obligated to respect the privacy and security of the reporter of any incident.
45
+
46
+ ## Enforcement Guidelines
47
+
48
+ Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:
49
+
50
+ ### 1. Correction
51
+
52
+ **Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.
53
+
54
+ **Consequence**: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested.
55
+
56
+ ### 2. Warning
57
+
58
+ **Community Impact**: A violation through a single incident or series of actions.
59
+
60
+ **Consequence**: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban.
61
+
62
+ ### 3. Temporary Ban
63
+
64
+ **Community Impact**: A serious violation of community standards, including sustained inappropriate behavior.
65
+
66
+ **Consequence**: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban.
67
+
68
+ ### 4. Permanent Ban
69
+
70
+ **Community Impact**: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.
71
+
72
+ **Consequence**: A permanent ban from any sort of public interaction within the community.
73
+
74
+ ## Attribution
75
+
76
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.0,
77
+ available at https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
78
+
79
+ Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity).
80
+
81
+ [homepage]: https://www.contributor-covenant.org
82
+
83
+ For answers to common questions about this code of conduct, see the FAQ at
84
+ https://www.contributor-covenant.org/faq. Translations are available at https://www.contributor-covenant.org/translations.
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2024 Suresh Shinde
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,53 @@
1
+ # TodoAnalyser
2
+ The goal of the project is to build a command line tool.
3
+
4
+ Using Ruby, write a command line tool that consumes the first `20` `even` numbered TODO's in most performant way and output the `title` and whether it is `completed` or not.
5
+
6
+ ## Development
7
+
8
+ 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.
9
+
10
+ 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 the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
11
+
12
+ ## Installation (as library)
13
+
14
+ Install the gem and add to the application's Gemfile by executing:
15
+
16
+ $ bundle add todo_analyser
17
+
18
+ If bundler is not being used to manage dependencies, install the gem by executing:
19
+
20
+ $ gem install todo_analyser
21
+
22
+ ## Usage
23
+
24
+ ### Option 1: Console Command
25
+
26
+ $ bin/console -h # To display information about command arguments
27
+ $ bin/console <URL> [OPTIONS]
28
+ $ OPTIONS: -n, --number N [Number of TODOs to consume (default: 20)]
29
+
30
+ ### Option 2: Standalone Command
31
+ $ run/todo_analyser.rb -h # To display information about command arguments
32
+ $ run/todo_analyser.rb <URL> [OPTIONS]
33
+
34
+ ### Example: Option 1
35
+ $ bin/console https://jsonplaceholder.typicode.com/todos
36
+ $ bin/console -n 10 https://jsonplaceholder.typicode.com/todos
37
+
38
+ ### Example: Option 2
39
+ $ run/todo_analyser.rb https://jsonplaceholder.typicode.com/todos
40
+ $ run/todo_analyser.rb -n 10 https://jsonplaceholder.typicode.com/todos
41
+
42
+
43
+ ## Contributing
44
+
45
+ Bug reports and pull requests are welcome on GitHub at https://github.com/sureshinde/todo_analyser. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/sureshinde/todo_analyser/blob/master/CODE_OF_CONDUCT.md).
46
+
47
+ ## License
48
+
49
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
50
+
51
+ ## Code of Conduct
52
+
53
+ Everyone interacting in the TodoAnalyser project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/sureshinde/todo_analyser/blob/master/CODE_OF_CONDUCT.md).
data/Rakefile ADDED
@@ -0,0 +1,8 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'bundler/gem_tasks'
4
+ require 'rspec/core/rake_task'
5
+
6
+ RSpec::Core::RakeTask.new(:spec)
7
+
8
+ task default: :spec
@@ -0,0 +1,13 @@
1
+ # frozen_string_literal: true
2
+
3
+ ##
4
+ # Print to console
5
+ ##
6
+ class ConsoleOutput
7
+ def call(todo)
8
+ # Classify TODOs [ ]: Pending, [✓]: Completed
9
+ puts "[#{todo.completed ? '✓' : ' '}] #{todo.title} (#{todo.completed ? 'Completed' : 'Pending'})"
10
+ # Alternately can display the status in the end
11
+ # (#{todo.completed ? "Completed" : "Pending"})
12
+ end
13
+ end
@@ -0,0 +1,13 @@
1
+ # frozen_string_literal: true
2
+
3
+ ##
4
+ # TODOs Model
5
+ ##
6
+ class Todo
7
+ attr_reader :title, :completed
8
+
9
+ def initialize(title, completed)
10
+ @title = title
11
+ @completed = completed
12
+ end
13
+ end
@@ -0,0 +1,21 @@
1
+ # frozen_string_literal: true
2
+
3
+ ##
4
+ # Consume and output TODOs
5
+ ##
6
+ class TodoConsumer
7
+ def initialize(reader, number, output_method)
8
+ @reader = reader
9
+ @number = number
10
+ @output_method = output_method
11
+ end
12
+
13
+ def consume
14
+ @reader.read_todos do |todo|
15
+ @output_method.call(todo)
16
+ break if @number <= 1
17
+
18
+ @number -= 1
19
+ end
20
+ end
21
+ end
@@ -0,0 +1,10 @@
1
+ # frozen_string_literal: true
2
+
3
+ ##
4
+ # Interface for reading the response
5
+ ##
6
+ module TodoReaderInterface
7
+ def read_todos
8
+ raise NotImplementedError, 'read_todos not implemented'
9
+ end
10
+ end
@@ -0,0 +1,31 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'json'
4
+ require 'net/http'
5
+
6
+ require_relative 'todo_reader_interface'
7
+ require_relative 'todo'
8
+
9
+ # Concrete implementation for JSON TODOs
10
+ class TodoReaderJSON
11
+ include TodoReaderInterface
12
+
13
+ def initialize(todo_path)
14
+ @todo_path = todo_path
15
+ end
16
+
17
+ def read_todos
18
+ uri = URI(@todo_path)
19
+ todos_string = Net::HTTP.get(uri)
20
+ todos = JSON.parse todos_string
21
+
22
+ todos.each_with_index do |todo, i|
23
+ next unless i.odd? # Check for even lines
24
+
25
+ title = todo['title']
26
+ completed = todo['completed']
27
+
28
+ yield Todo.new(title.strip, completed.to_s.strip.downcase == 'true')
29
+ end
30
+ end
31
+ end
@@ -0,0 +1,8 @@
1
+ # frozen_string_literal: true
2
+
3
+ ##
4
+ # Versioning
5
+ ##
6
+ module TodoAnalyser
7
+ VERSION = '1.0.0'
8
+ end
@@ -0,0 +1,36 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'optparse'
4
+
5
+ require_relative 'todo_analyser/version'
6
+ require_relative 'todo_analyser/console_output'
7
+ require_relative 'todo_analyser/todo_reader_json'
8
+ require_relative 'todo_analyser/todo_consumer'
9
+
10
+ ##
11
+ # Module to Run the Parser & Analyser
12
+ ##
13
+ module TodoAnalyser
14
+ class Error < StandardError; end
15
+
16
+ # Command-line argument parsing
17
+ options = {}
18
+ OptionParser.new do |opts|
19
+ opts.banner = 'Usage: todo_analyser.rb URL [OPTIONS]'
20
+
21
+ opts.on('-n', '--number N', 'Number of TODOs to consume (default: 20)') do |n|
22
+ options[:number] = n.to_i
23
+ end
24
+ end.parse!
25
+
26
+ todos_path = ARGV[0]
27
+ raise 'Please specify a file to consume TODOs from.' unless todos_path
28
+
29
+ # Default Values
30
+ number = options[:number] || 20
31
+
32
+ # Calls
33
+ reader = TodoReaderJSON.new(todos_path)
34
+ consumer = TodoConsumer.new(reader, number, ConsoleOutput.new)
35
+ consumer.consume
36
+ end
@@ -0,0 +1,100 @@
1
+ #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
3
+
4
+ require 'optparse'
5
+ require 'json'
6
+ require 'net/http'
7
+
8
+ ##
9
+ # Module to Run the Parser & Analyser
10
+ ##
11
+ module TodoAnalyser
12
+ # Interface for reading the response
13
+ module TodoReaderInterface
14
+ def read
15
+ raise NotImplementedError, 'read_todos not implemented'
16
+ end
17
+ end
18
+
19
+ # Concrete implementation for JSON TODOs
20
+ class TodoReaderJSON
21
+ include TodoReaderInterface
22
+ def initialize(todo_path)
23
+ @todo_path = todo_path
24
+ end
25
+
26
+ def read
27
+ uri = URI(@todo_path)
28
+ todos_string = Net::HTTP.get(uri)
29
+ todos = JSON.parse todos_string
30
+
31
+ todos.each_with_index do |todo, i|
32
+ next unless i.odd? # Check for even lines
33
+
34
+ title = todo['title']
35
+ completed = todo['completed']
36
+
37
+ yield Todo.new(title.strip, completed.to_s.strip.downcase == 'true')
38
+ end
39
+ end
40
+ end
41
+
42
+ # Bin
43
+ class Todo
44
+ attr_reader :title, :completed
45
+
46
+ def initialize(title, completed)
47
+ @title = title
48
+ @completed = completed
49
+ end
50
+ end
51
+
52
+ # Consume and output TODOs
53
+ class TodoConsumer
54
+ def initialize(reader, number, output_method)
55
+ @reader = reader
56
+ @number = number
57
+ @output_method = output_method
58
+ end
59
+
60
+ def consume
61
+ @reader.read do |todo|
62
+ @output_method.call(todo)
63
+ break if @number <= 1
64
+
65
+ @number -= 1
66
+ end
67
+ end
68
+ end
69
+
70
+ # Print to console
71
+ class ConsoleOutput
72
+ def call(todo)
73
+ # Classify TODOs [ ]: Pending, [✓]: Completed
74
+ puts "[#{todo.completed ? '✓' : ' '}] #{todo.title}"
75
+ # Alternately can display the status in the end
76
+ # (#{todo.completed ? "Completed" : "Pending"})
77
+ end
78
+ end
79
+
80
+ # Command-line argument parsing
81
+ options = {}
82
+ OptionParser.new do |opts|
83
+ opts.banner = 'Usage: todo_analyser.rb URL [OPTIONS]'
84
+
85
+ opts.on('-n', '--number N', 'Number of TODOs to consume (default: 20)') do |n|
86
+ options[:number] = n.to_i
87
+ end
88
+ end.parse!
89
+
90
+ todos_path = ARGV[0]
91
+ raise 'Please specify a file to consume TODOs from.' unless todos_path
92
+
93
+ # Default Values
94
+ number = options[:number] || 20
95
+
96
+ # Calls
97
+ reader = TodoReaderJSON.new(todos_path)
98
+ consumer = TodoConsumer.new(reader, number, ConsoleOutput.new)
99
+ consumer.consume
100
+ end
@@ -0,0 +1,4 @@
1
+ module TodoAnalyser
2
+ VERSION: String
3
+ # See the writing guide of rbs: https://github.com/ruby/rbs#guides
4
+ end
metadata ADDED
@@ -0,0 +1,62 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: todo_analyser
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Suresh Shinde
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2024-02-19 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: To-Do List Parser to parse the TODOs for even numbered items from list
14
+ email:
15
+ - sureshindes@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - ".rspec"
21
+ - CHANGELOG.md
22
+ - CODE_OF_CONDUCT.md
23
+ - LICENSE.txt
24
+ - README.md
25
+ - Rakefile
26
+ - lib/todo_analyser.rb
27
+ - lib/todo_analyser/console_output.rb
28
+ - lib/todo_analyser/todo.rb
29
+ - lib/todo_analyser/todo_consumer.rb
30
+ - lib/todo_analyser/todo_reader_interface.rb
31
+ - lib/todo_analyser/todo_reader_json.rb
32
+ - lib/todo_analyser/version.rb
33
+ - run/todo_analyser.rb
34
+ - sig/todo_analyser.rbs
35
+ homepage: https://github.com/sureshinde/todo_analyser
36
+ licenses:
37
+ - MIT
38
+ metadata:
39
+ allowed_push_host: https://rubygems.org
40
+ homepage_uri: https://github.com/sureshinde/todo_analyser
41
+ source_code_uri: https://github.com/sureshinde/todo_analyser.git
42
+ changelog_uri: https://github.com/sureshinde/todo_analyser/blob/master/CHANGELOG.md
43
+ post_install_message:
44
+ rdoc_options: []
45
+ require_paths:
46
+ - lib
47
+ required_ruby_version: !ruby/object:Gem::Requirement
48
+ requirements:
49
+ - - ">="
50
+ - !ruby/object:Gem::Version
51
+ version: 3.0.0
52
+ required_rubygems_version: !ruby/object:Gem::Requirement
53
+ requirements:
54
+ - - ">="
55
+ - !ruby/object:Gem::Version
56
+ version: '0'
57
+ requirements: []
58
+ rubygems_version: 3.5.6
59
+ signing_key:
60
+ specification_version: 4
61
+ summary: To-Do List Parser to parse the TODOs status from list
62
+ test_files: []