Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Name refactor #43

Merged
merged 6 commits into from
May 12, 2020
Merged

Name refactor #43

merged 6 commits into from
May 12, 2020

Conversation

SumeraMartin
Copy link
Member

No description provided.

@SumeraMartin SumeraMartin linked an issue May 12, 2020 that may be closed by this pull request
@futured-bot
Copy link

futured-bot commented May 12, 2020

1 Warning
⚠️ library/src/main/kotlin/app/futured/donut/DonutProgressView.kt#L22 - Class DonutProgressView is too large. Consider splitting it into smaller pieces.

Generated by 🚫 Danger

Copy link
Member

@matejsemancik matejsemancik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a typo

README.md Outdated
)
```

The `addAmount` adds specified amount to dataset with provided name. What if dataset does not yet exist? This method has one optional `color` parameter (default value is `null`) - when called, and there isn't already displayed any dataset with provided name and `color` parameter was specified, the new `DonutDataset` with provided name, amount and color will be automatically created internally for you. If you leave the `color` param `null` while trying to add value to non-existent dataset, nothing happens.
The `addAmount` adds specified amount to secion with provided name. What if section does not yet exist? This method has one optional `color` parameter (default value is `null`) - when called, and there isn't already displayed any section with provided name and `color` parameter was specified, the new `DonutSection` with provided name, amount and color will be automatically created internally for you. If you leave the `color` param `null` while trying to add value to non-existent section, nothing happens.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo secion

@skywall skywall merged commit 806eedb into master May 12, 2020
@skywall skywall deleted the feature/name-refactor branch May 12, 2020 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consider renaming basic data structures
4 participants