facet-acq / post-award

Application Service Supporting Entitlement and Administration of Government Procurement Actions
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

Track basic agreement attributes #32

Closed djfurman closed 6 years ago

djfurman commented 6 years ago

Pull Request

Fixes #1 - adds tracking via Laravel Eloquent model for basic agreement attributes.

Purpose

Since contracts of all types are at their root agreements, this PR provides a basic means by which to uniquely and functionally identify them.

Approach

Lessons Learned

Added laravel-uuid package to support UUID. This package requires several overrides to ensure eloquent functions as expected. Interestingly the name 'id' seems to be reserved by Eloquent and returns '0' always with the tests, renaming to 'uuid' worked without issue.