An open API service indexing awesome lists of open source software.

https://github.com/open-portfolio/flowstats

Swift library containing shared stats support for the FlowAllocator and FlowWorth apps
https://github.com/open-portfolio/flowstats

Last synced: 2 months ago
JSON representation

Swift library containing shared stats support for the FlowAllocator and FlowWorth apps

Awesome Lists containing this project

README

        

# FlowStats

Swift library containing shared stats support for the [Flow Allocator](https://open-portfolio.github.io/allocator) and [Flow Worth](https://open-portfolio.github.io/worth) apps

_FlowStats_ is part of the [OpenAlloc](https://github.com/openalloc) family of open source Swift software tools.

## Unit Tests

Most critical functionality in this library is NOT YET backed by unit tests. Coverage can likely be better than it is.

Note that any given unit test may have defects or bad assumptions, and can be worthy of review and re-write.

## See Also

This app is a member of the _Open Portfolio Project_.

* [_Open Portfolio_](https://open-portfolio.github.io/) - _Open Portfolio_ product website
* [_Open Portfolio_ Project](https://github.com/open-portfolio/) - Github site for the development project, including full source code
## License

Copyright 2021, 2022 OpenAlloc LLC

The code for this library is licensed under the [Mozilla Public License 2](https://www.mozilla.org/en-US/MPL/2.0/), except where noted in individual modules.

## Contributing

Contributions are welcome. You are encouraged to submit pull requests to fix bugs, improve documentation, or offer new features.

The pull request need not be a production-ready feature or fix. It can be a draft of proposed changes, or simply a test to show that expected behavior is buggy. Discussion on the pull request can proceed from there.

Contributions should ultimately have adequate test coverage. See tests for current entities to see what coverage is expected.