Store a signed-in user's recent calculations (utility id + input snapshot + timestamp) so they can reopen previous work from their profile.
Builds on the shareable-link input serialization (same versioned schema) and the existing Supabase infrastructure (user_settings / user_utility_usage patterns, RLS per user).
Why: recurring calculations (same vessel family, similar orders) are the norm in this domain; history turns a one-off visit into a returning habit and gives an account real utility.
Acceptance criteria:
This repo is using Opire - what does it mean? 👇
💵 Everyone can add rewards for this issue commenting /reward 100 (replace 100 with the amount).
🕵️♂️ If someone starts working on this issue to earn the rewards, they can comment /try to let everyone know!
🙌 And when they open the PR, they can comment /claim #115 either in the PR description or in a PR's comment.
🪙 Also, everyone can tip any user commenting /tip 20 @YurMil (replace 20 with the amount, and @YurMil with the user to tip).
📖 If you want to learn more, check out our documentation.
Store a signed-in user's recent calculations (utility id + input snapshot + timestamp) so they can reopen previous work from their profile.
Builds on the shareable-link input serialization (same versioned schema) and the existing Supabase infrastructure (
user_settings/user_utility_usagepatterns, RLS per user).Why: recurring calculations (same vessel family, similar orders) are the norm in this domain; history turns a one-off visit into a returning habit and gives an account real utility.
Acceptance criteria:
This repo is using Opire - what does it mean? 👇
💵 Everyone can add rewards for this issue commenting
/reward 100(replace100with the amount).🕵️♂️ If someone starts working on this issue to earn the rewards, they can comment
/tryto let everyone know!🙌 And when they open the PR, they can comment
/claim #115either in the PR description or in a PR's comment.🪙 Also, everyone can tip any user commenting
/tip 20 @YurMil(replace20with the amount, and@YurMilwith the user to tip).📖 If you want to learn more, check out our documentation.