Skip to content

Name refactor#43

Merged
skywall merged 6 commits intomasterfrom
feature/name-refactor
May 12, 2020
Merged

Name refactor#43
skywall merged 6 commits intomasterfrom
feature/name-refactor

Conversation

@SumeraMartin
Copy link
Copy Markdown
Member

No description provided.

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

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
Copy Markdown
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

Comment thread 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
Copy Markdown
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