-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added READMEs; updated packages with URL references
- Loading branch information
Reed Es
committed
Mar 2, 2023
1 parent
eea5f41
commit fe5bd46
Showing
3 changed files
with
31 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,31 @@ | ||
# TrackerUI | ||
|
||
A description of this package. | ||
Shared user interface (UI) layer for the _Gym Routine Tracker_ and _Daily Calorie Tracker_, presently available as iOS apps and independent watchOS apps. | ||
|
||
If there is ever a macOS implementations, it should include this package. | ||
|
||
All code licensed with Mozilla Public License 2.0. | ||
|
||
## Source Code | ||
|
||
* [Open Trackers Website](https://open-trackers.github.io) - website for _Gym Routine Tracker_ and _Daily Calorie Tracker_ apps | ||
* [Open Trackers Project](https://github.com/open-trackers) - Github site for the development project, including full source code | ||
|
||
### macOS Apps by the same author | ||
|
||
* [FlowAllocator](https://openalloc.github.io/FlowAllocator/index.html) - portfolio rebalancing tool for macOS | ||
* [FlowWorth](https://openalloc.github.io/FlowWorth/index.html) - portfolio valuation and tracking tool for macOS | ||
|
||
## License | ||
|
||
Copyright 2023 OpenAlloc LLC | ||
|
||
All application code 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters