bloomy 0.5.4 → 0.8.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CODE_OF_CONDUCT.md +128 -0
- data/CONTRIBUTING.md +96 -0
- data/README.md +10 -10
- data/lib/bloomy/operations/goals.rb +40 -8
- data/lib/bloomy/operations/headlines.rb +5 -5
- data/lib/bloomy/operations/issues.rb +3 -3
- data/lib/bloomy/version.rb +1 -1
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4a147716e1b8f4ccad09501b59a7bc2ad58b38995f1aaeb4ef6f951707c35a10
|
4
|
+
data.tar.gz: 6aed3b2ecf2622a802aa3e010308675175e1f5376b375208893e19483476d879
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b94e517996379058516393a91851d4ff6c7a3fc3cd2d6612dbe78bf9a183ce1372fac6b2ddadc63d9b296c878ba787e74e4359441b01b2c450cd985f4160ac5b
|
7
|
+
data.tar.gz: 86b457f7ae1b198f8acd350e272e23a5a180875bd82da202ea246a93b03750083dde02a7ac29a18f24abd00527dd60081c782dfe73465884ad9926b4288ba969
|
data/CODE_OF_CONDUCT.md
ADDED
@@ -0,0 +1,128 @@
|
|
1
|
+
# Contributor Covenant Code of Conduct
|
2
|
+
|
3
|
+
## Our Pledge
|
4
|
+
|
5
|
+
We as members, contributors, and leaders pledge to make participation in our
|
6
|
+
community a harassment-free experience for everyone, regardless of age, body
|
7
|
+
size, visible or invisible disability, ethnicity, sex characteristics, gender
|
8
|
+
identity and expression, level of experience, education, socio-economic status,
|
9
|
+
nationality, personal appearance, race, religion, or sexual identity
|
10
|
+
and orientation.
|
11
|
+
|
12
|
+
We pledge to act and interact in ways that contribute to an open, welcoming,
|
13
|
+
diverse, inclusive, and healthy community.
|
14
|
+
|
15
|
+
## Our Standards
|
16
|
+
|
17
|
+
Examples of behavior that contributes to a positive environment for our
|
18
|
+
community include:
|
19
|
+
|
20
|
+
- Demonstrating empathy and kindness toward other people
|
21
|
+
- Being respectful of differing opinions, viewpoints, and experiences
|
22
|
+
- Giving and gracefully accepting constructive feedback
|
23
|
+
- Accepting responsibility and apologizing to those affected by our mistakes,
|
24
|
+
and learning from the experience
|
25
|
+
- Focusing on what is best not just for us as individuals, but for the
|
26
|
+
overall community
|
27
|
+
|
28
|
+
Examples of unacceptable behavior include:
|
29
|
+
|
30
|
+
- The use of sexualized language or imagery, and sexual attention or
|
31
|
+
advances of any kind
|
32
|
+
- Trolling, insulting or derogatory comments, and personal or political attacks
|
33
|
+
- Public or private harassment
|
34
|
+
- Publishing others' private information, such as a physical or email
|
35
|
+
address, without their explicit permission
|
36
|
+
- Other conduct which could reasonably be considered inappropriate in a
|
37
|
+
professional setting
|
38
|
+
|
39
|
+
## Enforcement Responsibilities
|
40
|
+
|
41
|
+
Community leaders are responsible for clarifying and enforcing our standards of
|
42
|
+
acceptable behavior and will take appropriate and fair corrective action in
|
43
|
+
response to any behavior that they deem inappropriate, threatening, offensive,
|
44
|
+
or harmful.
|
45
|
+
|
46
|
+
Community leaders have the right and responsibility to remove, edit, or reject
|
47
|
+
comments, commits, code, wiki edits, issues, and other contributions that are
|
48
|
+
not aligned to this Code of Conduct, and will communicate reasons for moderation
|
49
|
+
decisions when appropriate.
|
50
|
+
|
51
|
+
## Scope
|
52
|
+
|
53
|
+
This Code of Conduct applies within all community spaces, and also applies when
|
54
|
+
an individual is officially representing the community in public spaces.
|
55
|
+
Examples of representing our community include using an official e-mail address,
|
56
|
+
posting via an official social media account, or acting as an appointed
|
57
|
+
representative at an online or offline event.
|
58
|
+
|
59
|
+
## Enforcement
|
60
|
+
|
61
|
+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
62
|
+
reported to the community leaders responsible for enforcement at
|
63
|
+
.
|
64
|
+
All complaints will be reviewed and investigated promptly and fairly.
|
65
|
+
|
66
|
+
All community leaders are obligated to respect the privacy and security of the
|
67
|
+
reporter of any incident.
|
68
|
+
|
69
|
+
## Enforcement Guidelines
|
70
|
+
|
71
|
+
Community leaders will follow these Community Impact Guidelines in determining
|
72
|
+
the consequences for any action they deem in violation of this Code of Conduct:
|
73
|
+
|
74
|
+
### 1. Correction
|
75
|
+
|
76
|
+
**Community Impact**: Use of inappropriate language or other behavior deemed
|
77
|
+
unprofessional or unwelcome in the community.
|
78
|
+
|
79
|
+
**Consequence**: A private, written warning from community leaders, providing
|
80
|
+
clarity around the nature of the violation and an explanation of why the
|
81
|
+
behavior was inappropriate. A public apology may be requested.
|
82
|
+
|
83
|
+
### 2. Warning
|
84
|
+
|
85
|
+
**Community Impact**: A violation through a single incident or series
|
86
|
+
of actions.
|
87
|
+
|
88
|
+
**Consequence**: A warning with consequences for continued behavior. No
|
89
|
+
interaction with the people involved, including unsolicited interaction with
|
90
|
+
those enforcing the Code of Conduct, for a specified period of time. This
|
91
|
+
includes avoiding interactions in community spaces as well as external channels
|
92
|
+
like social media. Violating these terms may lead to a temporary or
|
93
|
+
permanent ban.
|
94
|
+
|
95
|
+
### 3. Temporary Ban
|
96
|
+
|
97
|
+
**Community Impact**: A serious violation of community standards, including
|
98
|
+
sustained inappropriate behavior.
|
99
|
+
|
100
|
+
**Consequence**: A temporary ban from any sort of interaction or public
|
101
|
+
communication with the community for a specified period of time. No public or
|
102
|
+
private interaction with the people involved, including unsolicited interaction
|
103
|
+
with those enforcing the Code of Conduct, is allowed during this period.
|
104
|
+
Violating these terms may lead to a permanent ban.
|
105
|
+
|
106
|
+
### 4. Permanent Ban
|
107
|
+
|
108
|
+
**Community Impact**: Demonstrating a pattern of violation of community
|
109
|
+
standards, including sustained inappropriate behavior, harassment of an
|
110
|
+
individual, or aggression toward or disparagement of classes of individuals.
|
111
|
+
|
112
|
+
**Consequence**: A permanent ban from any sort of public interaction within
|
113
|
+
the community.
|
114
|
+
|
115
|
+
## Attribution
|
116
|
+
|
117
|
+
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
|
118
|
+
version 2.0, available at
|
119
|
+
https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
|
120
|
+
|
121
|
+
Community Impact Guidelines were inspired by [Mozilla's code of conduct
|
122
|
+
enforcement ladder](https://github.com/mozilla/diversity).
|
123
|
+
|
124
|
+
[homepage]: https://www.contributor-covenant.org
|
125
|
+
|
126
|
+
For answers to common questions about this code of conduct, see the FAQ at
|
127
|
+
https://www.contributor-covenant.org/faq. Translations are available at
|
128
|
+
https://www.contributor-covenant.org/translations.
|
data/CONTRIBUTING.md
ADDED
@@ -0,0 +1,96 @@
|
|
1
|
+
# Contributing to Bloomy
|
2
|
+
|
3
|
+
Thank you for your interest in contributing to Bloomy! This document outlines the guidelines for contributing to the project.
|
4
|
+
|
5
|
+
## Did you find a bug?
|
6
|
+
|
7
|
+
- Before creating an issue, please ensure the bug was not already reported by searching on GitHub under [Issues](https://github.com/franccesco/bloomy/issues)
|
8
|
+
- If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/franccesco/bloomy/issues/new). Be sure to include a title and clear description, as much relevant information as possible. A code sample or a screenshot would be helpful.
|
9
|
+
- You can also write issues if you want to discuss a feature request or a general question about the project.
|
10
|
+
|
11
|
+
## Do you want to contribute to the Bloomy project?
|
12
|
+
|
13
|
+
PR's are welcome! Just make sure you have discussed the changes you want to make with the project maintainer before you start working on them. Before getting started, make sure you are not submitting a PR that's purely cosmetic (linting changes, whitespace, etc.)
|
14
|
+
|
15
|
+
If you want to contribute to the project, please follow these steps:
|
16
|
+
|
17
|
+
### Development Setup
|
18
|
+
|
19
|
+
1. Fork and clone the repository:
|
20
|
+
|
21
|
+
```sh
|
22
|
+
git clone https://github.com/your-username/bloomy.git
|
23
|
+
```
|
24
|
+
|
25
|
+
2. Install the dependencies:
|
26
|
+
|
27
|
+
```sh
|
28
|
+
bundle install
|
29
|
+
```
|
30
|
+
|
31
|
+
3. Set up pre-commit hooks:
|
32
|
+
|
33
|
+
```sh
|
34
|
+
pre-commit install
|
35
|
+
```
|
36
|
+
|
37
|
+
4. Add your Bloom Growth username and password to an `.env` file. I use [direnv](https://direnv.net/) to manage my environment variables.
|
38
|
+
|
39
|
+
```sh
|
40
|
+
export USERNAME=your_username
|
41
|
+
export PASSWORD=your_password
|
42
|
+
```
|
43
|
+
|
44
|
+
5. Run the tests:
|
45
|
+
|
46
|
+
```sh
|
47
|
+
bundle exec rspec
|
48
|
+
```
|
49
|
+
|
50
|
+
### Making Changes
|
51
|
+
|
52
|
+
Once everything is green, you can start making changes. Make sure to write tests for your changes and run the tests before submitting a PR.
|
53
|
+
|
54
|
+
As for coding style guidelines make sure you:
|
55
|
+
|
56
|
+
- Follow the Ruby Style Guide enforced by [StandardRB](https://github.com/standardrb/standard)
|
57
|
+
- Use [YARD](https://yardoc.org) documentation for classes and methods
|
58
|
+
- Include `@examples` in method documentation
|
59
|
+
|
60
|
+
### Pull Request Process
|
61
|
+
|
62
|
+
1. Make sure your PR is up-to-date with the `main` branch.
|
63
|
+
2. Make sure your PR passes the CI checks.
|
64
|
+
3. Make sure your PR has a clear title and description.
|
65
|
+
4. Update the version according to [Semantic Versioning](https://semver.org/).
|
66
|
+
5. Optionally, use [Conventional Commits](https://www.conventionalcommits.org/) for your commit messages.
|
67
|
+
|
68
|
+
Make sure to follow these guidelines to ensure your PR is accepted and merged quickly. Rinse and repeat! 🚀
|
69
|
+
|
70
|
+
## Comments on Test Structure
|
71
|
+
|
72
|
+
When developing new features, make sure to add a test. Tests will usually have the following basic structure:
|
73
|
+
|
74
|
+
```ruby
|
75
|
+
RSpec.describe "Feature" do
|
76
|
+
|
77
|
+
# Your setup and teardown code here
|
78
|
+
before(:all) do
|
79
|
+
@client = Bloomy::Client.new
|
80
|
+
@meeting = @client.meeting.create("Meeting Name")
|
81
|
+
end
|
82
|
+
|
83
|
+
after(:all) do
|
84
|
+
@client.meeting.delete(@meeting[:meeting_id])
|
85
|
+
end
|
86
|
+
|
87
|
+
# Your tests here
|
88
|
+
context "when using the feature" do
|
89
|
+
it "performs the expected action" do
|
90
|
+
# Test implementation
|
91
|
+
end
|
92
|
+
end
|
93
|
+
end
|
94
|
+
```
|
95
|
+
|
96
|
+
In the `before(:all)` block, you can set up any necessary objects or variables that will be used in the tests. For example, creating a meeting object that will be used in the tests which will be deleted in the `after(:all)` block.
|
data/README.md
CHANGED
@@ -2,13 +2,13 @@
|
|
2
2
|
|
3
3
|
[![Gem Version](https://badge.fury.io/rb/bloomy.svg)](https://badge.fury.io/rb/bloomy)[![RSpec Tests](https://github.com/franccesco/bloomy/actions/workflows/main.yml/badge.svg)](https://github.com/franccesco/bloomy/actions/workflows/main.yml) [![Deploy Docs](https://github.com/franccesco/bloomy/actions/workflows/deploy_docs.yml/badge.svg)](https://github.com/franccesco/bloomy/actions/workflows/deploy_docs.yml)
|
4
4
|
|
5
|
-
Bloomy is
|
5
|
+
Bloomy is an **_unofficial_** Ruby library for interacting with the Bloom Growth API. It provides convenient methods for getting user details, todos, rocks, meetings, measurables, and issues.
|
6
6
|
|
7
7
|
## Installation
|
8
8
|
|
9
9
|
Add this line to your application's Gemfile:
|
10
10
|
|
11
|
-
```
|
11
|
+
```sh
|
12
12
|
bundle add bloomy
|
13
13
|
```
|
14
14
|
|
@@ -88,19 +88,19 @@ To interact with todo-related features:
|
|
88
88
|
todos = client.todo.list
|
89
89
|
|
90
90
|
# Create a new todo
|
91
|
-
new_todo = client.todo.create(title: "New Task",
|
91
|
+
new_todo = client.todo.create(meeting_id: 1, title: "New Task", due_date: "2024-06-15")
|
92
92
|
```
|
93
93
|
|
94
|
-
###
|
94
|
+
### Goal Management
|
95
95
|
|
96
|
-
To interact with
|
96
|
+
To interact with goal-related features:
|
97
97
|
|
98
98
|
```ruby
|
99
|
-
# List all
|
100
|
-
|
99
|
+
# List all goals for the current user
|
100
|
+
goals = client.goal.list
|
101
101
|
|
102
|
-
# Create a new
|
103
|
-
|
102
|
+
# Create a new goal
|
103
|
+
new_goal = client.goal.create(meeting_id: 1, title: "New Goal")
|
104
104
|
```
|
105
105
|
|
106
106
|
### Scorecard Management
|
@@ -124,5 +124,5 @@ To interact with issue-related features:
|
|
124
124
|
issue_details = client.issue.details(issue_id)
|
125
125
|
|
126
126
|
# Create a new issue
|
127
|
-
new_issue = client.issue.create("New Issue"
|
127
|
+
new_issue = client.issue.create(meeting_id: 1, title: "New Issue")
|
128
128
|
```
|
@@ -47,7 +47,7 @@ class Goal
|
|
47
47
|
# #=> { goal_id: 1, title: "New Goal", meeting_id: 1, ... }
|
48
48
|
def create(title:, meeting_id:, user_id: self.user_id)
|
49
49
|
payload = {title: title, accountableUserId: user_id}.to_json
|
50
|
-
response = @conn.post("
|
50
|
+
response = @conn.post("L10/#{meeting_id}/rocks", payload).body
|
51
51
|
{
|
52
52
|
goal_id: response["Id"],
|
53
53
|
title: title,
|
@@ -67,7 +67,7 @@ class Goal
|
|
67
67
|
# client.goal.delete(1)
|
68
68
|
# #=> { status: 200 }
|
69
69
|
def delete(goal_id)
|
70
|
-
response = @conn.delete("
|
70
|
+
response = @conn.delete("rocks/#{goal_id}")
|
71
71
|
response.success?
|
72
72
|
end
|
73
73
|
|
@@ -76,13 +76,45 @@ class Goal
|
|
76
76
|
# @param goal_id [Integer] the ID of the goal to update
|
77
77
|
# @param title [String] the new title of the goal
|
78
78
|
# @param accountable_user [Integer] the ID of the user responsible for the goal (default: initialized user ID)
|
79
|
-
# @
|
79
|
+
# @param status [String, nil] the status value ('on', 'off', or 'complete')
|
80
|
+
# @return [Boolean] true if the update was successful
|
81
|
+
# @raise [ArgumentError] if an invalid status value is provided
|
80
82
|
# @example
|
81
|
-
# client.goal.update(goal_id: 1, title: "Updated Goal")
|
82
|
-
# #=>
|
83
|
-
def update(goal_id:, title:, accountable_user: user_id)
|
84
|
-
|
85
|
-
|
83
|
+
# client.goal.update(goal_id: 1, title: "Updated Goal", status: 'on')
|
84
|
+
# #=> true
|
85
|
+
def update(goal_id:, title:, accountable_user: user_id, status: nil)
|
86
|
+
if status
|
87
|
+
valid_status = {on: "OnTrack", off: "AtRisk", complete: "Complete"}
|
88
|
+
status_key = status.downcase.to_sym
|
89
|
+
unless valid_status.key?(status_key)
|
90
|
+
raise ArgumentError, "Invalid status value. Must be 'on', 'off', or 'complete'."
|
91
|
+
end
|
92
|
+
status = valid_status[status_key]
|
93
|
+
end
|
94
|
+
payload = {title: title, accountableUserId: accountable_user, completion: status}.to_json
|
95
|
+
response = @conn.put("rocks/#{goal_id}", payload)
|
96
|
+
response.success?
|
97
|
+
end
|
98
|
+
|
99
|
+
# Archives a rock with the specified goal ID.
|
100
|
+
#
|
101
|
+
# @param goal_id [Integer] The ID of the goal/rock to archive
|
102
|
+
# @return [Boolean] Returns true if the archival was successful, false otherwise
|
103
|
+
# @example
|
104
|
+
# goals.archive(123) #=> true
|
105
|
+
def archive(goal_id)
|
106
|
+
response = @conn.put("rocks/#{goal_id}/archive")
|
107
|
+
response.success?
|
108
|
+
end
|
109
|
+
|
110
|
+
# Restores a previously archived goal identified by the provided goal ID.
|
111
|
+
#
|
112
|
+
# @param [String, Integer] goal_id The unique identifier of the goal to restore
|
113
|
+
# @return [Boolean] true if the restore operation was successful, false otherwise
|
114
|
+
# @example Restoring a goal
|
115
|
+
# goals.restore("123") #=> true
|
116
|
+
def restore(goal_id)
|
117
|
+
response = @conn.put("rocks/#{goal_id}/restore")
|
86
118
|
response.success?
|
87
119
|
end
|
88
120
|
|
@@ -18,14 +18,14 @@ class Headline
|
|
18
18
|
# @param owner_id [Integer] the ID of the headline owner
|
19
19
|
# @param notes [String] additional notes for the headline
|
20
20
|
# @return [Hash] the created headline details
|
21
|
-
def create(meeting_id
|
21
|
+
def create(meeting_id:, title:, owner_id: user_id, notes: nil)
|
22
22
|
response = @conn.post("/api/v1/L10/#{meeting_id}/headlines",
|
23
23
|
{title: title, ownerId: owner_id, notes: notes}.to_json)
|
24
24
|
raise "Failed to create headline" unless response.status == 200
|
25
25
|
|
26
26
|
{
|
27
27
|
id: response.body["Id"],
|
28
|
-
title: response.body["
|
28
|
+
title: response.body["Name"],
|
29
29
|
owner_id: response.body["OwnerId"],
|
30
30
|
notes_url: response.body["DetailsUrl"]
|
31
31
|
}
|
@@ -36,7 +36,7 @@ class Headline
|
|
36
36
|
# @param headline_id [Integer] the ID of the headline to update
|
37
37
|
# @param title [String] the new title of the headline
|
38
38
|
# @return [Hash] the updated headline details
|
39
|
-
def update(headline_id
|
39
|
+
def update(headline_id:, title:)
|
40
40
|
response = @conn.put("/api/v1/headline/#{headline_id}", {title: title}.to_json)
|
41
41
|
raise "Failed to update headline" unless response.status == 200
|
42
42
|
true
|
@@ -114,8 +114,8 @@ class Headline
|
|
114
114
|
# @param meeting_id [Integer] the ID of the meeting
|
115
115
|
# @param headline_id [Integer] the ID of the headline to delete
|
116
116
|
# @return [Boolean] true if the deletion was successful
|
117
|
-
def delete(
|
118
|
-
response = @conn.delete("/api/v1/
|
117
|
+
def delete(headline_id)
|
118
|
+
response = @conn.delete("/api/v1/headline/#{headline_id}")
|
119
119
|
response.success?
|
120
120
|
end
|
121
121
|
end
|
@@ -78,14 +78,14 @@ class Issue
|
|
78
78
|
end
|
79
79
|
end
|
80
80
|
|
81
|
-
# Marks an issue as
|
81
|
+
# Marks an issue as solved
|
82
82
|
#
|
83
83
|
# @param issue_id [Integer] the ID of the issue
|
84
84
|
# @return [Boolean] true if the operation was successful, false otherwise
|
85
85
|
# @example
|
86
|
-
# issue.
|
86
|
+
# issue.solve(123)
|
87
87
|
# #=> true
|
88
|
-
def
|
88
|
+
def solve(issue_id)
|
89
89
|
response = @conn.post("issues/#{issue_id}/complete", {complete: true}.to_json)
|
90
90
|
response.success?
|
91
91
|
end
|
data/lib/bloomy/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bloomy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.8.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Franccesco Orozco
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-11-
|
11
|
+
date: 2024-11-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -49,6 +49,8 @@ files:
|
|
49
49
|
- ".pre-commit-config.yaml"
|
50
50
|
- ".rspec"
|
51
51
|
- ".rubocop.yml"
|
52
|
+
- CODE_OF_CONDUCT.md
|
53
|
+
- CONTRIBUTING.md
|
52
54
|
- LICENSE
|
53
55
|
- README.md
|
54
56
|
- Rakefile
|
@@ -88,7 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
88
90
|
- !ruby/object:Gem::Version
|
89
91
|
version: '0'
|
90
92
|
requirements: []
|
91
|
-
rubygems_version: 3.5.
|
93
|
+
rubygems_version: 3.5.23
|
92
94
|
signing_key:
|
93
95
|
specification_version: 4
|
94
96
|
summary: Manage your Bloom Growth account from the command line.
|