Differences
This shows you the differences between two versions of the page.
| projects:vehicle_registration [2026/08/22 18:04] – created samp20 | projects:vehicle_registration [2026/08/22 18:16] (current) – samp20 | ||
|---|---|---|---|
| Line 14: | Line 14: | ||
| ==== Landing page ==== | ==== Landing page ==== | ||
| - | The landing page should provide a button to add a new vehicle, along with cards listing existing vehicles. The cards should list the vehicle registration, | + | The landing page should provide a button to add a new vehicle, along with cards listing existing vehicles. The cards should list the vehicle registration, |
| ==== Vehicle delete confirmation page ==== | ==== Vehicle delete confirmation page ==== | ||
| Line 47: | Line 47: | ||
| The template/ | The template/ | ||
| + | |||
| + | ===== Vehicle metadata ===== | ||
| + | |||
| + | We should avoid repeat calls to the VES API if possible. Implementation suggestions welcome. | ||
| + | |||
| + | One approach could be caching the result. This is probably easiest done with a database record containing the registration, | ||