lightableMatch / AMF

0 stars 0 forks source link

Persist AMF Object To Database #5

Closed antoniopetrole closed 2 years ago

antoniopetrole commented 2 years ago

Start with WHY?

Why do we need to do work? (Who is requesting this work?) Currently we call the Apex API every single time web site is loaded which will very quickly lock out our API access. We need to persist the current map rotation to the database so we pull the data locally on subsequent page loads. This story is to persist the AMF object to the database

What is the issue? What needs to be resolved?

Acceptance Criteria

Any other notes / resources to share?

antoniopetrole commented 2 years ago

Remember to include the @OneToOne(cascade = {CascadeType.ALL}) annotation in your object mappings

lightableMatch commented 2 years ago

Did not update issue with commits when working on it. These are the noteworthy commits: