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

Integrate with Eloquet for UUID #33

Closed djfurman closed 7 years ago

djfurman commented 7 years ago

Story

Description

As a developer, the goal is to take advantage of the features offered by Laravel's Eloquent Active Record system. Simultaneously, we need to take advantage of UUID. In the current state, any model created by the factory or manually does not integrate with simple eloquent commands like static::find.

Acceptance Criteria

Given

When

Then