added
Trail v3.0.0
4 months ago by Michael Audi
The TIKI Core project has been renamed to TIKI Trail to better represent it's utility and function moving forward. In addition to Title and License records. Payable and Receipt records are now supported enabling a variety of customer requested functionality, like creating loyalty point programs, and tracking data sharing coupons.
- feat:
- Adds PayableRecords for creating an immutable audit trail of compensation
owed in accordance with a LicenseRecord. - Adds ReceiptRecords for connecting payments made to outstanding payables
owed.
- Adds PayableRecords for creating an immutable audit trail of compensation
- fix:
- Moves license, title, payable, and receipt methods into sub-libraries for
use akin to namespaces. - Decouples title creation from license creation, opting for a more explicit
uniform API when supporting a multitude of records.
- Moves license, title, payable, and receipt methods into sub-libraries for