Highlights
- Insights moves with the shift - a shift being worked contributed nothing to either side of the plan-vs-actual comparison until clock-out, so a week that had just started read as 0h vs £0.00 even with a published rota and someone on the clock. Insights now credits both the plan and the actual hours up to the current moment while a shift is still running.
- A tidier dashboard header - the "Signed in as" line duplicated the account dropdown one panel over, and at some widths pushed the company name into a cramped, truncated sliver. It's gone.
- Five more ways to compare -
/switch-from-sling,/switch-from-homebase,/switch-from-when-i-work,/switch-from-deputyand/switch-from-7shiftsjoin/switch-from-skello, each priced from that competitor's own public pricing page rather than a guess./switch-from-deputyis the one page where switching is genuinely one step: Wavro already imports a Deputy schedule export directly.
Changes
Features
- feat(insights): shifts currently being worked now credit scheduled-to-date and actual hours/cost up to now, instead of waiting for clock-out.
- feat(marketing): added
/switch-from-sling,/switch-from-homebase,/switch-from-when-i-work,/switch-from-deputyand/switch-from-7shifts; the footer's Compare column now lists all six.
Fixes
- fix(dashboard): removed the duplicate "Signed in as" line from the admin dashboard header.
Maintenance
- refactor(marketing): the six
/switch-from-*pages now share one layout component instead of each being a standalone page.