#generalTeam discussion, updates, and random chatter
April 2, 2026
M
marcus_wToday at 9:14 AM
Good morning team. The new API endpoints are deployed to staging. Can someone from frontend verify the response format matches the spec?
👍 3
✅ 1
S
sarah_kToday at 9:22 AM
On it. I will pull the latest and test against the integration tests we wrote last sprint. Should have results within the hour.
J
jake_rToday at 9:35 AM
Heads up: the design team pushed updated mockups for the dashboard. The sidebar nav has changed significantly. Check the design-feedback channel for details.
L
lina_mToday at 10:01 AM
Quick question about the auth flow. Are we still using the refresh token rotation pattern we discussed, or did we switch to sliding sessions? I need to finalize the middleware logic.
🤔 2
M
marcus_wToday at 10:08 AM
Refresh token rotation is confirmed. The spec is in the infrastructure channel pinned messages. Let me know if you need the sequence diagram updated.
S
sarah_kToday at 10:42 AM
Integration tests are passing. One minor issue: the pagination cursor in the /users endpoint returns a different format than /projects. Might want to standardize that before release.