https://github.com/open-portfolio/flowbase
Swift library containing shared support for the FlowAllocator and FlowWorth apps
https://github.com/open-portfolio/flowbase
Last synced: 2 months ago
JSON representation
Swift library containing shared support for the FlowAllocator and FlowWorth apps
- Host: GitHub
- URL: https://github.com/open-portfolio/flowbase
- Owner: open-portfolio
- License: mpl-2.0
- Created: 2022-08-29T23:56:26.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-22T04:54:22.000Z (about 2 years ago)
- Last Synced: 2025-02-06T22:42:48.006Z (4 months ago)
- Language: Swift
- Size: 154 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FlowBase
Swift library containing shared support for the [Flow Allocator](https://open-portfolio.github.io/allocator) and [Flow Worth](https://open-portfolio.github.io/worth) apps
_FlowBase_ 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 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
## LicenseCopyright 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.