Offline & sync¶
Student Planner is offline-first — every page reads and writes to a local database on your device first, so the app works with no connection at all, not just as a fallback.
How syncing works¶
If you're signed into a real (non-guest) account and online, your local changes sync to the cloud automatically in the background, and you can see the current status via the small cloud icon in the top bar. Clicking it opens a status panel with your connection, account, and sync state, plus a Sync now button to force an immediate sync instead of waiting.
A guest session never syncs — see Guest mode vs. an account — so that cloud icon doesn't appear for a guest at all.
What happens when you're offline¶
Nothing is blocked. Add a class, log a grade, complete a task — it all saves locally immediately. The moment you're back online (and signed in), those changes push up automatically; nothing needs to be redone manually.
Conflicts¶
If the same record was changed on two devices while one was offline, the app resolves it by keeping whichever edit happened most recently (last-write-wins) and shows a small hint in the UI so you're aware a conflict was resolved rather than it happening silently.
Installing as an app¶
Student Planner is a PWA — most browsers offer an "Install" or "Add to Home Screen" option, which gives it its own icon and window, launching without browser chrome, just like a native app.